Official JavaScript SDK for the SpaceIS shop platform.
| Package | Description | npm |
|---|---|---|
@spaceis/sdk |
Core SDK — zero dependencies, works everywhere | npm i @spaceis/sdk |
@spaceis/react |
React hooks, Context Provider, Next.js SSR helpers | npm i @spaceis/react |
@spaceis/vue |
Vue 3 composables, Plugin, Nuxt SSR helpers | npm i @spaceis/vue |
- SDK README — full API reference and usage examples
- React README — hooks, provider, SSR helpers
- Vue README — composables, plugin, Nuxt SSR helpers
- API Documentation — SpaceIS REST API reference
- Changelog — version history
examples/vanilla/— complete store using HTML + vanilla JS + SDK IIFEexamples/react/— Next.js App Router store with SSR, SEO, and all hooksexamples/vue/— Nuxt 4 store with SSR, SEO, and Vue composablesexamples/php/— PHP SSR store with client-side SDK for cart and interactivity
pnpm install
pnpm build # Build all packages
pnpm test # Run all tests
pnpm typecheck # TypeScript checkSee CONTRIBUTING.md for development setup and guidelines.
MIT