Tutorials
Step-by-step walkthroughs that take you from an empty app to one backed by SkyState. Pick React, vanilla, or the API and follow it down. Each tutorial builds on the one before it.
Pick a track
React uses @skystate/react. Start here if your app is React.
- Build a React app with SkyState - read public state, add sign-in, store user data, save notes, and build a draft-backed settings form.
Vanilla uses @skystate/core with no framework. Start here for plain TypeScript, Node, or any non-React app.
- Build a vanilla app with SkyState - draft track for the same app using
@skystate/core.
API calls SkyState directly over HTTP. Start here for a backend, script, or custom client that should not use an SDK.
- Build with the API - draft track for direct HTTP integrations.
Then ship it
- Ship public state to production - 15 minutes. Learn how environments work, then move a change from staging to production safely, with a preview before anything goes live. Reached from any track.
Tutorials vs Getting Started vs Reference
Getting Started gets you oriented quickly. Use it when you want the shortest path to install SkyState, create a project, push public state, and confirm the SDK can read it.
Tutorials are hands-on walkthroughs. Use them when you want to build an app step by step, starting from a fresh project.
SDK, CLI, Console, and API reference pages document the full details. Use them when you already know what you are building and need the exact commands, options, or limits.
Coming from Getting Started? Pick React, vanilla, or the API above and start with the matching track.