Independent / live product
DreamRunner
An AI interactive fiction platform with paying users, built and operated end to end. Real time generation streamed over Socket.IO, multi provider LLM routing with per model cost accounting and automatic failover, image generation behind a swappable adapter, and text to speech across several engines including zero shot voice cloning served from GPU endpoints.
The architecture is deliberately local first. Everything a user creates lives only in their own browser and is never persisted server side, so the privacy guarantee is a property of the design rather than a promise in a policy. It runs on Kubernetes with billing, 17 localized languages, and full end to end test coverage in CI.