Starter templates
When Groove Builder is pointed at the Groove integration broker, the Create new → From template gallery includes self-hosted starter apps.
| ID | Title | Best for |
|---|---|---|
groove-starter-blank | Blank Starter | Empty client app with welcome copy |
groove-client-portal | Client Portal | Branded portal shell with a requests table |
groove-kpi-dashboard | KPI Dashboard | Ops dashboard with KPI tiles and a metrics table |
groove-client-kit | Client Kit | Portal + Schedule booking recipe |
Templates use mock or static table data so they import without datasources. After fork, replace tableData bindings with query results such as {{YourQuery.data}}.
Client Kit
| Page | Contents |
|---|---|
| Portal | Requests table, modal for a new request |
| Schedule | Scheduler + sheet + JS Object BookingStore for events |
Broker requirement
Starter templates are served by the integration broker (GROOVE_CLOUD_SERVICES_BASE_URL / APPSMITH_CLOUD_SERVICES_BASE_URL). See Integration broker.