Fullstack SaaS Boilerplate built with tRPC, Fastify and React
The project is a modern stack utilizing top-tier libraries to build a full-stack web application, focusing on developer experience by being simple, efficient, and fast. Unlike some other approaches, this project opts not to use Next.js, keeping the frontend as static files, which can be easily stored in cloud object storage like AWS S3. The stack is designed for building web apps, prioritizing functionality over SEO optimization.
npm install
env.ts
file to .env
, update the key, and run:npm run build
npm test
npm run test:vscode
The project is a developer-focused modern stack for building web applications, emphasizing simplicity and efficiency. By leveraging libraries like Trpc for end-to-end typesafe APIs and focusing on essential features such as authentication, external API integration, and testing, the project aims to provide a robust foundation for web app development. The installation process is straightforward, allowing developers to quickly set up the environment and start building applications using the provided tools and functionalities.