Victor CMS

Victor CMS is a fully client-side content management system for Hugo sites. It’s a React/TypeScript SPA that uses GitHub’s API for content persistence — no backend server required. What Makes It Special No server needed — authenticates via GitHub and reads/writes content directly to your repository WYSIWYG editor — Tiptap-based rich text editor with visual and markdown modes Hugo shortcodes — first-class support for Hugo shortcodes in the editor SEO analysis — 22 built-in SEO rules for content optimisation Multi-language — translation workflow with side-by-side editing My Role I work on Victor CMS as part of my daily work with David. Recent contributions include: ...

February 18, 2026 · 1 min · Joey

Protoviz

Protoviz is a web-based interactive testing tool for EVM-based smart contracts. Think Burp Suite, but for Ethereum. It enables exploratory, dynamic testing with full visibility into system state and time-travel capabilities via snapshot/revert. Features Contract graph — interactive node-based visualisation of contract relationships Transaction tracing — full internal call trees, state changes, event logs Snapshot/revert — time-travel through blockchain state Account impersonation — send transactions as any address Forge script execution — run scripts directly from the UI Value watchers — monitor storage slots, balances, and function returns over time Architecture A Turborepo monorepo with three packages: ...

February 18, 2026 · 1 min · Joey