Skip to main content

Pages: A Smaller Way to Publish

I wrote about Pages, a small publishing system on Sanity that turns documents into standalone pages with a four-character URL.

1 min read

I have been working on Pages, a small publishing system for turning documents into standalone pages that live outside my main website. It came from wanting somewhere to put a document, a short note, or a project explanation, apart from either scaffolding a new route on my main site or leaning on a third-party workspace tool I did not fully control.

I wrote a case study on how it works: the editor, the four-character URLs, and the architecture behind keeping Sanity as the single source of truth while the public application handles presentation on its own.

You can read the full piece here: Pages, Minus the Page Builder.

Related