Web platforms, including the one running this site.

Multi-tenant CMS, plugin gateways, on-device WebGPU/WebNN. Architecture as a product, not an afterthought.

What we build

  • Plugin-based platforms — every feature on this site is a separately-deployable plugin process registering against a gateway. Same pattern scales to internal tools and SaaS products.
  • Multi-tenant architectures — per-site partitioning, host-based routing, per-tenant theme + content + feature flags.
  • Edge AI in the browser — WebGPU compute shaders for similarity / projection / classification, WebNN for on-device inference. Site data fetched server-side, math happens on the user's device.
  • Gateways and contract systems — health checks, permission grants, data-sharing contracts between plugins.

You probably want this if…

You're building a platform other people will extend, and you want to get the contract surface right the first time.

Proof, not promises

This site is the demo

Multi-tenant CMS, process-isolated plugins, LLM pipelines — serving the page you are on.

Read how → →

This site is the demo.

Nav, ticker, AI chat, browser lab — all separate plugins. The "How this site is built" writeup is on Insights.

Read the post