What problem does it solve?
It prevents broken zo.space pages and fragile API behavior by giving a single, authoritative reference for how routes are structured, built, and deployed in the Zo space runtime.
Core Features & Use Cases
- Route creation and management workflow: Use the provided tooling to list, fetch source code, update, and delete page/API routes safely.
- Correct implementation for page vs API routes: Know the required defaults (React component vs Hono handler), visibility rules, and method-handling behavior for APIs.
- Build, runtime, and failure debugging guidance: Understand when Vite rebuilds will break all pages, how to check errors, and the practical restart/crash-loop workflow.
- Standards for packages and styling: Use the pre-installed Bun/Node packages and Tailwind semantic tokens consistently to avoid runtime surprises.
Quick Start
Read this guide, then update your route using the space route update tool for the exact path and route type you are building or debugging.