A minimal Remix application starter with a home page and an auth page, configured for Cloudflare Workers deployment through the Cloudflare Vite plugin.
app/controllers/home.tsx owns the home page.app/controllers/auth.tsx owns the auth page.app/routes.ts defines the route contract.app/router.ts wires routes to handlers.app/ui/ holds the shared document and layout wrappers.app/utils/render.tsx centralizes HTML response rendering.app/data/, app/middleware/, public/, or test/ when the app actually needs them.app/ui/ once more than one route needs it.npm i
npm run dev
npm run preview
npm run deploy
$ claude mcp add remix-cloudflare-template \
-- python -m otcore.mcp_server <graph>