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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (28.2k stars)

⚠️ Limitations

  • No clear open-source license

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

AI Website Cloner

32.2k · JavaScript
Active A+

Clone any website with one command using AI coding agents. Built with Next.js, React, and shadcn-ui with web scraping and automated code generation.

typescriptagentcoding +3
  • · Clone any website with one command — auto-screenshots, extracts design tokens, generates component specs, and builds a Next.js codebase
  • · Multi-phase pipeline: Recon → Foundation → Component Specs → Parallel Build → Assembly & QA for structured engineering workflow
  • · Supports 13 AI coding agents including Claude Code, Codex CLI, Cursor, Copilot, and more

Better Chatbot

1.2k · TypeScript
Normal B

A better chatbot platform powered by Agent, MCP, and Workflows. Supports multi-model integration, visual workflow orchestration, and low-code configuration.

mcpagentchatbot +5
  • · Multi-model support: integrates OpenAI, Anthropic, Google, xAI, Ollama, and all major LLMs
  • · MCP protocol driven: invoke browser automation, web search, code execution tools via @mention
  • · Visual workflow editor: drag-and-drop to build AI workflows and publish them as chat tools

GSD-2

7.8k · TypeScript
Normal A

GSD-2 is a powerful meta-prompting, context engineering, and spec-driven development system that enables agents to work autonomously for long periods without losing track of the big picture.

workflowagenttypescript +2
  • · Meta-prompting system for long-running autonomous agent tasks
  • · Context engineering to maintain coherence across extended sessions
  • · Spec-driven development workflow for structured agent outputs