What problem does it solve?
DenchClaw app development often requires a consistent structure and integrated APIs; app-builder provides a unified pattern to create self-contained web apps that run inside DenchClaw's workspace with access to DuckDB data, workspace objects, AI chat, and the full DenchClaw platform API.
Core Features & Use Cases
- Self-contained apps that run in sandboxed iframes inside the workspace.
- Manifest-driven configuration (name, description, permissions, runtime).
- Bridge API integration for data, objects, UI, and inter-app messaging.
- Patterns for common app types: dashboards, AI chat UIs, widgets, and data tools.
- Access to child skills for extended capabilities.
Quick Start
Create a new app folder under apps (e.g., my-app.dench.app), add a .dench.yaml manifest with required fields, implement index.html and app.js, and load the bridge SDK in the page.