Creating Apps
The dashboard allows you to create and manage apps without writing YAML.
Creating an App
- Click Novo App
- Enter the app name (lowercase, letters, numbers, underscores)
- Configure Login Providers — toggle email/password and/or Google OAuth
- Add Tables — define columns with names and types
- Click Create
The app is provisioned instantly: schema created in PostgreSQL, tables created, REST API available.
Editing an App
- Click the pencil icon on any app card
- Modify tables and columns
- Changes are applied idempotently
Deleting an App
- Hover the app card and click the trash icon
- Confirm deletion
- Note: this only removes the app record from
zeep_system, not the PostgreSQL schema