v0.0.0: Intro

16 June 2026

Pre-alpha. Core framework (pages, registry, file store, fields) is running.

Pre-alpha build. Status only.

Added

  • Page system: each page is a folder with index.json + data.json, no database for content.
  • Registry: a SQLite index of pages for fast queries without scanning the filesystem.
  • File store: managed uploads with UUID tracking, metadata, and image variant caching.
  • Git-backed page drafts and publish history.
  • Built-in search addon (Typesense) and Clockwork debug addon.
  • Field type system (text, number, list, object) with site-level overrides.

Not built yet

  • Admin UI is still rough in places.
  • No automated test coverage for the newer addons (search, drafts).
  • No first tagged release yet.

Why pre-alpha

Core architecture (pages, registry, file store, fields) is in place and working. Admin UX and addon coverage still need work before a first real release.