What you keep
Starlight routing, Pagefind search, simple deploys, and less moving infrastructure.
Publish the static Mementropy site on Cloudflare Pages without reintroducing Worker or SSR setup.
Keep the first deployment boring.
For the public site, static hosting gets you Starlight routing, search, and
Cloudflare delivery without turning the deployment into a server project.
The standalone Admin application uses its own static Pages project under
apps/admin/.
What you keep
What you avoid
npm run buildgit push origin masternpm run deploymaster.npm run build.dist.mementropy.com.{ // Cloudflare Pages config. Use `wrangler pages deploy`, not `wrangler deploy`. "name": "mementropy", "pages_build_output_dir": "./dist", "compatibility_date": "2026-04-12"}