Tools
Software built for specific workflows. Open source, free, and built because the alternatives were annoying.
2 posts
- 4 min read
Why Your Page Builder Site Goes White After a Cache Purge
Page builders generate CSS on first render and cache it on disk. When your cache purges, the CSS isn't there yet. The next visitor gets a white page. I built a WordPress plugin to fix the three failure modes that cause it.
- 6 min read
SideMark: Building a Markdown Editor for Two Authors
Every markdown editor assumes one author. When AI agents became co-editors, the 'file changed on disk' dialog became a workflow killer. SideMark is what happens when you solve that problem from the inside.