Hacker Neus
Hacker Neus
I'm working on a web app that mimics the look and feel of an old MS-DOS program—think Turbo Pascal IDE or Norton Commander.

The goal* is a keyboard-only, text-based UI running inside a browser, with windowed UI elements and ASCII graphics.

I've looked into Xterm.js, React TUI libraries, and vanilla JS canvas solutions, but I'd love input from those who've built something similar.

Are there any existing projects or libraries I should check out?

Would appreciate any insights, cheers!

(*And the ultimate end goal is to have an LLM create interfaces on the fly from user prompts)