What problem does it solve? Managing Fusebase Apps projects requires many platform-specific operations—creating apps, configuring permissions, running dev servers, deploying builds, and managing environments—that are error-prone when done manually through the UI or raw API calls. ## Core Features & Use Cases - Project Lifecycle Management: Initialize projects with fusebase init, scaffold SPA or backend templates, and register apps with declarative fusebase.json manifests. - Permissions & Access Control: Set dashboard view permissions (dashboardView.dashboardId:viewId.read,write) and access principals (visitor, orgRole:member, portal-scoped roles) at app creation time. - Dev & Deploy Workflows: Run local dev servers with hot reload and API proxying, then deploy apps with fusebase deploy, including isolated SQL store provisioning and RLS verification. - Use Case: An agent scaffolds a React SPA, registers it with fusebase app create including dashboard permissions, starts the dev server for testing, and deploys to production—all through CLI commands. ## Quick Start Ask the agent to initialize a new Fusebase app project and start the local dev server using the fusebase CLI.