next-forge is a boilerplate with everything you need to launch a production-ready app, including payments, push notifications, authentication, linting, error capture, product feedback loops, a waitlist, a design system and even AI integration.
Hey ProductHunters,
I'm excited to share my Next.js boilerplate with you: next-forge. It's a culmination of my experience building web apps over the last decade and focuses on being fast, modern, cheap and opinionated.
It's designed to get you from zero to a production-grade app super fast with the following features:
- โฒ Framework is Next.js 14 (using App Directory and React Server Components) โ a React framework for production-grade apps. Designed to be deployed on Vercel, but you can take it almost anywhere.
- ๐ค Full TypeScript support, including strict mode.
- ๐ฆ React components from shadcn/ui, built on Radix UI, Tailwind CSS and cva.
- ๐ฉโโ๏ธ Linting from eslint-config-harmony, which provides a strict set of configuration for ESLint, Prettier and Stylelint.
- ๐ Database uses Prisma as the ORM. Can be connected to any supported database โ I recommend PlanetScale.
- ๐ง Emails templated by react.email and sent using Resend. Additionally, Loops form for a waitlist.
- ๐จโ๐ฉโ๐งโ๐ฆ Authentication provided by Clerk, which provides a secure, scalable and customizable authentication system.
- ๐ข Log Drain and Status provided by BetterStack.
- ๐ Error capturing provided by Sentry.
- ๐ธ Payments provided by Stripe.
- ๐ Analytics provided by Vercel Analytics and Google Analytics.
- ๐ค AI provided by Vercel AI, using OpenAI by default.
- ๐ฌ Feedback through Canny.
- ๐ MDX content through Contentlayer.
- ๐ Notifications provided by Knock.
- ๐ Cron jobs provided by Vercel.
... plus a stack of other features for customization, security and performance.
I've used this stack many times to ship new ideas to market, get feedback and capture my first payment without paying a cent or building up tech debt, while paving the foundation for fast product growth. I hope it brings you the same benefits!
Replies
Tersa