Projects

Things I have designed and built, with the stack behind each one and links to the live site and source.

Screenshot coming
Recently shipped2026

Capitol Ledger

Tracks the stock trades US members of Congress must disclose under the STOCK Act. A pipeline reads the official House Clerk, Senate eFD and OGE portals every morning, parses the filings out of their PDFs, and publishes a searchable record with a page per member and per stock, plus one daily email digest. The data lives as JSON in git rather than a database, so every correction to a filing is a diff you can read.

  • Python
  • GitHub Actions
  • Astro 5
  • Tailwind v4
  • Vercel
  • Twelve Data
  • Buttondown
The portfolio home page, showing the hero introduction and navigation
You are looking at it2025—26

This Portfolio

Personal site and technical blog on the Next.js App Router. Posts are MDX compiled at build time with Shiki syntax highlighting, the whole site works in light and dark, and the production build moved to Turbopack with Next.js 16 — which cut full builds from 42s to 17s.

  • Next.js 16
  • TypeScript
  • Tailwind v4
  • MDX
  • Vercel