Pricing · One tier
Atlas.
Free, forever.
GPL-2.0 or later
- I The block. One Gutenberg block. Drop it on a page, point it at a manifest, render. Singular — not a kit, not a builder
- II Server rendering. Deterministic JSON manifests resolve to HTML on the PHP side, before the browser asks. No flicker, no client-side template fetch
- III Islands. Static chrome ships as plain HTML. JS hydrates only the slots you mark interactive. Zero hydration cost for the rest of the page
- IV Git-versioned manifests. Layout lives in files, not the database. Branch it, diff it, revert it. Reviewable in pull requests
- V Graceful degradation. Deactivate the plugin and the page falls back to plain HTML. No theme rewrite required, no white screen. Reversible by design