A free and open source web app boilerplate based on Next.js, offering you an easy way to get started with your next project. It includes a set of tools and best practices that will help you to build your web application in a fast, efficient and scalable way. This is a headless project, meaning that it doesn't include any styled UI, now you're the one who decides how your app will look like.
- Authentication with AuthJS
- Emails with React Email and Nodemailer
- Database with Prisma, Docker Compose and PostgreSQL
- Styling with Tailwind CSS
- Clone the repository:
git clone https://github.com/pierregueroult/next-launch.git
- Install the dependencies with pnpm:
pnpm install
(You can also use your favorite package manager like bun, I like bun actually)
- Start all the things you need:
pnpm dev
pnpm email:dev
pnpm database:up
- Open http://localhost:3000 with your browser to see the result.
Et voilà ! You're ready to start building your app. 🚀
This project is licensed under the MIT License - see the LICENSE file for details.