A template for rapidly building KitmanLabs product prototypes.
- Use this template — Get your own copy
- Clone to your machine — Use GitHub Desktop (friendlier than the terminal)
- Run locally —
npm installthennpm run dev, openhttp://localhost:3001
| I want to... | Link |
|---|---|
| Set up for the first time | Getting Started |
| Understand the data in this prototype | Understanding the Data |
| See what components are available | Design System (run npm run storybook locally) |
| Learn how to build with Claude Code | Using Claude Code |
| Understand why my work was rejected | Why Was My Work Rejected |
This repo uses Claude Code as your AI co-pilot. It reads the design system rules automatically on every session, so it:
- Only uses components that match the real product
- Applies colors and styles correctly
- Knows the file structure and data layout
- Catches common mistakes before you commit
Just ask it to build what you need — "Add a new page showing athlete injuries" or "Change the calendar to week view".
- React 18 — The UI framework
- Material-UI (MUI) — Component library matching the KitmanLabs design system
- Storybook — Interactive component catalogue (run
npm run storybooklocally) - Design tokens — Automated color, typography, and spacing
- Mock data — JSON files that simulate a real database
No backend, no API — this is purely for prototyping.