Discover and explore top open-source AI tools and projects—updated daily.
bubblelabaiAgentic workflow automation builder for developers
Top 61.3% on SourcePulse
Summary
Bubble Lab is an open-source, AI-native platform for building agentic workflows, designed for developers seeking control and transparency. It addresses the limitations of proprietary workflow builders by compiling flows into production-ready TypeScript, offering full observability and exportability.
How It Works
The platform utilizes a "composable bubble system" where integrations, tools, and logic nodes are chained together. Workflows can be initiated via natural language prompts, translated into TypeScript by an AI assistant (Pearl), and then exported as clean, runnable TypeScript code. This approach provides full control over the workflow logic and deployment.
Quick Start & Requirements
https://app.bubblelab.ai/.pnpm install and run with pnpm run dev. Alternatively, scaffold a new project using npx create-bubblelab-app, then cd my-agent, npm install, and npm run dev.GOOGLE_API_KEY and OPENROUTER_API_KEY. Other optional keys include OPENAI_API_KEY, RESEND_API_KEY, FIRE_CRAWL_API_KEY, and Clerk keys for production authentication.https://docs.bubblelab.ai/intro. Demos: https://www.bubblelab.ai/demos.Highlighted Details
Maintenance & Community
https://discord.com/invite/PkJvcU2myV.https://github.com/bubblelabai/BubbleLab/actions/workflows/ci.yml.Licensing & Compatibility
Limitations & Caveats
AI-driven workflow generation is contingent on configuring specific API keys (GOOGLE_API_KEY, OPENROUTER_API_KEY); otherwise, AI features are disabled. Documentation for contributing and self-hosting is still under development. Local development defaults to SQLite and mock authentication, requiring configuration for production environments.
1 day ago
Inactive
block
activepieces