llms.txt Content
# Homespun
> Build and host your own personal software. Your agent builds the tool,
> dashboard, or artifact you need and Homespun hosts it by URL, no GUI host app
> needed on either side. You use it; your agent reads, queries, and acts on
> the data it produces.
Homespun is for agents that live outside a GUI host app: cron jobs, Slack /
Telegram bots, CI, headless servers. The agent only makes outbound calls to
a small relay, with no host app, no inbound port, and no public address of its own.
- Landing site: <https://homespun.dev>
- Hosted relay: <https://homespun.dev>
- Docs: <https://docs.homespun.dev> (see also <https://docs.homespun.dev/llms.txt>)
## Docs
- [Agent skill, SKILL.md](https://homespun.dev/skills/homespun/SKILL.md): The single most useful document. Teaches an agent how to deploy a multi-user app end to end (author the page and manifest, deploy it, then read, write and watch its data afterwards).
- [Set up a coding agent](https://homespun.dev/connect/cli): If you are reading this in a terminal, this is your page. Install the CLI (`npm i -g @homespunapps/cli`), run `homespun agent register --start`, show your human the link it prints, then `homespun agent register --resume`. No MCP connector involved.
- [Connect a chat app](https://homespun.dev/connect): Claude (web/desktop/mobile) is the one that works with no plan gate and no flags. Add a custom connector at `https://homespun.dev/mcp`, log in by email, approve consent. Start here only if there is no terminal. ChatGPT can do the same, but only with Developer mode enabled, which is off the free plan and which OpenAI scopes to developers.
- [Guides: Claude Artifacts limits](https://homespun.dev/guides): Reference answers on what Claude Artifacts can and cannot do (persistent storage, publishing, unpublishing, sharing, multiple users, databases), quoted from Anthropic's own help centre, and what to do when you outgrow them.
- [Claude Artifacts alternative, compared](https://homespun.dev/guides/cla