Building small web tools
Small web tools are easiest to keep alive when they avoid unnecessary moving parts.
Small web tools are easiest to keep alive when they avoid unnecessary moving parts.
What this stack optimizes for
- Traditional URLs that work without JavaScript.
- htmx enhancements for faster navigation.
- SQLite for local durability and easy backups.
- A Go binary that can run in a tiny container.
That is enough for a personal site that should be pleasant to maintain.