What problem does it solve?
Helping you get Mozaiks running the first time without getting stuck on missing dependencies, misconfigured environment variables, or broken local services.
Core Features & Use Cases
- Environment initialization: Guides you to copy and configure
.env (including optional OpenAI API key handling) so builds can run safely.
- Local dev dependencies: Steps through installing Python dev dependencies and Node frontend dependencies required for the Studio UI.
- Working local stack + verification: Starts the preferred Studio backend/frontend workflow and verifies health endpoints and the correct first-party builder app bundle.
- Use cases: Ideal when onboarding to the repository, troubleshooting local developer setup, or switching between monolithic Studio mode and split backend/frontend terminals.
Quick Start
Run the setup skill to install prerequisites, configure .env, start the local Studio stack, and confirm the frontend loads at http://localhost:3000/apps with backend health at http://localhost:8000/api/health.