Hello, world — welcome to the playground
A quick tour of what this site is, how the Slate snippet works, and what you can do once you wire in a real site ID.
data-site-id in each page's <head> once
you have a real token from the Slate app.
Slate CMS · Live demo
Everything on this page — the words, the blog posts, the about copy —
is editable from the Slate app. Paste the script tag into any site's
<head> and your content flows in.
A three-page static site (home, blog, about) built to exercise the Slate snippet's page detection, content injection, and dynamic-route rendering.
Hand-authored HTML + CSS. No build step. Deploys to Cloudflare Pages on every push.
Loads a site manifest, matches the current URL, and swaps the <main> content with CMS-managed blocks.
Brand-new URLs created in Slate rebuild the page from the cached header and footer shell — no predefined route needed.
Placeholder posts written into the HTML. Once connected, the Slate app will manage these and any new posts you create.
A quick tour of what this site is, how the Slate snippet works, and what you can do once you wire in a real site ID.
New posts created in the Slate app will appear at /blog/<slug> automatically. The snippet rebuilds from cached header/footer.