guide
Guides to sharing what an agent built
Each page is a question as someone would type it, answered in the first paragraph: how to share an app Claude Code wrote, how to let a coworker open a localhost app, where an agent-built app should be hosted.
Every guide names the case where reachpad is the wrong answer and links the tool that is the right one there. The docs are the reference these pages restate; the comparisons are the head-to-heads they link to.
- SharingHow to share an app built with Claude Code without deploying itRun the app in a reachpad workspace, expose its port, and send the link. Claude Code keeps editing and the same link keeps working.
- SharingHow to share a localhost app securelyFive ways to let someone else open the app on your machine, what each one exposes, and which to pick for a demo, a coworker or a customer.
- RunningHow to host a full-stack app built by an AI coding agentWhere the database goes, what keeps the process alive, how secrets get in, what happens on restart, and who can open it, for an app an agent wrote.
- SharingThe easiest way to share a small internal tool with five coworkersAn agent wrote a lookup tool in an hour. Getting five people to it should not take a deploy pipeline. Run it in a workspace, expose the port, send one link.