005 / JS-IDE · 10,000+ installs · 4.2★ · 223 reviews · 3+ years of active updates
javascript editor — mobile ide
A Flutter-built mobile IDE for JavaScript. Multi-tab, multi-language, with OCR code-scanning and cloud sync.
- year
- 2019 — 2022
- role
- sole engineer · designer · owner
- publisher
- SidStuff
- stack
features
- multi-tab editor with intellisense
- OCR code-scan from books / camera
- cloud sync (public + private code uploads)
- global chat between users
- code formatter, focus mode, color picker
- languages — js, ts, html, css, dart, markdown, json (jsx/tsx added later)
hardest problem
Built rich-text editing, syntax highlighting, and OCR for a code editor — on a phone — in Flutter 1.x, when none of those were standard library features. Most of the work was either custom rendering or carefully-chosen native bridges.