Our Projects
A collection of things we built, are building, or built and forgot about until someone emailed us.

Tripatourium
Limited Edition Blotter Art & Other Oddities
Fine art collectibles on perforated paper — the medium that somehow became iconic. Works by Alex Grey, Frank Kozik, Mark Mothersbaugh, EMEK, Paul Booth, James O'Barr, and about twenty other artists who understood that art doesn't need to be framed to be serious. Webhook-driven inventory, real-time eBay/Etsy sync, no drugs required.
Visit »
Tying Up Lost Threads
LOST Fan Data Visualization
Because someone had to build a serious data site about a TV show that ended on a note that still divides dinner tables. Episode timelines, character connections, and answers to questions nobody asked — rendered beautifully with Highcharts. Yes, the numbers mean something.
Visit »
Gaeta Towing & Service
Towing & Gas Stations — Peabody, MA
A multi-location site for a towing company and chain of gas stations in Massachusetts. Static HTML that we've quietly modernized over the years — dead social APIs removed, GA4 wired, GPS map embeds that actually point to the right address. Proof that good engineering applies even when the brief is "just make it work."
Visit »
HDT Plugin Template
Visual Studio Marketplace Extension
A Visual Studio project template for bootstrapping Hearthstone Deck Tracker plugins. Because the barrier to entry for HDT plugin development was "read the source code and figure it out," and we decided that was silly. Published on the VS Marketplace.
Visit »
Drawpool for HDT
Hearthstone Deck Tracker Plugin
Real-time draw probability overlay for Hearthstone. Shows you the odds of drawing the card you need before you spend 30 seconds staring at your hand and top-decking the wrong one anyway. Open source, because the community deserved it.
GitHub »
SQL Connector
Sealed SQL Server Transport Layer
A generic SQL Server connectivity layer for OpenClaw agents. Provides execute/query/scalar APIs via pymssql with automatic retry, connection pooling, and structured error handling. Built for reliability — sealed, parameterized, and designed to integrate seamlessly with agent infrastructure without subprocess overhead.
GitHub »
SQL Memory
Semantic Memory Layer for Agents
A semantic memory system built on SQL Server for OpenClaw agents. Provides remember/recall/search APIs with importance scoring, hierarchical rollups (daily→weekly→monthly→yearly), task queueing, and audit logging. The canonical memory store for agent persistence — no file-based memory, everything queryable and versioned.
GitHub »BlazorAnalytics
NuGet Package — Google Analytics for Blazor
A NuGet package that wires Google Analytics 4 into Blazor applications with a single
AddBlazorAnalytics() call.
The package powering this very site's analytics. Because tracking your own zero visitors
should at least be architecturally elegant.