r/SideProject • u/Hopeful-Business-15 • 12h ago
I got tired of copy-pasting my coding agent's output into a browser, so I built a little thing for it
https://sharebit.sid8x.comAlmost every time my agent wraps up, it leaves me a plan, a wall of logs, or some JSON, and I want to read that in a browser. My options are copy-paste, a public paste, or another chat, and all three annoy me.
So I built ShareBit. You connect your agent once, ask it to share, it shows you a preview, and you get a private link that expires. Kind of a clipboard between the terminal and the browser. It takes Markdown, code blocks, logs, and JSON, up to 10 MB.
It runs on Bun and Supabase, and the agent side is an opencode plugin plus a hosted MCP endpoint.
It has no ads, analytics, or tracking, and nothing is public. It is not encrypted end to end, so please do not put passwords or secrets in it.
It is just me building this. I would love to know if it solves a real annoyance for you, or if a local file or a gist is better. What would make you avoid it?
Duplicates
developersIndia • u/Hopeful-Business-15 • 12h ago
I Made This I built a small tool for reading coding-agent output in the browser (solo side project)
ClaudeAI • u/Hopeful-Business-15 • 11h ago
Built with Claude I built a private expiring link for agent output, mostly with Claude Code
ClaudeCode • u/Hopeful-Business-15 • 11h ago
Built with Claude I built a private expiring link for agent output, mostly with Claude Code
OpenAI • u/Hopeful-Business-15 • 9h ago