Getting Started
Everything you need to go from zero to a working SkyState integration.
In This Section
- Quickstart - the fastest path to your first public-state push and SDK read
- Installation - detailed install instructions for the CLI, SDKs, and console
- Core Concepts - understand accounts, projects, environments, public state, user state, and versioning before you build
Prerequisites
- Node.js 20 or later (for the CLI and JavaScript SDKs)
- A terminal
How It Works
Sign in at https://console.skystate.io to create an account. Install the CLI, authenticate with sky login, and push a JSON file as versioned public state. Your React app (or any JavaScript client) then reads that state at runtime using usePublicState() or client.publicState.get() — no backend required.
Start with the Quickstart.