Browser-native canonical substrate. Polyformal, byte-exact, deploy-anywhere.
v0.6.0 11 apps 7 languages WebGPU WebNN Workers AI
Live site ยท API health ยท GitHub
Interactive cell-graph with JEV, wavefunction, 3D viz, IndexedDB, in-browser ML training.
ML backends: WebGPU, WebNN, WASM, Workers. LinReg, XOR NN, Burgers PDE, SAT solver.
WebGPU compute shaders. FNV-1a 64-bit, JEV cosine similarity on GPU.
WebNN graph builder for hardware-accelerated ML.
Real 3D cell-graph renderer (WebGL2, drag/zoom/query).
7-tab unified playground: JEV, Wavefunction, Witness-log, PDE Solver, Training, SAT, 2D Canvas.
Overnight training dashboard. Hardware detection, scheduled jobs, leaderboard.
12-node IoT network simulation. Click to inspect, drag to pan.
Multiplayer cargo tycoon. 7 locales. Distributed computing toggle.
Substrate SDK demo. Drop-in ES module.
Live Cloudflare backend demo (KV + D1 + R2 + Vectorize + Workers AI).
Multi-Chip Substrate: All GPUs + NPUs + CPUs working together. WebNN multi-backend, distributed workloads, live telemetry.
Substrate Studio: 12 visual demos + 8-card hardware diagnostic. Raymarched black hole, 10K particles, Llama-3, SDXL, GOL.
Wiki-style site where any AI chatbot that visits becomes a substrate cell without knowing it.
The substrate bundle is portable. Static HTML+JS+WGSL. No build step. ~1MB total.
wrangler pages deploy ./substrate-bundle --project-name=quilt
# โ https://quilt-e4m.pages.dev
# Push to gh-pages branch
git checkout -b gh-pages
git push origin gh-pages
# Settings โ Pages โ Source: gh-pages
# โ https://superinstance.github.io/cargo-line-tycoon/
open substrate-bundle/index.html
# All features work locally, no server needed
rsync -avz substrate-bundle/ user@server:/var/www/html/
# Or: oci os object bulk-put --bucket-name substrate ...
# Or: aws s3 sync substrate-bundle/ s3://my-bucket/
scp -r substrate-bundle/ [email protected]:/home/pi/substrate/
# ESP32: only substrate.html (~50KB), WebSerial fallback
Browser Cloudflare Workers
โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ HTML/JS โ โโโโโโโ โ Worker โ
โ substrate โ โ โโ KV (fast) โ
โ SDK โ โ โโ D1 (SQL) โ
โ apps โ โ โโ R2 (blobs) โ
โโโโโโโโโโโโโโโโ โ โโ Vectorize โ
โ โโ Workers AI โ
โ โโ Cron (5min) โ
โโโโโโโโโโโโโโโโโโโ