Layouts
Shared page shell, SEO handling, and footer/header structure.
Workspace Example
This second site proves the monorepo pattern: it reuses the shared layout and UI packages while keeping its own data, colors, copy, and pages.
Start a projectHeader, footer, base layout, contact form, FAQ accordion, and Tailwind foundation.
Shared page shell, SEO handling, and footer/header structure.
Reusable form, review card, FAQ accordion, and slider components.
One Tailwind foundation, with site-level brand tokens layered on top.
Create `sites/new-domain/`, add local `data/` files, import the shared packages, and build that site on its own Cloudflare Pages project.
It shows the pattern for new deployments: local data, shared layout, shared UI, and independent build output.
Yes. A site can add custom pages, custom components, or even wrap the shared layout with its own variants.