
Deoit
Your browser is the IDE
6 followers
Your browser is the IDE
6 followers
Unlike CodePen or StackBlitz, Deoit is built for one job: writing HTML, CSS, and JS without friction. No signup wall, no bloat, no framework lock-in. Just a fast, free playground





Love how minimal this is, but one thing that would make it even better: a quick way to share a snippet via a short link or QR code. Super helpful when I'm pairing with someone on a call and want them to pull up my code instantly without copying and pasting into chat.
@turukmen29080 The pairing-on-a-call use case is gold — that's exactly the kind of moment where friction matters most. You're already in flow, and the last thing you want is to break it by sending a wall of code in chat. A short shareable URL is already on my roadmap. The QR code idea is a great add — it fits perfectly with the "open the link, see the code" philosophy, especially when someone is on their phone watching a screen share. Here's roughly what I'm thinking: 🔗 Short URL: `https://deoit.vercel.app/#code=` 📱 QR code: Generated on-demand from that same URL, so you can hold up your phone to the camera and the other person scans it. Both options load the snippet directly into the editor with zero clicks. No signups, no "create account to view" — just the code, instantly. If you've got other thoughts on the sharing flow, drop them below. This is the kind of feature that should be designed with real users in mind, not just my assumptions.