Updates

Writing on PHP, flat-file CMS, and building for the web without the bloat.

Current state

Pre-alpha. The core framework (pages, registry, file store, fieldtypes) is built and running, along with built-in addons for admin, git-backed page drafts, and Clockwork debugging. Test coverage so far is limited to the Toolkit classes.

Roadmap

  • Stabilize the admin UI
  • Add test coverage for the framework and built-in addons
  • First tagged release

Each entry below covers one step.

v0.0.70

16 July 2026

Registry admin table switched to infinite scroll, and standard-sized UI controls restored in a few admin panels.

Changed

  • Admin registry table: replaced numbered pagination with an infinite-scroll append pattern. table-append.latte loads the next page via hx-trigger="revealed" when scrolled into view.
  • Admin UI: page history and view-editing panels switched from btn-xs/text-xs/badge-xs controls to standard sizing.