
glueRun — Map one process free. We automate it.
Describe a business process to get AI-generated maps and automated solutions.
@AlejandroReyys · X
- An COO agent you can hire. Understand your business processes & optimize them
The full gallery
Tech stack
60 projects

Describe a business process to get AI-generated maps and automated solutions.
@AlejandroReyys · X
- An COO agent you can hire. Understand your business processes & optimize them

Write code and visualize its runtime execution as an interactive graph.
@neon_time · X

Propose actions and watch an AI control plane evaluate policies, handle approvals, execute, and verify results in real-time.
eli-labz · GitHub
Agent-Execution-Partnership Agent Execution Partnership AEE is an open-source control plane that ensures every AI agent action is authorized before it runs, observable while it runs, and verifiable after it completes.

Inspect RAG chunks and visualize AI agent workflows, memory architecture, and execution traces.
@Higgs0110 · X

Describe self-correcting coding workflows in plain English and run them until tests pass.
forgeapp

Organize markdown notes with progress tracking and visualize them as interactive mind maps
@vasanthadabala · X
Not really a startup. It's just something I built for myself a simple note taking app with a planner, progress tracker, and mind map I'm going to share it publicly @NodesMap check it

An AI agent team plans, designs, and deploys full-stack applications with real databases and APIs.
@islamtaha · X

Tracking and organizational software for solo founders to organize operations and track progress.
@zeuscode21 · X
Save time when building with

Schedule, route, invoice, and track profits for field service crews with flat-rate pricing.
@derek_codez · X
The next generation of Home Service based business solutions

Find, copy, and share AI workflows — reusable execution systems with tools, prompts, and steps.
@softlaunched_io · X
Hey Jack! We've just recently launched, we're a marketplace for sharing AI workflows. We're also big fans of quick-to-launch vibe coding, our entire build process workflow is public and free to check out and copy!

Free online tool for creating flowcharts, process diagrams, org charts, and UML diagrams.
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t