What problem does it solve?
This Skill solves the challenge of adding custom server-side functionality to Fusebase Apps when client-side Dashboard SDK capabilities are insufficient, while avoiding common multi-user state bugs, deployment failures, and platform constraint violations.
Core Features & Use Cases
- Multi-user architecture guidance: Prevents shared state bugs that break multi-user app behavior, with clear rules for per-user vs shared data storage.
- Full backend setup workflow: Covers Hono framework configuration, REST endpoint creation, WebSocket support, OpenAPI contract maintenance, and fusebase.json backend block setup.
- Auxiliary service integration: Includes sidecar container setup for tools like headless browsers and caches, plus cron job configuration for scheduled tasks, with strict resource budget compliance.
- Use case example: If you need to add a custom REST API for business logic validation and real-time WebSocket updates to your Fusebase App, this Skill guides you through every step to ensure the backend is secure, compliant, and production-ready.
Quick Start
Use the app-backend skill to set up a Hono-based backend with REST endpoints, WebSocket support, and the required openapi.json contract for your Fusebase App, including all necessary fusebase.json configuration and multi-user state safety checks.