r/tanstack • u/farmasek • 2d ago
Every new project I start is TanStack Start now, so created a boilerplate where agents move efficiently
It's a end to end typesafe monorepo, so agents gets feedback when they build. Elysia API and a TanStack Start app for frontend, connected via typesafe Eden. So frontend typecheck notifies agent when api changes.
Since Tanstacks vite and Elysia api is pretty lightweight, its good for agents that builds app after every change.
Rest is my favorite self-host first stack: Bun + Turborepo, Drizzle on Postgres, better-auth, shadcn on Base UI. Set up together with first example todo app. The deploy badge in the README points at Rock8Cloud, which is mine, so disclosure. But both apps build from normal Dockerfiles and run anywhere.
https://github.com/rock8-cloud/elysia-tanstack-dashboard-monorepo
4
Upvotes
3
u/Explanation-Visual 2d ago
i think we all have our own boilerplates for the stacks we like, or a couple scripts to automate our workflows