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.