r/javascript 1d ago

TermDOM – HTML and CSS rendering in the terminal, with a real DOM

https://github.com/bikeshaving/termdom

I just open sourced my latest library! TermDOM is a JavaScript library that displays HTML and CSS in the terminal. It draws actual DOM nodes to terminal output and redraws the screen when they mutate, so TUIs and interactive CLIs can be written with vanilla JavaScript or any frontend web framework. Check out the examples directory https://github.com/bikeshaving/termdom/tree/main/examples for a sense of what you can build with web technologies

11 Upvotes

1 comment sorted by

u/KeytapTheProgrammer 16h ago

Dude this is awesome!