Buildy lets agents deploy personal apps via MCP and HTTP
Buildy is a platform that lets AI agents deploy personal apps — complete with authentication, a persistent KV store, and live URLs — by exposing an API and MCP server that agents can call with an ES module and optional UI.
Score breakdown
Buildy removes the need to repeatedly hand-code authentication, database setup, and MCP server wiring for each personal app, letting an agent handle the full deployment cycle from code generation to a live, agent-callable endpoint.
- 01Buildy exposes an API and MCP that agents call with an ES module plus optional UI and CSS to deploy personal apps.
- 02Apps run on a workerd isolate with a persistent KV store and are published to a private live URL.
- 03App APIs are exposed over both HTTP and MCP so the agent can call back into the apps it builds.
Buildy, introduced in a Hacker News Show HN post by one of its creators under the handle @grouchy, targets the growing number of developers building personal software with LLM assistance. The platform abstracts away recurring infrastructure concerns — authentication, database setup, and the creation of API/MCP servers — that the author says they kept re-implementing across projects.
The technical flow works as follows: an agent calls Buildy's API or MCP endpoint, passing an ES module along with an optional UI and CSS.
The technical flow works as follows: an agent calls Buildy's API or MCP endpoint, passing an ES module along with an optional UI and CSS. Buildy executes the module inside a workerd isolate backed by a persistent KV store, then publishes the UI to a live URL accessible only to the app's owner. The app's APIs are simultaneously exposed over HTTP and MCP, enabling the agent to call back into the apps it has built — the post gives examples such as logging a meal, creating a workout plan, or updating a note.
For AI chat clients that support MCP Apps, Buildy can render the app inline via an iframe. The post states this works today with ChatGPT and Claude. A nutrition-tracking app built by the author is shared as a live example, and visitors can claim and remix it with their own agent. New apps can be bootstrapped by pointing an agent at `https://buildy.so/start.md`.
Key facts
- 01Buildy exposes an API and MCP that agents call with an ES module plus optional UI and CSS to deploy personal apps.
- 02Apps run on a workerd isolate with a persistent KV store and are published to a private live URL.
- 03App APIs are exposed over both HTTP and MCP so the agent can call back into the apps it builds.
- 04Inline iframe rendering via MCP Apps works today with ChatGPT and Claude.
- 05The platform is designed to eliminate repeated setup of authentication, database, and API/MCP server infrastructure.
- 06A live nutrition-tracking app built by the author is available to claim and remix.
- 07New apps can be bootstrapped by directing an agent to read `https://buildy.so/start.md`.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 12, 2026 · 10:05 UTC. How this works →