Engineering PlatformStackLab

Next.js production boilerplate

StackLab

StackLab is an open-source platform for learning software engineering through simulations, architecture tradeoffs, and production-ready templates. This first commit intentionally stops at structure, metadata, validation, testing, and token wiring so the landing page can grow on a stable foundation.

Current scope

App Router layout boundary is in place.
Docs ship from a single Nextra app in apps/docs.
MDX content is source-controlled under apps/docs/content.
CSS-variable tokens drive the theme contract.
Playwright validates the first public route.
The docs app is deployment-ready on its own subdomain.

Locked defaults

Framework
Next.js 15 App Router
Styling
Tailwind CSS 4 + tokens
Docs
Single Nextra docs app
Runtime
Node.js on Vercel