Budibase
ActiveDescription
An open-source low-code platform for building AI agents, automations and business applications, model agnostic with drag-and-drop visual development.
Key Features
- AI Agent builder — Built-in agent engine that understands natural language requests and executes workflows
- Drag-and-drop low-code development — Visual business app builder requiring no code
- Multi-source integration — Connect databases, AI models, and business apps for cross-system agent actions
- Workflow automation — Automate record creation, approval routing, app updates, and team notifications
- Self-hosted deployment — Docker, Kubernetes, and DigitalOcean support with full data control
- Public REST API — Flexible API enabling Budibase as a backend service
Use Cases
Tags
Categories
Quick Start
# One-command Docker deployment
docker run -d --name budibase \
-p 10000:80 \
-e BB_ADMIN_EMAIL=admin@example.com \
-e BB_ADMIN_PASSWORD=yourpassword \
budibase/budibase
# Access http://localhost:10000 to get started