Some distilled reference documentation on my Freewheeling Apps (a way of building low-maintenance Situated Software for small groups)
In a bare-bones template repo (~500 LoC): https://codeberg.org/akkartik/template-live/src/branch/main/reference.md
In a more elaborate template with testable primitives and an editor widget: https://codeberg.org/akkartik/template-live-editor/src/branch/main/reference.md
Open it on a browser tab when you clone and start editing using https://git.sr.ht/~akkartik/driver.love. There are a few examples in the Readme to spark ideas. Works on any Windows and Unix.
A little app for drawing graphs
https://git.sr.ht/~akkartik/snap.love
I've wanted something like this for a long time. Intended for small graphs where laying things out by hand is not too painful, and it's nice that things don't move around every time I make a change, as happens with graphviz (https://graphviz.org). The file format is also amenable to git; no long lines, and adding new nodes or edges doesn't reorder unrelated nodes and edges.