Design Token Platform v0.0.1
Design Token Studio
Configure your design tokens, generate theme files, and export to Stitch. Build premium design systems with confidence.
18
Design Tokens
0
Exports
0
Screens
18
Active Presets
3
Quick Start
Guide01
Define tokens
Set colors, fonts, spacing, and shapes in the Design Studio.
02
Add rationales
Explain why each token was chosen for your DESIGN.md.
03
Generate files
Export theme.yaml, DESIGN.md, CSS, and Tailwind config.
04
Create screens
Use Stitch to generate UI screens from your DESIGN.md.
05
Generate code
Feed screens to opencode to produce Svelte 5 components.
Project Structure
v0.0.1mystitch/
├── mystitch-server/ Go REST + MCP server
├── src/ SvelteKit web app
├── .opencode/ Agent config
├── theme.yaml Generated tokens
└── DESIGN.md Design rationale
Svelte 5
Tailwind v4
TypeScript
Go Server