Using cryptography to create incorruptible and indestructible fun.
Documentation site for all Provable Games products, built with Vocs, React 19, and MDX.
Prerequisites: Bun
bun install
bun run devThe dev server starts at http://localhost:5173.
To create a production build:
bun run build
bun run previewsrc/
pages/ # MDX documentation pages organized by product
components/ # React components (ContractTable, GameCard, etc.)
public/ # Static assets and images
vocs.config.ts # Site configuration and sidebar navigation
- Loot Survivor - Onchain survival game with combat, loot, and beasts
- Dark Shuffle - Onchain card game with drafting and battles
- Budokan - Tournament platform for onchain games
- Summit - Beast battle game with upgrades and consumables
- Embeddable Game Standard - Standard for embedding onchain games
- Documentation pages are
.mdxfiles insrc/pages/<product>/ - Add or edit pages, then update the sidebar navigation in
vocs.config.ts - Place images in
src/public/docs/ - Run
bun run buildto verify your changes