Build your first app
This guide walks through creating a simple app that reads data and shows it in a table.
Prerequisites
- A running Groove Builder instance (Self-hosting)
- An account with permission to create applications
Steps
- Open your workspace and choose Create new → blank application (or pick a starter template).
- Open Datasources and connect a data source (for example Postgres or CSV).
- Create a Query that returns rows (for CSV, use Get all rows).
- On the canvas, add a Table widget.
- Set the table's data property to
{{YourQuery.data}}. - Click Deploy to publish the app for users.