Components
The built-in UI primitives, by category. Everything here is plain server-rendered HTML + CSS — no framework runtime, no build step.
Buttons
Form controls
Cards
Crash-safe by design
Atomic copy-on-write commits — durability comes from the storage engine, not luck.
Self-describing
GET /api/_meta returns every route the schema generates.
Edit-and-reload
Data lives in a runtime store and context files — never compiled into the binary.
Alerts
Success. This page is server-rendered by the framework itself.
Note. TLS terminates at the edge; the server speaks plain HTTP.
In progress. The SQL layer over the storage engine is still being built.
Badges
build passingclippy cleanv0.0.1MIT
Data table
| Crate | Role | Status |
|---|---|---|
| akurai-http | HTTP/1.1 server | ✅ done |
| akurai-json | JSON value + parser | ✅ done |
| akurai-template | SSR templates | ✅ done |
| akurai-markdown | Markdown → HTML | ✅ done |
| akurai-storage | Pager + B+tree | ⏳ building |
Disclosure
What is a disclosure?
A native expandable section — zero JavaScript.