// the find
Budibase/budibase
AI agents, automations and apps that run your operations. Model agnostic.
Budibase is a self-hostable low-code platform for building internal tools, CRUD apps, and workflow automations backed by your own data sources. It recently pivoted hard toward AI agents that can respond to employee requests and trigger automations. Aimed at teams that want Retool/Appsmith but don't want the SaaS pricing or vendor lock-in.
1. Self-hosting story is genuinely good — Docker, Docker Compose, K8s, and a single-image option are all first-class, not afterthoughts. 2. The data source breadth is real: Postgres, MySQL, REST APIs, S3, Google Sheets, and more, with actual query builders per source. 3. Monorepo is well-organized with clear package boundaries (builder, client, server, backend-core) and a real CI pipeline — this isn't a side project held together with tape. 4. MPL license on the component/client libraries means apps you build aren't GPL-contaminated, which matters for commercial use.
1. CouchDB as the primary database is an unusual and limiting choice — it's not what your team knows, the query model is awkward for relational data, and the bundled SQS binary (custom SQLite-based secondary index) signals they've been fighting its limitations for a while. 2. The AI agent feature is clearly new and grafted on top of an existing low-code architecture; it bundles LiteLLM as a proxy but the 'agents take action' story is thin on how you control what they can actually do, which is the entire hard problem. 3. The Business Source License on paid features means the open-source version will always be missing things you eventually need — SSO, audit logs, and enterprise controls are all behind it. 4. Svelte for the builder UI is a fine choice, but it's a divergence from the React ecosystem most teams know, which raises the contribution and customization barrier.