This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
AIWrapper
Self-hosted AI coding agent you wire up as a graph
Visual AI workflow builder with a server and VS Code extension for designing, customizing, and executing AI agent pipelines through an intuitive graphical interface. - real0000/AIWrapper
I built AIWrapper for one job: leave it running when I go to bed, and have
something finished in the morning. Not a tool that stops on question 40 to ask
whether it may write a file, and not one that tells me my session is out.
It's self-hosted — a C++20 inference server plus a VSCode client — so the models
are mine, the GPUs are mine, and a run ends when the work is done rather than
when a quota says so. Nothing leaves the machine unless a node is explicitly
pointed at a remote endpoint.
Three things make the unattended run actually work:
• The Logic Graph. The agent loop isn't hard-coded, it's an executable graph you
edit visually — prompt nodes, format validation, multi-case branching,
dispatch/fan-out, loops with re-entry. Each node picks its own model,
quantization, GPU set and sampling, so a small fast model plans and a large one
writes, inside one run. You design the loop up front instead of steering it all
night.
• Interruptions are the exception, not the interface. File writes and patches
land in a per-session staging area and never touch your workspace, so there is
nothing to approve mid-run — you read the whole diff once, in the morning, and
flush it. There is an AskUser node, but it runs a model first to decide whether
the question is worth waking you for; most tasks produce none.
• It isn't only code. Image, text-to-speech, audio, music and image-to-3D mesh
each run as their own isolated worker, so the same graph that writes the code
can also produce the art, the voice lines, the soundtrack and the meshes. Every
asset a project needs, from one run — that's the target, not an add-on.
Underneath: topology-aware multi-GPU placement (a no-alloc dry run measures the
real requirement, then it reads the NVLink topology and picks split mode, GPU
layers, tensor split and MoE CPU offload — you just pick the cards), retrieval
over your project, MCP for every tool, accounts and per-user sessions.
Honest state, since this is 0.1, the first evaluation build:
• Local inference is what I run daily and what has been tested. Remote
OpenAI-compatible endpoints are implemented but barely exercised — point it at
a hosted API and expect rough edges. Same for the remote image/TTS/audio
providers.
• Of the nine worker environments, two need a hand: music wants FFmpeg headers
(the Docker image carries them), and the 3D one needs upstream's interactive
setup.
• Server-side session history is recorded but not yet replayed into a resumed
conversation. The control plane sees several machines, but there is no
scheduling across them.
• Requirements: Linux x86-64, NVIDIA driver + CUDA 12 (compute capability 7.0+,
so V100 / RTX 20xx and newer; CPU-only works, slowly), VSCode 1.85+. Docker or
native install, both documented.
It will keep getting better, but toward that one goal above and on my own
roadmap — so read the gaps as known rather than as a request queue. That said, I
do read the thread, and anything genuinely useful in it has a good chance of
turning up in a later build; I just won't be working the comments much. Binaries
are free to evaluate (proprietary license; the source and full commercial rights
are available if someone wants to talk).
No comment highlights available yet. Please check back later!
About AIWrapper on Product Hunt
“Self-hosted AI coding agent you wire up as a graph”
AIWrapper was submitted on Product Hunt and earned 4 upvotes and 1 comments, placing #113 on the daily leaderboard. Visual AI workflow builder with a server and VS Code extension for designing, customizing, and executing AI agent pipelines through an intuitive graphical interface. - real0000/AIWrapper
AIWrapper was featured in Productivity (658.2k followers), Developer Tools (517.5k followers), Artificial Intelligence (475.9k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 371.8k products, making this a competitive space to launch in.
Who hunted AIWrapper?
AIWrapper was hunted by Ian Wu. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how AIWrapper stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.