This project serves as a boilerplate for fullstack development in TypeScript, designed to streamline the development process with modern tools and best practices. It provides an out-of-the-box setup that integrates key technologies to build scalable and maintainable web applications.
Technology | Description |
---|---|
Prisma | Database toolkit for effortless data handling. |
Next.js | Framework for server-side rendering and static site generation. |
Supabase Auth | User authentication and authorization platform. |
Vitest | Unit testing library for modern TypeScript/JavaScript. |
Shadcn Tailwind | UI components powered by Tailwind CSS for rapid development. |
Deploying this boilerplate is seamless and fully optimized for Vercel. You can get your application running in just a few steps:
git clone https://github.com/pbeltranes/fullstack-ts-boilerplate.git
pnpm install
vercel deploy
Feel free to fork this project, open issues, or contribute via pull requests. Your input is invaluable to making this boilerplate better for the community.
This project is licensed under the MIT License. See the LICENSE file for details.