Roadmap
What's recently shipped, what's coming next, what's deferred. The honest version.
Pre-1.0. Stable enough to run real sites on it — we run this site on it. Breaking changes are still possible until 1.0, but the bucket layout is what we commit to.
The plan below shows what just landed, what's in flight now, what's queued for the next two cuts, and what's on the other side of 1.0. If something here is the missing piece for you, say so on Discussions or open an issue. Adopter pressure moves things up the list.
- v0.3
recently shipped
shippedA new editor model: pages and posts are structured forms, not freeform documents. Plus everything an early adopter has asked for.
- Edit pages as forms generated from a schema, not a single bodyshipped
- Pages can hold structured data alongside their contentshipped
- Live preview while you edit a pageshipped
- One CLI binary for everything (clear-admin)shipped
- Backups: one command produces a portable archive of content + databaseshipped
- Form layout: rows, tabs, and collapsible groupsshipped
- Mega-menus and dropdowns in the public-site navshipped
- Cleaner admin sidebar — actions only, no link-outs by defaultshipped
- Dozens of adopter rough edges fixedshipped
-
- v0.4
in flight
in flightOperator polish. Spinning up new projects without dropping to a terminal.
- One admin process per host, switch projects from the consolein flight
- Provision cloud storage buckets directly from the consoleplanned
- Auto-drafted release notes, roadmap, and blog posts from each releaseplanned
- Smart import: bring an existing markdown / Astro site in and have its body fall into the right fieldplanned
-
- v0.5
next
plannedAdopter onramp. Everything you can do in the admin, you can also do from a terminal.
- Manage settings, users, content, and schemas from the command lineplanned
- A settings tab in the console — manage projects without ever opening a terminalplanned
- Move from local files to cloud storage without rebuildingplanned
- Preview an existing bucket before you adopt it — see what fields and collections were detectedplanned
-
- v1.0
first stable
plannedThe protocol freeze and the public commitment. Stable enough to bet a product on.
- Visual schema designer — drag-drop fields in the admin, no JSON authoringplanned
- Theme tokens UI — pick colors, fonts, and spacing in the admin; the public site picks them up automaticallyplanned
- Custom API endpoints — define a route in the admin, get a typed SDK methodplanned
- Click-to-edit groundwork in the live preview — first step toward inline editingplanned
- Each project gets its own scoped storage credentialsplanned
- Roles: editor and author, in addition to ownerplanned
- Drafts and scheduled publish, finishedplanned
- Versioning: see and restore previous versions of a page or itemplanned
- Full-text search inside the adminplanned
- Image transforms — derived sizes, focal points, modern formatsplanned
- Audit log — who changed what, and whenplanned
- Bulk operations — select many items, change status or delete in one goplanned
- Docs rewrite, hardening pass, v1.0.0 tagplanned
-
- past v1.0
deferred
deferred- Live inline editing in the preview pane (the path beyond a separate canvas)deferred
- Multi-tenant operator consoledeferred
- Public hosting (Fly.io / Cloudflare Workers)deferred
- JWT identity bridge — until first paying customerdeferred
- Real-time collaborative editingdeferred
- GitHub-as-bucket backenddeferred
-