Starter workspacedomanpriser.se

Next.js 16.1.6 / Strapi 5.38.0 / Bun

A clean starting point for domanpriser.se.

The frontend is ready in Next.js, the CMS is ready in Strapi, and both live in one Bun workspace so the project can grow without reworking the foundation.

Local endpoints

Frontend

http://localhost:3000

CMS

http://cms:1337

Admin

http://cms:1337/admin

Content pipeline

Use Strapi for pages, pricing data, editorial content, and API delivery while keeping the site shell in Next.js.

Fast local loop

Run both apps with one command and keep the frontend and CMS in the same workspace from day one.

Ready to extend

The starter is intentionally lean so domain models, public pages, and integrations can be added without cleanup first.

First steps

The scaffold is ready. Start with these three checkpoints.

Start both apps

bun run dev

Open the CMS

http://localhost:1337/admin

Point the frontend at Strapi

apps/web/.env.local

Frontend

Next.js 16.1.6

App Router, TypeScript, Tailwind CSS 4, ESLint

CMS

Strapi 5.38.0

TypeScript, SQLite, admin panel at /admin

Workspace

Bun 1.3.0

Single lockfile, shared scripts, one repo