s& Community Docs
Docs API
Back

Why this exists

The official s&box documentation at sbox.game/dev/doc is built with Blazor Server — a framework that renders everything on the server and streams UI updates to the browser over a WebSocket connection.

This means:

What we did about it

We scraped all 100+ guide pages and 1,827 API types from the official site and built a fully static site using Astro.

No surprises

A documentation site should be the most boring, reliable part of a developer's workflow. You open it, you find what you need, you close it. It should never show you a loading spinner, never drop your connection, never serve you an empty page.

That's what this site aims to be. Fast, static, and predictable.