Featured

See any codebase as an interactive 2D or 3D graph.

2026

An interactive code-graph viewer that renders any graphify graph.json in the browser as a 2D canvas or 3D WebGL force graph, colored by community, with search and a node detail panel.

  • Renders any graphify graph.json as a force-directed graph, 2D canvas or 3D WebGL, colored by community
  • Hover, click, and search to walk a codebase by its call graph; solid edges are parsed, dashed are inferred
  • Fully client-side static build on Cloudflare Pages, with a loader that tolerates graphify format drift

Real Apple Calendar access for AI agents, straight through EventKit.

2026

A native macOS MCP server that reads and writes Apple Calendar through EventKit, locally or over an authenticated network connection.

  • One Swift binary that works as an ical terminal command and a full MCP server
  • Reads and writes Apple Calendar through EventKit, so Calendar.app never has to open
  • Runs locally over stdio or over the network with per-client, revocable tokens

More

Ookla's speedtest, with progress bars and script-friendly JSON.

2026

A colorful terminal wrapper around Ookla's official speedtest CLI with live progress bars and stable JSON output for scripts.

  • Live progress bars for ping, download, and upload, then a clean summary
  • Three output modes for scripts: stable JSON, Ookla's raw result, or one line
  • Pure Python in about 300 lines with zero dependencies