AAugustineincloudpen-blogs.hashnode.dev·Aug 8 · 2 min readBuilding a cloud IDE in public: git, deploy, and MCP support shipped this monthOver the past month I've been heads-down shipping features on Cloudpen, a cloud IDE that runs entirely in the browser. Here's what's landed recently: ✅ Git Panel — stage, commit, push, pull, and switc00
AAugustineincloudpen-blogs.hashnode.dev·Jun 3 · 2 min readI built a real PTY terminal that runs in the browser — here's how and whyIf you've used other browser-based code editors, you've probably noticed that the terminal feels off. You can run a script. You can print to stdout. But the moment you try to install a package and the00