This NextJS template includes -
- BetterAuth for authentication
- Stripe for payments
- Prisma for database
- AWS SES for email
- AWS S3 for file storage
- MDX and Markdown support
- Optimized for SEO (sitemap, robots, JSON-LD schema)
- RSS Feed
- Dynamic OG images
- Syntax highlighting
- Tailwind v4
- Vercel Speed Insights / Web Analytics
- Geist font
- Dark Mode
You can choose from one of the following two methods to use this repository:
Execute create-next-app
with pnpm to bootstrap the example:
pnpm create next-app --example https://github.com/krusadellc/nextjs-template <project-name>
Then, run Next.js in development mode:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).