I build tools to solve problems I actually have. Most are small utilities I use regularly. Some solve one specific annoyance and never get touched again. Either way, they exist because I needed them.

The tools are build with LLMs - partly because it’s faster, partly to understand where AI-assisted development works well and where it breaks down.

All source code is available. Click [code] to view. Each tool is self-contained and can be copied directly into your own projects.

  • Things 3 Sync for Obsidian — Sync tasks from Things 3 to Obsidian daily notes with bidirectional completion tracking and automatic project note generation [code]
  • Coin Flip — Randomly generates a coin flip result with retro arcade-style animation and visual feedback showing heads or tails. [code]
  • fmtmd — Convert Markdown to Slack-compatible HTML format for pasting into Slack, Google Docs, and other apps that recognize HTML clipboard format. [code]
  • Slack Formatter — Converts Markdown formatting into Slack-compatible text with HTML clipboard support for pasting into Slack, Google Docs, and other applications. [code]
  • SQLite CSV Playground Pro — Execute SQL queries and analyze CSV data directly in your browser with support for query chaining, visual query building, and real-time autocomplete. [code]