Installation Reference
Complete installation reference for all Hyperstack client SDKs.
TypeScript (Core)
Section titled “TypeScript (Core)”For Node.js, Vue, Svelte, or vanilla JS:
npm install hyperstack-typescriptFramework-agnostic with AsyncIterable-based streaming. No peer dependencies.
TypeScript (React)
Section titled “TypeScript (React)”For React applications:
npm install hyperstack-reactPeer dependencies: react ^19.0.0, zustand ^4.0.0
npm install react zustandAdd to your Cargo.toml:
[dependencies]hyperstack-sdk = "0.5.3"Next Steps
Section titled “Next Steps”- Quickstart — Scaffold a working app in under 2 minutes
- React SDK — Build a complete React app
- TypeScript SDK — Use with Node.js, Vue, Svelte
- Rust SDK — Native Rust client
The Hyperstack CLI (hs) handles project scaffolding, deployment, and SDK generation.
Via npm (global):
npm install -g hyperstack-cliOr use without installing:
npx hyperstack-cli --helpVia Cargo:
cargo install hyperstack-cliTroubleshooting
Section titled “Troubleshooting”| Issue | Solution |
|---|---|
Cannot find module 'hyperstack-*' | Run npm install for the relevant package |
| Peer dependency warnings | Install react and zustand explicitly |