An interactive quick-reference web application for the Cloudspire board game by Chip Theory Games. Designed to help players quickly look up rules, talents, and abilities during gameplay.
- Mode-aware rules — view rules for PvP, Solo, and Co-op side by side, or filter by mode
- Full-text search — instantly search across all rules, talents, and abilities
- PDF viewer — open rulebook pages directly from rule references
- 146 talents & abilities — complete talent list with AI variant descriptions
- Ambient music player — optional background music (CC BY 4.0)
- Mobile-friendly — responsive layout for use at the game table
- Node.js 22+
- npm
npm install
npm run devOpen http://localhost:5173 in your browser.
npm run build
npm run previewdocker pull ghcr.io/olohmann/cloudspire:latest
docker run -p 8080:8080 ghcr.io/olohmann/cloudspire:latesthelm pull oci://ghcr.io/olohmann/charts/cloudspire --version 0.1.0
helm install cloudspire oci://ghcr.io/olohmann/charts/cloudspire --version 0.1.0- React 19 + TypeScript
- Vite 8
- Tailwind CSS 4
- react-pdf for in-app PDF viewing
- Nginx (Alpine) for production serving
Cloudspire is a board game designed and published by Chip Theory Games, Plymouth, MN.
All game content, rules, terminology, faction names, artwork, and PDF documents referenced or included in this application are the intellectual property of Chip Theory Games. This project is an unofficial fan-made tool and is not affiliated with, endorsed by, or sponsored by Chip Theory Games.
This application is intended solely as a personal reference aid for owners of the Cloudspire board game. It does not replace the official game materials. If you do not own the game, please support the creators by purchasing it from the official store.
Music: Background tracks by Shane Ivers (Silverman Sound), licensed under CC BY 4.0.
This project's source code is licensed under the MIT License. Note that game content (rules, terminology, artwork, PDFs) remains the property of Chip Theory Games.
