v1.2.0 — Version-pinned URLs
Released 2026-06-12 · commit pending merge
Highlights
- Every write now returns the version it created.
- Serve any past version of a site with
?v=N— a stable, pinned link to an exact snapshot.
What's new
Version-pinned URLs
Every time you publish or update a site, the API now returns the version
number it created — so you always know exactly which snapshot you just made.
You can then serve any specific version by adding ?v=N to the site URL. That
gives you a stable, immutable link to an exact point in time: share ?v=3 for
review while you keep iterating on the live latest version, and reviewers see
the snapshot you sent, not whatever you've changed since.
Improvements
- The Next.js dev-mode indicator now sits in the bottom-right corner (was overlapping other UI on the bottom-left).
Edit this page on GitHub