nD scientific scenes โ galaxies, embryos, connectomes, embeddings โ rendered in your browser straight from object storage. Nothing to install.
Each scene is a chunked .luxar.zarr store on object storage. The viewer
is deployed once and takes the dataset as a URL โ ?src= โ so every scene
here is the same build pointed somewhere new.
Cold-load time was dominated by request count, not bandwidth. Re-chunking to a 256 KB target cut objects 9ร across this set (387,276 โ 43,615) with slightly fewer bytes โ bigger chunks compress better.
Cloudflare Pages serves the viewer; a Worker streams /data/* and
/media/* from R2 on the same origin, so there is no CORS and responses
sit in the edge cache. Egress from R2 is free, and cached hits never reach the
bucket at all.