What problem does it solve?
It prevents broken zo.space page and API routes by guiding you through the platform’s architecture, route conventions, build pipeline, and common failure modes.
Core Features & Use Cases
- Route authoring without guesswork: Create page routes (React/TSX) and API routes (Hono handlers) with the correct default exports and routing rules, including visibility behavior.
- Build-and-runtime debugging workflow: Diagnose issues by checking route errors, understanding when Vite rebuilds all pages, and knowing how API route loading differs from page rendering.
- Operational safety for route updates: Avoid gotchas like reserved routes, lack of hot reload, single-file page constraints, and environment-variable placement (server-side API vs client-side pages).
Quick Start
Use the zo-space skill to create or update a zo.space route by following its route-type requirements and then confirm correctness by checking get_space_errors() after the update.