What Gordon built and maintains
Built a markdown first publication system that renders polished public articles and drives a full admin editing workspace from the same document model.
Designed and shipped an always on MCP server with governed SEO and Scientific skill bundles for external agent access.
Built pluggable storage adapters (Supabase, Neon, local), version history, audit logging, token inventory, and installable platform and client npm packages.
What was hard
Document systems get messy quickly when formats, source of truth, and agent accessible tooling are not aligned from the start.
The product has to stay useful for humans writing and editing while still being structured enough for agent driven workflows at any layer.
Pluggable storage requires a real abstraction layer that does not leak backend assumptions into the document model or the MCP interface.
