DEV Community

Hash
Hash

Posted on

CodeOrbit – A Free Browser-Based Dev Toolkit

Hey Dev.to! 👋

I built CodeOrbit, a free browser-based developer toolkit that bundles
a bunch of tools I kept needing separately into one workspace:

  • Multi-language code runner (Python, C++, Java, JavaScript, C, Rust, Go, HTML)
  • JSON formatter, minifier & key sorter
  • Base64/URL encoder + JWT inspector
  • Regex tester with live match highlighting
  • SHA-256/512/1 hash generator + UUID v4 generator
  • Epoch/timestamp converter with relative time
  • A distraction-free auto-saving markdown scratchpad
  • A command palette (Ctrl+K) to jump between tools instantly

It's completely free, no signup required.

Worth noting: the code runner is great for algorithm practice and
learning syntax, but it doesn't support external libraries (numpy,
pandas, etc.) or GUI frameworks (tkinter), since it runs via a remote
compiler API rather than a full sandboxed environment.

I'm also working on a desktop version (Windows, Linux, and macOS)
planned to launch together once ready.

Try it here: https://code-orbit1.netlify.app/

Would love your feedback — what's missing, what could be more useful
for your daily workflow?

Top comments (0)