Art & Design

54 pieces. Loads more as you scroll.

Made with ERS + fabric

This site runs on the EXO Rendering System (ERS), a server-rendered, hydrate-in-browser component framework that ships SSR HTML from Cloudflare Workers and re-attaches interactivity once JavaScript loads. Think of it as Next.js for Cloudflare, currently built on Solid.js, though the architecture is framework-agnostic and other runtimes plug in cleanly.

The system co-locates server and client code in .fabric.tsx files. Functions tagged@server become typed RPC endpoints on the edge; @client functions inline as bootstrap scripts; and a Durable-Object-backed WebSocket transport keeps the client/edge dialog open for real-time work. Even this footer link is wired up by a @clientdirective.

I designed and built the meta-framework during the initial R&D phase at Touchless / Auto Genius, and have remained the principal engineer on it since. There is also a US patent filed under my name on foundational technology that the system builds on.