Documentation Index
Fetch the complete documentation index at: https://mintlify.com/buildermethods/design-os/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
What AI coding assistant do I need?
What AI coding assistant do I need?
.claude/commands/design-os/ directory.Do I need to know React to use Design OS?
Do I need to know React to use Design OS?
Can I use Design OS for an existing project?
Can I use Design OS for an existing project?
Technology & Compatibility
What tech stack does Design OS use?
What tech stack does Design OS use?
- Node.js (v18+)
- React (v18+)
- Vite
- Tailwind CSS (v4)
- React (v18+)
- Tailwind CSS (v4)
Can I use a different CSS framework?
Can I use a different CSS framework?
Does Design OS work with Next.js? Remix? Vue?
Does Design OS work with Next.js? Remix? Vue?
- Next.js (App Router or Pages Router)
- Remix
- Create React App
- Vite
- Any React setup
Workflow & Process
Do I have to follow the steps in order?
Do I have to follow the steps in order?
- Product Vision establishes what you’re building
- Design Tokens set your visual identity
- Application Shell creates the navigation wrapper
- Section Design builds each feature area
- Export packages everything for implementation
Can I design sections in any order?
Can I design sections in any order?
- Earlier sections often have simpler patterns that inform later ones
- You can export and implement incrementally
- It matches the natural product development flow
How do I update designs after exporting?
How do I update designs after exporting?
- Make changes in Design OS
- Run
/export-productagain to generate a new export package - Copy updated components to your codebase
- Test and integrate the changes
Can multiple people work on the same Design OS instance?
Can multiple people work on the same Design OS instance?
- Commit the Design OS workspace to version control
- Use branches for different design explorations
- Merge design changes like you would code
Export & Implementation
What exactly gets exported?
What exactly gets exported?
- Ready-to-use prompts for your implementation agent
- Product overview and context documentation
- Implementation instructions (one-shot or milestone-by-milestone)
- Design system (tokens, Tailwind config, fonts)
- Data shapes (TypeScript interfaces)
- Shell components (AppShell, MainNav, UserMenu)
- Section components (all exportable components)
- Sample data for testing
- Test instructions (framework-agnostic specs)
- Screenshots (if captured)
Are the components production-ready?
Are the components production-ready?
- Wire up callbacks to routing and API calls
- Replace sample data with real backend data
- Add error handling and loading states
- Implement empty states
- Build backend APIs
- Write tests
Can I edit components after exporting?
Can I edit components after exporting?
How do I implement the exported designs?
How do I implement the exported designs?
- Copy
prompts/one-shot-prompt.mdorprompts/section-prompt.md - Paste into your coding agent in your implementation codebase
- The agent will review the product overview and instructions
- Answer clarifying questions about your backend setup
- The agent implements components, APIs, and tests
Support & Learning
Where can I get help?
Where can I get help?
- Builder Methods Pro — Access to Brian Casel (the creator), community of Design OS users, workshops, and AI-first development training. Join Builder Methods Pro
- GitHub Issues — Report bugs or request features at github.com/buildermethods/design-os
- Documentation — All guides and references at buildermethods.com/design-os
Is there a community or forum?
Is there a community or forum?
- Direct access to Brian Casel (creator of Design OS)
- Community of builders using Design OS
- Office hours and Q&A sessions
- Workshops on AI-first development
- Early access to new features
Can I request new features?
Can I request new features?
- GitHub Issues — Open an issue with your suggestion
- Builder Methods Pro — Share ideas directly with Brian and the community