Docs / Self-Hosted Applications / Budibase Low-Code Platform

Budibase Low-Code Platform

By Admin · Mar 15, 2026 · Updated Apr 24, 2026 · 553 views · 1 min read

What is Budibase?

Budibase is an open-source low-code platform for building business apps, forms, and workflows. It includes a visual app builder, built-in database, automation engine, and user management.

Installation

mkdir -p /opt/budibase && cd /opt/budibase
wget https://raw.githubusercontent.com/Budibase/budibase/master/hosting/docker-compose.yaml
docker compose up -d
# Access at http://YOUR_IP:10000

Features

  • Visual app builder with drag-and-drop components
  • Built-in BudibaseDB or connect external databases
  • Automation workflows (triggers, actions, conditions)
  • Role-based access control with SSO support
  • REST API and webhooks
  • Self-hosted with full data ownership

Was this article helpful?