Show HN: I built an open source drag and drop editor for Genkit AI flows

3 mfolaron 1 9/13/2025, 6:54:01 PM
Hi,

I have been building small AI Agents for quite some time now using various frameworks and one thing that always bugged me was that iterating on small things like prompts, flows, tools etc always took a code change + deployment of the app. While the prompt part can be solved with Langfuse I haven't found a good way to keep the flow management remote (and open source).

Lately I have been working with Genkit (https://github.com/firebase/genkit) and love how modular it is. So I thought why not build a UI builder on top of that that can handle simple flows, prompts and basic tracing.

And here we are with a first early version: https://flowshapr.ai Repo: https://github.com/flowshapr/flowshapr

This first release can - Manage and execute simple flows remotely - Works with GoogleAI, Anthropic or OpenAi - Integrate with remote MCP tools - API Endpoint to execute flows remotely - Flows and flow urls are compatible with the genkit client sdk

Upcoming - Support for Ollama - Support for various vector stores - More complex multi agent flows - Session management

Any feedback and suggestions are welcome!

Comments (1)

smcleod · 35m ago
I think you forgot to include a link?