What problem does it solve?
This Skill eliminates common pitfalls and inconsistencies when building Fusebase Apps, ensuring apps follow platform best practices for reliability, security, and maintainability out of the box.
Core Features & Use Cases
- Canonical Project Scaffolding: Auto-generates the correct React + Vite + Tailwind v4 + shadcn/ui project structure to avoid manual boilerplate errors.
- Multi-User Safety Guardrails: Enforces per-user state storage rules to prevent data leakage between concurrent users in production.
- Platform Integration Best Practices: Covers correct authentication flows, Vite configuration, app registration, cross-app navigation, and backend setup for Fusebase's ecosystem.
A common use case is a team building a client portal app: they can use this Skill to automatically scaffold the project, configure correct per-user OAuth token storage, and set up proper app access permissions without manual trial and error.
Quick Start
Use the app-dev-practices skill to scaffold a new Fusebase App, configure its Vite settings, and register it with the correct public access permissions.