Budibase

Active
GitHub TypeScript NOASSERTION

Description

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

💡 Build internal operations platforms handling employee requests, approvals, and issue reports
💡 Create AI customer service agents connected to existing databases for automated query and update
💡 Set up IT ticket management automation from creation to resolution
💡 Develop departmental data dashboards integrating multiple sources for visual operations

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

Related Projects