nowfound

Alternatives

Products that do what Host, share, promote and track release artifacts via your coding agent does

Coding agents made everything feel fast again - except managing release binaries. Operations like these should be real commands you can run from your terminal: - "Deploy the login fix to staging" - "What's the functional difference between production and staging?" - "Notify me when any security fix hits production" - "Promote Jen's last changes to staging" - "Share the new beta API SDK with the partners at Acme" That's what Fly does. Every time a CI run pushes artifacts to the Fly Registry, it creates a release - including the binaries produced, an AI-generated summary, captured…

  1. 1

    Session reports for Claude Code & Codex to improve your code

    Jun 2026 · backplanes.com

  2. 2

    Preview and share your coding work live as it happens

    Jun 2026 · claude.com

  3. 3
    Superset542

    Run an army of Claude Code, Codex, etc. on your machine

    Feb 2026

  4. 4
    Clears376

    Move beyond AI coding to Agentic Software Delivery

    20d ago · clears.ai

  5. 5AK

    I'm a software engineer who keeps getting pulled into DevOps no matter how hard I try to escape it. I recently moved into a Lead DevOps Engineer role writing tooling to automate a lot of the pain away. On my own time outside of work, I built Artifact Keeper — a self-hosted artifact registry that supports 45+ package formats. Security scanning, SSO, replication, WASM plugins — it's all in the MIT-licensed release. No enterprise tier. No feature gates. No surprise invoices. Your package managers — pip, npm, docker, cargo, helm, go, all of them — talk directly to it using their native…

    Feb 2026 · github.com

  6. 6

    A new home for your software binaries

    2025

  7. 7

    Transform Coding Sessions & Code into a System of Context

    Mar 2026 · xhawk.ai

  8. 8
    Hoplite154

    Effortlessly deploy cloud software factories.

    23d ago · hoplite.sh

  9. 9

    An LLM framework for large scale code migrations

    2025

  10. 10
    FlowLens134

    Bug reports built for coding agents, so you can ship faster.

    Dec 2025

  11. 11HO

    I'm Josh, founder of Synth. We've been working on coding agent optimization with method like GEPA and MIPRO (the latter of which, I helped to originally develop), agent evaluation via methods like RLMs, and large scale deployment for training and inference. We've also worked on patterns for memory, processing live context, and managing agent actions, combining it all in a single stack called Horizons. With the release of OpenAI's Frontier and the consumer excitement around OpenClaw, we think the timing is right to release a v0. It integrates with our sdk for evaluation and optimization but…

    Feb 2026 · github.com

  12. 12ST

    I've been working on CloudRouter, a skill + CLI that gives coding agents like Claude Code and Codex the ability to start cloud VMs and GPUs. When an agent writes code, it usually needs to start a dev server, run tests, open a browser to verify its work. Today that all happens on your local machine. This works fine for a single task, but the agent is sharing your computer: your ports, RAM, screen. If you run multiple agents in parallel, it gets a bit chaotic. Docker helps with isolation, but it still uses your machine's resources, and doesn't give the agent a browser, a desktop, or a GPU to…

    Feb 2026 · cloudrouter.dev

  13. 13AO

    Hi! I’m Nathan: an ML Engineer at Mozilla.ai: I built agent-of-empires (aoe): a CLI application to help you manage all of your running Claude Code/Opencode sessions and know when they are waiting for you. - Written in rust and relies on tmux for security and reliability - Monitors state of cli sessions to tell you when an agent is running vs idle vs waiting for your input - Manage sessions by naming them, grouping them, configuring profiles for various settings I'm passionate about getting self-hosted open-weight LLMs to be valid options to compete with proprietary closed models. One…

    Jan 2026 · github.com

  14. 14

    The fastest workflow for developing with AI

    26d ago · agent-manager.dev

  15. 15BD

    Hi HN, we’re Nick and Drew, and we’re building boxes.dev – the first cloud-only agentic dev environment (ADE) that gives every Codex and Claude Code agent its own cloud computer. We’re two engineers who previously built Gem (co-founder/CTO and first hire), and we spent the last year coding almost exclusively using Codex and Claude Code. It’s been a huge change to how we code, and it’s been exhilarating seeing the models keep getting better – but we eventually realized that developing on localhost was holding us back: - Git worktrees are clunky to set up and use for parallelizing work -…

    Jun 2026 · boxes.dev

  16. 16BA

    Hey HN! I've been building a tool for teams to manage their software binaries and releases. Obviously tools like Artifactory exist - but coming from an apps/games background we found the vast majority of teams didn't use any dedicated tool for managing binaries. Finding what's out there too complex / expensive / missing features they'd find useful. A lot of Google Drive, SharePoint, and Slack dumping grounds - with context lost, and not really suited to keeping track of past builds, distribution, etc. Idea for Buildstash is to bring binary and release management to all…

    Sep 2025 · buildstash.com

  17. 17
    Mozzie 80

    Codex Claude Gemini CLI parallel agents orchestration

    Mar 2026

  18. 18CA

    I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!

    Sep 2025 · infrastructureas.ai

  19. 19CF

    Hi everyone! Hope you had a great day so far, and maybe its about to get just a little bit better (thanks Winter ;) So I had way to many terminal windows flying about when using Claude, and kept losing track of which terminal / session / project im in right now. So I built a solution for that, presented it to my team, and now we're using our new tool all the time, and developing it to be the most helpful agents organization tool we can think of. Unfortunatelly, Claude Code only for now, will do Codex soon tho. What it does for you: Main features: - Overview of your projects, with…

    Aug 2026 · episko.dev

  20. 20
    Recall16

    One developer solves it. Every developer knows it.

    Feb 2026

  21. 21

    Your coding agent fleet manager

    22d ago · aoagents.dev

  22. 22AL

    I have been pushing up to 90 commits a day on a MacBook Air via 4-5 parallel agents. As you can imagine when all the agents try to build, test and run dev servers on an 8GB machine it is the fast lane to a force quit and restart. I also did not want to pay the CI minutes on 90 pushes a day. So I designed a local merge queue to have all commits land one at a time and fully tested. Hopefully this helps other folks with more modest machines. Appreciate any feedback.

    Jul 2026 · github.com

  23. 23
    FlyDocs32

    Team alignment. Real-time visibility. Built for AI speed.

    Jul 2026 · flydocs.ai

  24. 24IB

    I've been using Claude Code heavily, and kept hitting the same issue: the agent would push changes, respond to reviews, wait for CI... but never really know when it was done. It would poll CI in loops. Miss actionable comments buried among 15 CodeRabbit suggestions. Or declare victory while threads were still unresolved. The core problem: no deterministic way for an agent to know a PR is ready to merge. So I built gtg (Good To Go). One command, one answer: $ gtg 123 OK PR #123: READY CI: success (5/5 passed) Threads: 3/3 resolved It aggregates CI status, classifies review comments…

    Jan 2026 · dsifry.github.io

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