T
TanStackโ€ข4mo ago
mere-teal

GitHub - CarlosZiegler/fullstack-start-t...

Hey Guys, I am building my own boilerplate using Tanstack Start ( yes a new boilerplate haha ) if someone want to take a look here is : Core Technologies - Framework: TanStack Start - Routing: TanStack Router (Type-safe client and server routing) - API: tRPC (End-to-end typesafe APIs) - Database: Drizzle ORM (Type-safe SQL with PostgreSQL, Neon ready) - UI: React 19, Tailwind CSS, shadcn/ui, Lucide Icons - State Management: TanStack Query (Server State) - Authentication: Better Auth - Email: Resend, React Email (Transactional emails) - Monitoring: Sentry (Error tracking and performance monitoring) - Tooling & DX: Biome (Linting/Formatting), T3 Env, TypeScript - i18n: i18next (Internationalization) Deployed on Vercel ๐Ÿ™‚ https://github.com/carlosziegler/fullstack-start-template
GitHub
GitHub - CarlosZiegler/fullstack-start-template: This project provi...
This project provides a solid foundation for building modern web applications using a curated stack of technologies focused on developer experience, performance, and type safety. - CarlosZiegler/fu...
9 Replies
fascinating-indigo
fascinating-indigoโ€ข4mo ago
looks awesome! does it work with cloudflare workers?
fascinating-indigo
fascinating-indigoโ€ข4mo ago
hey I not tested ๐Ÿ˜ฆ
fair-rose
fair-roseโ€ข4mo ago
Love the AI parts too really showing end to end set up!!!
genetic-orange
genetic-orangeโ€ข4mo ago
Hey, pardon my ignorance but i couldn't understan dthis from the code. What part in dashboard dictates that they are the authenticated routes?
fascinating-indigo
fascinating-indigoโ€ข4mo ago
GitHub
fullstack-start-template/src/routes/dashboard/layout.tsx at main ยท...
This project provides a solid foundation for building modern web applications using a curated stack of technologies focused on developer experience, performance, and type safety. - CarlosZiegler/fu...
fascinating-indigo
fascinating-indigoโ€ข4mo ago
GitHub
fullstack-start-template/src/components/auth-provider.tsx at main ...
This project provides a solid foundation for building modern web applications using a curated stack of technologies focused on developer experience, performance, and type safety. - CarlosZiegler/fu...
genetic-orange
genetic-orangeโ€ข4mo ago
ah okay... i was searching the logic on the route level like in beforeLoad prop. thanks
genetic-orange
genetic-orangeโ€ข3mo ago
hello sir, can you share a commit with just basics, sqlite database, no AI, Sentry, etc
fascinating-indigo
fascinating-indigoโ€ข3mo ago
You can adjust as you want, fork/ pull the template and do what you want.

Did you find this page helpful?