Welcome to Nextboost! Nextboost is here to help you kickstart your custom code projects. With Nextboost, you can generate starter code using various templates tailored to your needs. Let's explore the exciting templates available to make your development journey smoother.
To get started with Nextboost, you can use the following command to install it globally:
npx create-next-boost
Nextboost provides several templates for different project setups. Choose the one that best fits your needs:
This template sets up a Monorepo project using Nx.
This template sets up a Monorepo project using Turborepo.
Get started with a project that includes Next.js, Jest for testing, and Storybook for UI component development.
This template is for projects that require scalability, authentication, and Next.js.
Use this template to set up a project with Shadcn and Next.js.
For projects that require a PostgreSQL database, Prisma for database access, authentication, and Next.js, this template is a great choice.
This template includes Clerk for authentication and Next.js for your web application.
Once you've installed Nextboost and selected a template, you can follow the template-specific documentation and instructions to start building your project.
- MonoRepo Nx Documentation
- MonoRepo Turborepo Documentation
- Blazity Enterprise Documentation
- Planet Scale + Auth + Next Documentation
- Shadcn + Next Documentation
- Steven Tey Documentation
- Clerk + Next.js Documentation
Happy coding with Nextboost!