A modular monorepo implementing a business website with a Next.js frontend and a Sanity CMS backend. Built as a production‑capable demo and reference implementation, demonstrating content modelling, dynamic routes, responsive image handling, and deployment-ready patterns.
- 🧠 backend/ — Sanity Studio (CMS demo) — see
backend/README.md
for details - ⚡ frontend/ — Next.js site (see
frontend/README.md
for full details)
Run each project from its own folder (see project README for exact scripts):
- Backend:
cd backend && npm install && npm run dev
- Frontend:
cd frontend && npm install && npm run dev