I kept wanting to say "ask my Claude Code" when people had questions about my project, so I built it. Type /link in Claude Code, get a URL. Anyone who opens it chats with your agent, which has the full context of your current session and can Read/Grep local files to answer.
Example use: colleague asks about a migration I'm working on. I send them a link. They ask the agent "any breaking API changes?" and it answers with the actual diff.
Two modes:
- Private: email-invite, only that recipient can chat
- Public room: URL-access, participants see each other, agent replies on
@agent
Agent replies render as markdown, with inline base64 images and — the fun one — whole HTML pages as sandboxed iframes. So "show me a slide on X" actually produces a slide deck inline.
Stack: Cloudflare Workers + D1, Resend for email. Listener is a background subagent in your CC session that long-polls via MCP; auto-restarts via UserPromptSubmit hook when CC bounces.
Install (idempotent):
curl -fsSL https://linkable.world/install.sh | sh
Site: https://linkable.world
Alpha, solo dev, 2 days old, expect bugs. Feedback welcome.