Skip to main content

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

  1. Open your workspace and choose Create new → blank application (or pick a starter template).
  2. Open Datasources and connect a data source (for example Postgres or CSV).
  3. Create a Query that returns rows (for CSV, use Get all rows).
  4. On the canvas, add a Table widget.
  5. Set the table's data property to {{YourQuery.data}}.
  6. Click Deploy to publish the app for users.

Next