Build Your SaaS Faster With Our AI-Friendly Starter Kit
NextJS, Tailwind CSS, and 🤖
Give Us Your Feedback
Chuck Norris reads every message. Be brave.
Join the Waitlist
Get early access. No spam. Only roundhouse kicks.
With redirect
Get early access. No spam. Only roundhouse kicks.
Simple Pricing for Real SaaS
No hidden fees. No mercy for complexity.
This is a Markdown Block rendered.
title: Foobar
This is a Markdown Block rendered.
title: Getting Started excerpt: Develop multiple projects from a single NextJS codebase date: 2025-04-08 author: Marco Pegoraro
42Go NextJS is a boilerplate that helps you create and maintain multiple independent projects from a single NextJS codebase.
This was my personal pain point when considering to buy or create a NextJS boilerplate:
I have many little projects to run, and I didn't want to spent time moving features across, or updating dependencies.
After all, vibe coding is cool and let me move fast. But it generates code that is far from being modular and portable!
Here are the main principles that lead the development of this boilerplate:
- hej
- hoho
- huhu
Development Environment
Once you get access to the codebase, clone it locally:
git clone https://github.com/marcopeg/42go-next-multi
You only need NodeJS 18+ to create your project.
Next, you need to setup a PostgreSQL database.
Via Docker:
make db
Via NeonDB:
Dynamic Configuration
[[to be completed]]
Feature Flags
[[to be completed]]
Reusable & Configurable Features
[[to be completed]]