Built with hica
A showcase of real-world tools and libraries written in hica.
tbdflow-ui — a desktop dashboard for tbdflow, a Trunk-Based Development CLI with thousands of downloads and a listing on trunkbaseddevelopment.com. The UI is a multi-panel ImGui app written entirely in hica.
hicurl — a modern HTTP CLI inspired by the ergonomics of HTTPie and Curlie, built entirely in hica. Features native C execution speed, zero-jq JSON response filtering, offline dry-run inspection, and environment-aware routing.
hedit - hedit is a lightweight, terminal-based text editor. It aims to pair modern editor UX (standard keybindings, mouse, multiple cursors, split views) with hica’s algebraic effects and Perceus-based memory management (FBIP).
HML — hica Markup Language, a structured document and configuration format. The parser and API library are written in hica and published as a reusable package. Demonstrates multi-file libraries, recursive data types, and pattern matching on tree-shaped data.
yml2hml — a standalone CLI tool that converts YAML files to HML format. A practical example of real-world parsing, recursive data structures, and formatted output.
Built something with hica? Open an issue or PR to have it added here.