Design Lab Report
A safe playground for designers to explore Claude Code.
Stack
- Framework:React Router v7 (SSR)
- Runtime:Node.js + Express
- Build:Vite 6
- Styles:Tailwind CSS v3
- Language:TypeScript (strict)
- Package mgr:Bun (workspaces)
- Linting:Biome + ESLint
- Testing:Vitest
- Container:100% Docker
Getting Started
- Edit
app/routes/_index.tsxto change this page - Add new routes in
app/routes/ - Add shared components in
app/components/ - Utility helpers live in
app/lib/