Changelog
Notable changes to AkurAI/Framework. The format follows Keep a Changelog; the project uses semantic versioning.
Unreleased
Added
- akurai-markdown — a pure-
stdMarkdown→HTML renderer (headings, lists,
code blocks, blockquotes, inline code/bold/italic/links). Powers these docs.
- Framework website, served by the framework itself: an authentic landing
page, sidebar documentation, an API reference, this changelog, and a categorized /components library.
- akurai-template — server-side template engine (
{{ }},{% if %},
{% for %}, {% include %}) rendering against a JSON context.
- akurai-storage — single-file pager and B+tree node encoding; the
foundation of the embedded database.
- akurai-json — JSON value, parser, and serializer with exact int/float.
- akurai-http — hand-written HTTP/1.1 server, response builder, thread pool.
- CLI —
akurai newscaffolds a project;akurai serveruns it. - Deployment —
deploy.sh ec2ships a static musl binary behind nginx with
automatic TLS; live at akurai-framework.olibuijr.com.
Notes
- The shipped binary has zero runtime dependencies — the entire stack is
written from scratch on std.
0.0.1
Initial foundation: workspace, HTTP core, JSON, the bootstrap CLI, and the single-binary, zero-dependency thesis proven end to end.