burger (bun fullstack starter)

burger (bun fullstack starter)

Author

Nov 4, 2025

runtime & server

  • bun - all-in-one runtime, bundler, package manager

  • bun's native serve() for routing

  • hot module replacement out of the box

frontend

  • react 19 with typescript

  • tanstack router for client-side routing

  • tailwind css v4 and shadcn/ui

backend & database

  • drizzle orm with postgresql

  • better auth for authentication (magic links + google oauth)

  • resend for email sending

deployment

  • railway