nowfound

Alternatives

Products that do what I built an open source drag and drop editor for Genkit AI flows does

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…

  1. 1
    FlowGenie212

    Make building forms and automating workflows feel like magic

    Jan 2026

  2. 2

    Drag, Drop, Deploy: Image and Video GenAI workflows

    2024

  3. 3

    Build integration tools for MCPs & agents in minutes

    Sep 2025

  4. 4

    Turn plain English into working automations & workflows

    Dec 2025

  5. 5GD
  6. 6
    GenMB23

    AI app builder with a real backend and automations

    Jul 2026 · genmb.com

  7. 7WO

    We kept hitting the same wall building voice AI systems. Pipecat and LiveKit are great projects, genuinely. But getting it to production took us weeks of plumbing - wiring things together, handling barge-ins, setting up telephony, Knowledge base, tool calls, handling barge in etc. And every time we needed to tweak agent behavior, you were back in the code and redeploying. We just wanted to change a prompt and test it in 30 seconds. Thats why Vapi retell etc exist. So we wrote the entire code and open sourced it as a Visual drag-and-drop for voice agents ( same as vapi or n8n for voice).…

    Mar 2026 · github.com

  8. 8NC

    Hey everyone! we just launched Promptly apps (https://trypromptly.com/), a no-code platform to build generative AI apps and chatbots. We allow users to build web apps and chatbots by chaining LLM APIs (we call processors) from providers like OpenAI, StabilityAI, Cohere etc, without writing any code. We also let users to bring in their own data and store it in a vector database to be used for context augmentation in their apps. Users can import data from a variety of sources including urls, sitemaps, PDFs and other file types Published apps are accessible to app's users via a…

    2023 · trypromptly.com

  9. 9IM

    Heya HN, after spending +1 year building an ML-driven analytics product (that didn't pan out unfortunately), I've pivoted to solving a problem my team and I found while building the previous product … why the hell is it so hard to move a model from a Jupyter notebook, to a development server, then to a production pipeline!? To solve this my team and I started the open source KitOps project under the Apache 2 license. KitOps includes the Kit CLI that uses a Kitfile manifest to create ModelKits: 1. The kit CLI packages your model, datasets, code, and configuration into an OCI compliant…

    2024 · kitops.ml

  10. 10

    Build multimodal AI workflows visually

    Jul 2026 · plugnode.ai

  11. 11IM

    Every time I wanted to use LLMs in my existing pipelines the integration was very bloated, complex, and too slow. This is why I created a lightweight library that works just like scikit-learn, the flow generally follows a pipeline-like structure where you “fit” (learn) a skill from sample data or an instruction set, then “predict” (apply the skill) to new data, returning structured results. High-Level Concept Flow Your Data --> Load Skill / Learn Skill --> Create Tasks --> Run Tasks --> Structured Results --> Downstream Steps And the bast part: Every step can be saved and reused as…

    2025 · github.com

  12. 12OS

    Hi HN, We're a small team building AI tutors out of India, and as you might guess, this means we spend a ton of time writing, testing, and refining prompts for LLMs. When we started out, we were using the OpenAI playground but things became tedious when we wanted to compare responses from different models. We tried a bunch of other playgrounds but found them lacking in some features so we built our own. Quick Links: Github: https://github.com/supernova-app/ai-playground Hosted demo: http://playground.getsupernova.ai Demo video:…

    2025 · playground.getsupernova.ai

  13. 13TF

    We've built the first General AI Agent that works seamlessly across multiple AI platforms, e.g. ChatGPT, Claude, Cursor, and more. Try it today at no cost (no API credits needed), and join our waitlist for Flow, our visual designer that lets you customize it or build your own agent using just natural language—no coding required. #Why we made this We built this after experiencing firsthand the frustration of designing AI agents that require coding or the use of platforms with steep learning curves, only to find ourselves tied to these solutions. Our team spent months in stealth developing a…

    2025 · orkestralai.com

  14. 14CP

    I'm building an AI platform, FlowChai and found a neat use case for it today that I thought would be useful to HN readers. I use GPT4 heavily for writing / editing code, but a major downside is that it doesn't know about new projects. I made the connection today that I could upload the zip file of a Github repo to FlowChai and then write prompts just like with ChatGPT with code questions. While the original intent for this platform is more around natural language, it's neat how this works so well. It's powered underneath by pgvector and OpenAI embeddings.

    2023 · flowch.ai

  15. 15UA

    Hello HN - like a lot of programmers, I am really excited by everything going on with ChatGPT/DALL-E. I am a game developer by trade, and I think there is a lot of potential to change workflows for game development. I was very inspired by Keijiro Takahashi's prototypes for asset generation using OpenAI within Unity, so I tried to make a more generic means of generating text and image assets within the Unity Editor using OpenAI's APIs. I've been surprised by the success so far - it definitely has it's limits, but I think we have just begun to scratch the surface of the potential here.

    2023 · recursiverhapsody.com

  16. 16IB

    Link: https://docs.trysoma.ai/ For the past ~9 months I’ve been building Soma, an open-source AI agent & workflow runtime written in Rust, with a TypeScript SDK (Python coming soon). It’s not a framework; it’s meant to sit underneath whatever agent/tooling code you already write (Vercel AI SDK, LangChain, custom code, etc.). It provides features around your framework + a better DX for building agents. I’ve tried to take a Next.JS model: open-source, good DX, self-deployable. I originally set out to build a vertical back-office/operations product for SMEs. I needed a…

    Dec 2025 · docs.trysoma.ai

  17. 17FA

    Hi HN, I'm a creator of Floww, a self-hostable workflow automation tool designed for developers who got frustrated by the limitations of visual builders like n8n. It's still a very early prototype, but the goal is to provide these same features in a code-first approach which allows for building and maintaining more complex workflows more easily. Example: import { Discord, GitHub } from "floww"; const discord = new Discord() const github = new GitHub() github.triggers.onPush({ branch: "main", owner: "usefloww", repository: "floww-dashboard", handler: async (ctx, event) => { const user =…

    Dec 2025 · github.com

  18. 18WB

    Hey HN, After GPT-3 created waves in the tech industry, a lot of AI tools were emerging and with that, some AI website builders But the results seemed way too generic to us. It felt like the developers were rushing to catch the wave instead of building a proper tool We took our time, did months of RnD and finally came up with something better than what others in the market are doing. It’s got better design output. While it’s still in beta, I wanted to show HN what we did. Will appreciate the feedback when you guys try it out. Here is the link to signup for the beta:…

    2024 · dorik.com

  19. 19

    Build AI chatbots without writing code

    Jul 2026 · agentflow-next.netlify.app

  20. 20

    The AI workflow tool that builds its own integrations

    Jun 2026 · openpieces.com

  21. 21OS

    We just open sourced a first class our AI web app builder. Instead of using another hosted AI coding platform, you can fork this project and build your own AI app builder, fully customized and running under your own brand. It includes: Next.js + TypeScript AI chat with streaming Artifact generation File explorer Code editor Live preview Databases Sandboxes to be used by AI agents Versions Responsive production-ready UI And a lot more... The only required dependency is the Totalum API, which exposes the AI generation engine through a simple REST API. You can replace or extend the backend…

    Jul 2026 · github.com

  22. 22

    Treat agents like a factory, not a boardroom.

    Jun 2026 · synapseorch.com

  23. 23BA

    I've been specializing in UI for over a decade. Using code for UI is great but I always wished there was a more visual code to build apps and sites. So I went ahead and built it. Decided to build it with Compose Multiplatform since I work a lot with Kotlin. Currently exports to CMP as it was simpler due to the context switch. You can try it for free and export some apps

    2025 · license.builtwithpaper.com

  24. 24IM

    Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!

    2024 · saas-quick.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →