nowfound

Alternatives

Products that do what htmlbin.dev does

Pastebin for agent-generated HTML

  1. 1

    Publish agent-generated HTML behind company auth

    May 2026 · display.dev

  2. 2
    CopyCat534

    Build browser automations with AI

    2025

  3. 3

    Work with a powerful coding assistant anywhere

    2025

  4. 4
    HTML Pub391

    Turn AI-generated HTML into a live URL via MCP/API

    Mar 2026 · htmlpub.com

  5. 5OH

    Related: https://simonwillison.net/2026/Jan/27/one-human-one-agent-on...

    Jan 2026 · emsh.cat

  6. 6PG

    I use AI agents to build UI features daily. The thing that kept annoying me: the agent writes code but never sees what it actually looks like in the browser. It can’t tell if the layout is broken or if the console is throwing errors. So I built a CLI that lets the agent open a browser, interact with the page, record what happens, and collect any errors. Then it bundles everything — video, screenshots, logs — into a self-contained HTML file I can review in seconds. proofshot start --run "npm run dev" --port 3000 # agent navigates, clicks, takes screenshots proofshot stop It works with…

    Mar 2026 · github.com

  7. 7

    A new way to delegate coding tasks right from your browser

    Oct 2025

  8. 8

    Browser Agents that communicate using ASCII wireframes

    Mar 2026 · github.com

  9. 9AH
  10. 10
    Claudebin258

    Export and share your Claude Code sessions as resumable URLs

    Feb 2026 · claudebin.com

  11. 11ED
  12. 12

    Review AI-generated Markdown and HTML in a focused workspace

    Jun 2026 · mdhtmlreader.com

  13. 13PF

    A free, simple tool for agents to store and share text with other agents or humans.

    Jun 2026 · jotary.com

  14. 14

    Annotate any webpage UI and export feedback as Markdown

    Jan 2026 · github.com

  15. 15

    Give your AI coding agent the web as a command line

    Jun 2026 · npmjs.com

  16. 16

    Copy/paste and test your HTML code in real-time.

    2024

  17. 17
    FlowLens134

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

    Dec 2025 · magentic.ai

  18. 18PA

    Title: Show HN: PageAgent, A GUI agent that lives inside your web app Hi HN, I'm building PageAgent, an open-source (MIT) library that embeds an AI agent directly into your frontend. I built this because I believe there's a massive design space for deploying general agents natively inside the web apps we already use, rather than treating the web merely as a dumb target for isolated bots. Currently, most AI agents operate from external clients or server-side programs, effectively leaving web development out of the AI ecosystem. I'm experimenting with an "inside-out" paradigm instead. By…

    Mar 2026 · alibaba.github.io

  19. 19BW

    Hey HN, We’ve been building browser agents for a while. In production, we kept converging on the same pattern: deterministic scripts for the happy path, agents only for edge cases. So we built Demonstrate Mode. The idea is simple: You perform your workflow once in a remote browser. Notte records the interactions and generates deterministic automation code. How it works: - Record clicks, inputs, navigations in a cloud browser - Compile them into deterministic code (no LLM at runtime) - Run and deploy on managed browser infrastructure Closest analog is Playwright codegen but: - Infrastructure…

    Jan 2026 · notte.cc

  20. 20

    Give your AI coding agent eyes on your running frontend

    Mar 2026 · domscribe.com

  21. 21

    Simple and efficient pastebin for mainly code

    2024

  22. 22WE

    Hey HN! We’ve been building an MCP server to help AI-assisted web app developers by using browser agents to test whether changes made by an AI inside an editor actually work. We've been testing it on scenarios like verifying new flows in a UI, or checking that sending a chat request triggers a response. The idea is to let your coding agent both code and evaluate if what it did was correct. Here’s a short demo with Cursor: https://www.youtube.com/watch?v=_AoQK-bwR0w When building apps, we found the hardest part of AI-assisted coding isn’t the coding—it’s tedious point-and-click…

    2025 · github.com

  23. 23SD
  24. 24CF

    I’ve been experimenting with embedding an Claude Code/Cursor-style coding agent directly into the browser. At a high level, the agent generates and maintains userscripts and CSS that are re-applied on page load. Rather than just editing DOM via JS in console the agent is treating the page, and the DOM as a file. The models are often trained in RL sandboxes with full access to the filesystem and bash, so they are really good at using it. So to make the agent behave well, I've simulated this environment. The whole state of a page and scripts is implemented as a virtual filesystem hacked…

    Jan 2026 · github.com

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