Awesome AI Agents › Low-Code/No-Code Platforms
vercel-labs/workflow-builder-template
⭐ 1198
TypeScript
repository created 2025-11-03
AI Workflow Builder Template is a starter application from Vercel Labs for building a workflow automation platform on top of the Workflow DevKit. It provides a visual builder where users drag and drop nodes on a React Flow canvas, connecting trigger nodes such as webhook, schedule, manual run and database event to action nodes supplied by plugins. Bundled plugins cover AI Gateway text and image generation, Blob storage, Clerk user management, fal.ai media generation, Firecrawl scraping and web search, GitHub issues, Linear tickets, Perplexity search, Resend email, Slack messages, Stripe customers and invoices, Superagent guard and redact, v0 chats and Webflow sites. Workflows can also be generated from a natural language description through an API endpoint backed by an OpenAI model, and any workflow can be exported as executable TypeScript that uses the use workflow directive, producing type-safe code with real integration calls, error handling and execution logging. A REST API covers listing, creating, updating and deleting workflows, executing them, reading execution history and fetching per-node logs. The stack is Next.js 16 with React 19, shadcn/ui and Tailwind CSS, Jotai for state, Monaco Editor for code, PostgreSQL with Drizzle ORM for storage and Better Auth for authentication; the schema holds users, sessions, workflow definitions, executions and execution logs. Deployment is either local with pnpm and a Postgres database or one click to Vercel, which provisions a Neon Postgres instance and prompts for Better Auth and AI Gateway credentials. Integration helpers are exposed as importable functions for email, tickets, database queries, generic HTTP calls and Firecrawl scraping. It suits developers who want a working base for an internal automation product rather than a finished hosted service.
https://github.com/vercel-labs/workflow-builder-template
workflow-automationlow-codenextjstypescriptintegrations
Also in Low-Code/No-Code Platforms
AnythingLLM is an all-in-one AI application that enables intelligent chat interactions with documents using various large language models, supporting multi-user management, no-code AI agent building, and multi-modal capabilities in both desktop and Docker environments.
NocoBase is an open-source AI + no-code platform that accelerates business system development by combining AI agents with a WYSIWYG no-code interface for speed and reliability.
Maxun is an open-source no-code platform that enables users to create custom robots for automated web data extraction, turning websites into APIs and spreadsheets without coding.
Databerry is a no-code platform that enables users to build custom Large Language Model agents without programming skills, making AI development accessible and user-friendly.
LLMStack is a no-code multi-agent framework for building generative AI agents, workflows, and applications that integrate with your data and business processes, deployable on cloud or on-premise with multi-tenant support and API access.
Source-available agent platform that pairs a drag-and-drop visual builder with a TypeScript SDK kept in two-way sync, plus a configuration API, CLI, chat UI library and OpenTelemetry tracing.
Heym is a source-available, self-hosted workflow automation platform where LLMs and agents are the execution model, combining a drag-and-drop canvas with RAG, MCP, human-in-the-loop steps, evals and cost tracking.
Flock is a workflow-based low-code platform for rapidly building chatbots, RAG applications, and coordinating multi-agent teams, featuring modular nodes, human-in-the-loop support, and integration with advanced AI tools.