Roadmap & status

An honest map of what the framework does today and what's still ahead. The bar for "shipped" is high: implemented, tested, and running on this very site. The guiding principle is win by subtraction — match the capabilities of Next, Vue, and Svelte without a bundler and without a single runtime dependency.

Shipped

bodies, middleware chain.

HTML-escaping); Markdown → HTML, with live component previews in docs.

Storage.

executor that runs CREATE TABLE, INSERT, and SELECT (with WHERE/ORDER BY/LIMIT) over the B+tree and persists. SQL executor.

CRUD endpoints, validation, and a self-describing /api/_meta with no handler code. Collections & auto-API.

any OpenAI-compatible endpoint, with substring search as the fallback. Semantic search.

storage engine. Auth.

templates. Routing.

Layouts.

template. Data loaders.

persistence. Forms.

modules, no build step. Reactivity.

mark, seeded from server state with no flicker. Islands.

Transitions, progressive enhancement. SPA router.

Middleware.

one-line curl … | sh installer. CLI · Updating.

utilities.css of only the classes you use (regenerated live in dev). Styling.

immutable long-cache headers. Asset pipeline.

records in any collection through the auto-API. Admin.

addition to CREATE/INSERT/SELECT. SQL executor.

?expand= to inline the referenced record. Collections.

store, a file field type, and a download endpoint. Uploads.

/api/_meta (the tRPC analog), no build step. Client SDK.

HTML is cached in the storage engine and incrementally regenerated (stale-while-revalidate). SSG.

helper, and Accept-Language negotiation. i18n.

helper with retry for async data. Boundaries.

assistant endpoint, generative UI runtime, receipts, approvals, input flows, progress cards, artifacts, media, and a live gallery. AI components.

Planned — AkurAI-RustAgent agent OS

tool-call/result, approval, question, edit, artifact, system, and error events in the web timeline instead of flattening them into plain chat.

sliders, preferences, and edit previews as typed components that send receipts back to RustAgent. AkurAI-RustAgent OS UI.

curator state as tenant-scoped sidebars and context panes.

Planned — frontend platform (vs Next / Vue / Svelte)

manifest.

Planned — the data engine (PocketBase-style)

transactions on top of today's executor.

Following along

Every shipped item lands with its docs in the same commit, and the Changelog records each release. This page is the high-level view; AGENTS.md in the repository is the contributor-level map.