Launching today

Deoit
online code editor HTML, CSS & JavaScript
6 followers
online code editor HTML, CSS & JavaScript
6 followers
Deoit is a free browser-based code editor for beginners learning web development. No downloads, no setup. Just open and code. What makes it different from CodePen or JSFiddle is its focus on learning. Deoit includes syntax highlighting (25+ token types), smart autocomplete for HTML, CSS, and JavaScript, a file explorer for multi-file projects, auto-save, run preview, and export.


The autocomplete actually feels helpful instead of intrusive, which is rare for a beginner editor. Tinkered with a small HTML/CSS project in the browser and it just worked.
@nihalb7282 Thanks! That means a lot. Autocomplete was one of the trickiest things to get right — I wanted it to feel like a helpful nudge, not a distraction. Glad it landed.
If you build anything else with it, I'd love to see it :)
Love that Deoit runs right in the browser with zero setup, the multi-file explorer is a nice touch for beginners. One thing that would really help learners: a built-in console panel that shows errors and console.log output alongside the preview, so people can actually see what's breaking instead of guessing.
@nurullahbekik Glad you like it! Quick update — Deoit already has a built-in console panel at the bottom that captures console.log, console.warn, console.error, and runtime errors. It uses a postMessage bridge to capture output from the preview window. So learners can see exactly what's breaking without guessing. Check it out next time you try it!
honestly the autocomplete feels way less hand-holdy than i expected, like it actually nudges you in the right direction without giving away the answer. file explorer for multi-file stuff in a browser tab is a nice touch too
@serhatkulaber That's exactly the design philosophy — autocomplete should feel like a hint, not a crutch. You still have to think about what you're typing, but it saves you from memorizing every tag name and property. Thanks for the kind words!