Brooklyn Editions — Headless Site
A preview of the headless rebuild. These pages are rendered in code from the Webflow CMS and served as static HTML — no Webflow Designer templates. Currently sourced from the MKMKMK prototype CMS.
Blog — Articles & Guides → Topic-cluster hub + 23 cluster posts. Search, tag filter, related-post links, glossary tooltips. Papers → Papers hub grouped by category + 76 individual paper detail pages, all CMS-driven.
Checklist component (demo post) → A blog post that uses the downloadable-checklist block — what a post renders when a {{checklist}} marker is in its CMS body. Glossary → 27-term glossary. Terms auto-link as hover tooltips throughout the blog posts.
Paper detail page → A single CMS-driven paper page (Epson Hot Press Natural 330) with full specs. Specialty Papers (category) → A paper category page — papers grouped and filtered by type.
How it works
- Webflow stays the editor. Content is authored in Webflow's CMS; nothing about the editing workflow changes.
- Pulled at build time. The Webflow Data API serves the CMS as JSON; an Astro build renders the templates in real code. Source is MKMKMK now, the production
mainCMS later. - Static & crawlable. Output is plain HTML (good for SEO and AI crawlers), with the site's real header/footer/CSS and self-hosted fonts for a 1:1 match.
- Noindexed. Every page sends
X-Robots-Tag: noindex, so this demo can't be crawled or compete with the live site.