Budibase — Open Source Low-Code App Builder
Budibase is an open-source low-code platform for building internal tools, admin panels, dashboards, and workflow apps in minutes. Connect any database and deploy instantly.
Staging sûr pour cet actif
Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.
npx -y tokrepo@latest install ed9cefd6-34ae-11f1-9bc6-00163e2b0d79 --target codexStage les fichiers d'abord; l'activation exige la revue du README et du plan staged.
What it is
Budibase is an open-source low-code platform for building internal tools, admin panels, dashboards, and workflow applications. It provides a visual drag-and-drop builder to design user interfaces, connect data sources, set up automation workflows, and deploy apps with minimal custom code.
The project targets operations teams, developers, and IT departments who need to build internal tooling quickly without spinning up a full custom frontend project. It serves as a self-hostable alternative to platforms like Retool and Appsmith.
How it saves time or tokens
Building an internal admin panel from scratch typically requires setting up a frontend framework, wiring API endpoints, handling authentication, and deploying the result. Budibase collapses this into a visual builder where you connect your existing database, drag components onto a canvas, and publish. The built-in automation engine handles triggers and actions without additional backend code. Self-hosting means data stays within your infrastructure.
How to use
- Start Budibase with Docker:
docker run -d --name budibase -p 10000:80 budibase/budibase:latest
- Open
http://localhost:10000in your browser, register an admin account, and start building.
- Connect a data source (PostgreSQL, MySQL, REST API, Google Sheets, or Budibase's built-in database), then drag UI components onto the canvas to create your app.
Example
A minimal Budibase automation that sends a Slack notification when a new row is added:
{
"trigger": {
"type": "row_created",
"table": "support_tickets"
},
"steps": [
{
"type": "send_slack_message",
"channel": "#support",
"message": "New ticket: {{trigger.row.title}}"
}
]
}
This automation runs server-side within Budibase and requires no external workflow tool.
Related on TokRepo
- AI Tools for No-Code — more low-code and no-code platforms for rapid app development
- AI Tools for Automation — automation tools and workflow engines
Common pitfalls
- The Docker single-container deployment bundles CouchDB, MinIO, and the app server; for production, use the multi-container setup with external databases
- Custom JavaScript in Budibase runs in a sandboxed environment with limited Node.js APIs; complex logic may need an external API endpoint
- SSO integration requires configuring OIDC or SAML at the platform level, not per-app; plan your auth strategy before building multiple apps
Questions fréquentes
Both are low-code platforms for internal tools. Budibase is open source and self-hostable, so your data never leaves your infrastructure. Retool offers a larger component library and more integrations but requires a paid plan for most team features. Choose Budibase when data sovereignty matters.
Budibase supports PostgreSQL, MySQL, MSSQL, MongoDB, REST APIs, Google Sheets, Airtable, Oracle, and its own built-in database (BudibaseDB). You can connect multiple data sources within a single app.
Yes. Budibase offers Docker, Docker Compose, Kubernetes (Helm chart), and Digital Ocean one-click deployments. The self-hosted version includes all features with no user limits. You manage your own infrastructure and backups.
Yes. Budibase has built-in RBAC with Admin, Power, and Basic roles out of the box. You can create custom roles and assign per-table or per-view permissions to control who sees and edits data.
Budibase is primarily designed for internal tools. While you can expose apps externally, it lacks the fine-grained theming and custom domain options that dedicated customer-facing app builders provide. Use it for back-office tools and internal dashboards.
Sources citées (3)
- Budibase GitHub— Budibase open-source low-code platform
- Budibase Docs— Budibase documentation and deployment guides
- Budibase Blog— Low-code platform comparison and architecture
En lien sur TokRepo
Fil de discussion
Actifs similaires
Payload CMS — Open Source Fullstack Next.js Headless CMS
Payload is the open-source headless CMS and app framework built on Next.js. TypeScript-first, code-configured, with instant admin panel, auth, and file uploads.
NocoDB — Open Source No-Code Database Platform
NocoDB turns any SQL database into a smart spreadsheet with REST APIs. Open-source Airtable alternative with views, automations, and team collaboration.
Strapi — Leading Open Source Headless CMS
Strapi is the most popular open-source headless CMS with 71K+ stars. Visual content-type builder, REST & GraphQL APIs, RBAC, and extensive plugin marketplace.
Reactive Resume — AI-Powered Open-Source Resume Builder
Free open-source resume builder with AI integration. Supports Claude, GPT, Gemini for content generation. Drag-and-drop, PDF export, self-hostable, privacy-first. MIT, 36,000+ stars.