What problem does it solve?
DenchClaw app development often requires assembling isolated components and boilerplate to run self-contained apps within the workspace. This Skill provides a clear blueprint for creating self-contained apps that live inside DenchClaw's workspace, expose a standard manifest, and bridge to DenchClaw platform APIs for data, UI, and inter-app collaboration.
Core Features & Use Cases
- Self-contained app architecture that runs inside the workspace with a .dench.yaml manifest and a clean entry point.
- Bridge to platform APIs (dench.app, dench.ui, dench.db, dench.objects) to build interactive dashboards, tools, and widget-style components.
- App lifecycle patterns, per-app storage, and inter-app messaging to compose multi-app experiences like dashboards composed of widget apps.
Quick Start
Create and wire up your first app by adding a folder apps/my-app.dench.app with a manifest and an entry HTML.