From 5aae829022b1555323fd76eb1e045057321edd3e Mon Sep 17 00:00:00 2001 From: Dipak Date: Sat, 11 Jul 2026 03:59:00 +0530 Subject: [PATCH] site: add llms.txt for roamcode.ai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llmstxt.org convention: a short plain-text pointer for AI assistants — what the site/project is and where the real docs live. Served as-is from site/public at https://roamcode.ai/llms.txt. Closes #73 --- site/public/llms.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 site/public/llms.txt diff --git a/site/public/llms.txt b/site/public/llms.txt new file mode 100644 index 0000000..a84b4b7 --- /dev/null +++ b/site/public/llms.txt @@ -0,0 +1,19 @@ +# RoamCode + +> The real Claude Code — running on your machine, driven from your phone. A self-hosted server plus an installable PWA that streams the actual `claude` CLI's terminal UI (on your own Claude subscription, no API key) to any browser. Sessions live in tmux on your machine and survive disconnects. MIT-licensed. + +RoamCode is not a cloud service: the server runs on your own computer, your code never leaves it, and remote access is your own HTTPS tunnel (Cloudflare Tunnel / Tailscale). macOS and Linux; Windows via WSL2. + +## Docs + +- [README — what it is, quickstart, security model, env vars](https://github.com/burakgon/roamcode#readme) +- [Windows via WSL2 guide](https://github.com/burakgon/roamcode/blob/main/docs/windows-wsl.md) +- [Troubleshooting](https://github.com/burakgon/roamcode/blob/main/docs/troubleshooting.md) +- [Security policy](https://github.com/burakgon/roamcode/blob/main/SECURITY.md) +- [Contributing](https://github.com/burakgon/roamcode/blob/main/CONTRIBUTING.md) + +## Install + +- One command, on the machine that has `claude` installed and logged in: `curl -fsSL https://roamcode.ai/install | bash` +- [Repository](https://github.com/burakgon/roamcode) +- [Discussions](https://github.com/burakgon/roamcode/discussions)