Skip to content

From our projects

Blog

Release notes and engineering write-ups published across the Tradik projects. Every headline opens the original article on the site that wrote it.

Subscribe to everything Tradik posts only

Latest posts

Sources: Tradik · MDDB · SSG

  • From Next.js to SSG: Rebuilding tradik.com

    tradik.com ran on Next.js with output: 'export'. That produced a static site, and everything about it was reasonable in isolation. Taken together it was a React toolchain, a node_modules tree of several hundred packages and a build step, all to publish nine pages that do not change between deploys.

  • I Went Looking for CPU Tricks and Found a Quadratic Loop

    The question was simple: how do we make publishing faster? My instincts fired off the usual list — better caching, tighter memory layout, maybe some CPU architecture tricks. Profile-guided…

  • AI in Your Content, at Build Time — Not in the Browser

    There are two places you can put an AI call on a website: in the visitor's browser, or in your build. Almost everyone reaches for the first — a widget that calls an API on page load — and almost…

  • How to Announce Your Posts Without Ever Double-Posting

    Everyone who has ever automated "tweet when I publish" has, at least once, tweeted the same post three times — because the build ran three times. That failure mode is the entire design problem, and…

  • Related Posts, From a Line of Template to Semantic Search

    A "related articles" block is the cheapest way to keep a reader on your site: they finished one thing, here are five more they'll probably like. The trick is that "probably like" has three very…

  • Your WordPress just became AI-searchable: MDDB Sync

    There's a decade of knowledge sitting in your WordPress. Product announcements, how-to guides, changelogs, that one post from 2019 that still answers half of your support tickets. And when you plug an AI agent into your company, the first thing it asks is, effectively: where's the knowledge? The MDD

  • Legible to Machines: What Landed in SSG 1.8.14

    Most of what a static site generator does is for people: render the Markdown, style the page, ship the HTML. But a page has other readers you never think about — the scraper that builds a link…

Want this kind of engineering on your systems?

The tools we write about are the same ones we bring to client work. Tell us what you are building.