Static landing page
Plain HTML, CSS, and a touch of JS — no database, no accounts, no server-side rendering. Just markup that ships.
Shipyard test build
This site exists purely to test all the functionalities and workflows of Shipyard — from scaffolding and static markup to SEO metadata and sitemap generation, deployed the same way a real client project would be.
Plain HTML, CSS, and a touch of JS — no database, no accounts, no server-side rendering. Just markup that ships.
Title, description, canonical URL, Open Graph, and Twitter card tags
are all wired up in <head> so the page previews well
anywhere it's shared.
A standards-compliant sitemap.xml lists every page on the
site so search engines can discover and index it quickly.
A static site is generated with real, runnable markup — no placeholders left behind.
SEO tags and a sitemap are generated automatically, ready for a real domain.
Ships to Cloudflare Pages via wrangler.toml with zero backend to manage.