Sheet-Native Computing Foundation
Three real Google Sheets, each a Sheeternetes cluster, running one federated application across web, data and edge tiers. The spreadsheet is the cluster — open them and read the running state. It reconciles.
A classic three-tier app, spread across three spreadsheet clusters and stitched together by Sheetmesh. Traffic flows web → api → data, with WASM functions at the edge.
web · api · frontend (nginx, httpbin). Services via Sheetlium DNS aliases.
postgres (on a Sheetstor volume) · redis. Persistent storage, spreadsheet-native.
wasm-fn (SheetAssembly, wasmtime) · cdn · ai-router (Sheetelligence).
3 deployments · 2 nodes · 7 pods running. Demonstrates Sheeternetes (scheduling, replicas), Sheetlium (service DNS).
postgres + redis · 2 nodes · a Sheetstor volume (pgdata, 1 GiB, replica factor 2). Demonstrates Sheetstor (storage) and cross-cluster Sheetmesh.
wasm-fn runs as WASI modules via SheetAssembly (runtime: wasm), plus a CDN and an AI router. SheetAIOps reports no anomalies.