Projects
My project mostly centers on Metalsmith, a static site generator built on a simple idea: everything is a plugin. Each plugin performs one focused transformation on a set of files, and complex functionality emerges from combining these simple pieces.
Over the past two years, Claude has become my primary development partner. The pairing works because Metalsmith's patterns are explicit — when I describe a plugin's intended transformation, Claude grasps the files-in, files-out contract immediately. Most of the plugins and tools documented here emerged from this collaboration.
All projects are available on GitHub and NPM.
If you're a nonprofit organization looking for web development help, I'm available for pro-bono work.
MCP Server
Metalsmith Plugin MCP Server — An MCP server that gives AI assistants Metalsmith-specific knowledge. It provides automated plugin scaffolding, validation against ecosystem best practices, and maintenance tools that follow established patterns from core Metalsmith plugins.
Plugins
Focused Metalsmith plugins, each performing one transformation. Expand any plugin for its description and links.
Nunjucks Components
Nunjucks Components — A library of reusable, self-contained components for building structured-content websites with Metalsmith. Each component manages its own styles, scripts, and templates, and declares dependencies through a manifest file. The companion site provides reference documentation, live examples, and downloadable component packages.
Starters
Metalsmith Structured Content Starter — A component-based starter demonstrating modern web development patterns without JavaScript frameworks. Uses structured content in frontmatter to define reusable page sections, with automatic CSS and JS bundling per component. See a demo.
Reference Projects
Ruhrpott — A proof-of-concept integrating Sanity.io as a CMS with Metalsmith for static site generation.
Minneapolis — A proof-of-concept using WordPress as a headless CMS with Metalsmith, pulling content via the WordPress REST API.