A demo of Payload CMS running on TanStack Start instead of Next.js, based on the website template.
This is an experimental demo and is not intended for production use. It exists to showcase the framework adapter pattern being developed in payloadcms/payload#16139.
This project demonstrates that Payload's admin panel can run on frameworks other than Next.js. It uses TanStack Start + TanStack Router with Vite as the build tool, replacing Next.js's RSC rendering with SSR + route loaders.
For details on the architecture, adapter contracts, and current test pass rates, see the PR: payloadcms/payload#16139
pnpm install
cp .env.example .env # configure DATABASE_URI, PAYLOAD_SECRET, etc.
pnpm devThe admin panel is available at http://localhost:3000/admin and the frontend at http://localhost:3000.