What the work is.
- Canonical records and ordering
- Schemas and archive validation
- Editing and local recovery
- Draft data and deploy review
- Source and publication history
Local-first publishing for irregular work
A Git-native publishing platform that treats a website as an evolving archive—not a stack of interchangeable pages.
01 / Premise
Art portfolios, living archives, research notes, and experimental media sites rarely develop in neat, repeatable units. Their relationships shift. Their formats collide. A project may need a bespoke page while still belonging to the same searchable archive as everything around it.
DekoBoko—named for unevenness, 凸凹—starts with that irregularity. Canonical archive objects hold the durable parts; an editorial workflow prepares them for a site-specific renderer. The current CMS is one interface within that larger publishing model, not the whole platform.
02 / Publishing model
DekoBoko does not become a second version of mina.systems. Archive previews pass draft or production data through the same mina.systems frontend, so the comparison stays grounded in the real site. A separate compatibility preview remains deliberately minimal: it tests generated output, not visual parity.
03 / Working loop
Edit canonical project records locally. Debounced autosave writes valid content without silently publishing it.
Typed schemas check the complete archive—identity, routes, status, ordering, body content, and media references.
Draft archive data enters the actual mina.systems frontend through a local preview; production data remains a separate view.
Source checkpoints, target diffs, file selection, and route warnings expose what will change before publication.
The approved Archive Listing and Project Rendering Contracts move into mina.systems, with Git retaining the audit trail.
04 / Current progress
A living snapshot of implementation readiness in the V0.1 Mina Pilot, verified against the repository on July 27, 2026. These bars describe capability—not a release schedule.
05 / Archive object
A custom-page flag keeps a project in the canonical archive while its hand-authored page remains owned by mina.systems. The record stays searchable and ordered, but its body is locked in the CMS and excluded from DekoBoko’s Project Rendering Contract and compatibility-page generation.
06 / Position
DekoBoko is now a functional local archive pipeline: 64 canonical records can be edited, validated, previewed, reviewed, and published into mina.systems. MRI Supernova is the first non-custom public route to consume the Project Rendering Contract in both draft and production; the next proof is sustained editorial use and expansion to additional project pages.