Baserow
An open-source no-code database platform — the self-hosted Airtable alternative. This all-in-one container includes the web frontend, API backend, and embedded PostgreSQL database.
What You Can Do After Deployment
- Visit your domain — create an account on first visit (first user becomes admin)
- Create databases — build tables with 20+ field types (text, number, date, file, link, formula, lookup, etc.)
- Build views — grid, gallery, form, Kanban, and calendar views for your data
- Create forms — public forms that feed directly into your tables
- Automate workflows — trigger actions on row changes, send webhooks, send emails
- Use the REST API — every table gets an auto-generated REST API for integrations
- Collaborate — invite team members with role-based permissions
Configuration
- BASEROW_PUBLIC_URL — automatically set to your Zeabur domain. Update if you change the domain.
- Disable signups — set
BASEROW_ALLOW_NEW_SIGNUPS to false after creating your admin account
- Email — configure
EMAIL_SMTP_HOST, EMAIL_SMTP_PORT, EMAIL_SMTP_USER, EMAIL_SMTP_PASSWORD for notifications
License
MIT — GitHub