Image ContentBlock
Pair a stable next/image asset with optional Markdown side content. The sizes hint keeps responsive loading honest.
Stacked Layout
Use align: "top" or align: "bottom" when the image should lead the section instead of sitting beside the copy.
Left: Fade Image
The image fades in while the copy stays aligned to the top of the taller image. Use this when the layout should feel calm and direct.
Right: Scale Image
The copy leads on desktop and stays centered while the image sits at the bottom edge of the shared row. Mobile still stacks the image above content.
Left: Slide Image, Bottom Copy
This example uses slideUp on the image and scale on Markdown content aligned to the bottom of the image row.
Right: Centered Image, Long Copy
The image renders immediately and stays vertically centered when the text grows taller.
Add another paragraph and the image still holds the middle of the shared outbox. The content uses the existing slideUp reveal.
Remote Images
External images render only when their host is explicitly listed in CONTENT_IMAGE_REMOTE_PATTERNS.
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.
⚠️ Unable to load markdown file
Path: ./test/fixtures/markdown-block-01.md
This warning is only visible when Chuck Norris isn't looking.
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]]