Studio Quickstart¶
Studio is the built-in project inspector available in local development.
Start the App¶
Open Studio¶
Studio helps you inspect:
- Models and fields
- Routes and ViewSets
- Query activity
- Migration health
- MCP tool output
- AI Console context
- Project Graph
- AI Debugger, Architecture Review, Performance Analyzer, Investigation Sessions, and Daily Briefing when AI is configured
First-Run States¶
If something is missing, Studio and aksara doctor launch-check should tell you the next action:
- No database configured: set
DATABASE_URLor runaksara dbsetup. - No migrations run: run
aksara migrate. - No AI provider configured: continue using non-AI Studio tools or run
aksara ai-hub configure. - No graph built yet: open Project Graph or start an investigation.
AI provider setup is optional for first launch.