Start your next project
with TanStack
A powerful collection of libraries for building robust and high-performance applications with React.
$ git clone https://github.com/obakelabs/tanstack-start-template
$ cd tanstack-start-template
$ cp .env.example .env
$ # edit the .env file with your own values
$ bun i
$ bun db:push
$ bun dev 🎉