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.

Starter

$19/mo

For solo devs and side projects.

  • 1 Project
  • Basic Support
  • Team Access
Most Popular

Pro

$49/mo

For teams who fear nothing.

  • 10 Projects
  • Priority Support
  • Unlimited Chuck Norris jokes
  • Team Access
  • VIP Support
Contact Sales

Enterprise

Custom

For those who want to break the internet.

  • Unlimited Projects
  • Dedicated Support
  • Custom Integrations
Hello, 42go!
faa

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

get more info

Via NeonDB:

get more info

Dynamic Configuration

[[to be completed]]

Feature Flags

[[to be completed]]

Reusable & Configurable Features

[[to be completed]]