- Python DSL pages for dashboards, settings, metrics, tables, and task boards
- React pages for richer custom interfaces
1. Add a Python page
access="authenticated" means Capsule gates it behind app sign-in.
2. Add settings
Settings are app configuration, not records.3. Add a table
Table(...) lets Capsule use the collection metadata.
4. Use React when the UI gets richer
Next steps
- Connect external services with Connect Services.
- See Pages and Custom React Pages.