Software
Here’s some software I made! These were created mostly for personal use, but you are more than welcome to fork them on Github and play around to your heart’s content. Hopefully something here is useful to someone.
bautofill
Very easy to use JavaScript autocomplete/autofill library for input fields. This is eventually going to turn into part of a UI library, but it’s standalone for the time being.
toitText
toitText is a sub-200-line single-file text editor written in PHP and JavaScript. I built this to play nicely with my single page file manager, but it can also be used as a standalone text/code editor.
GoingUI
GoingUI is a lightweight framework for building user interfaces, or whatever else, with reusable templates and components. It’s designed to work with the DOM, and not replace it, ie, keep you as close to native JS as possible.