⚠️ Alpha — DeepSpace is under active development. APIs may change between 0.x minor versions; check the changelogs before upgrading.
Build real-time collaborative apps on Cloudflare Workers. DeepSpace bundles
auth, real-time data subscriptions, RBAC, messaging, file storage,
collaborative editing (Yjs), and zero-config deployment to .app.space
behind two imports.
npm create deepspace my-app
cd my-app
npm run dev| Package | Description |
|---|---|
deepspace (npm) |
The SDK — React client, Cloudflare Worker runtime, and CLI |
create-deepspace (npm) |
Project scaffolder (npm create deepspace) |
Both packages version together; see each package's CHANGELOG.md for release
notes.
This is the public source for the DeepSpace SDK packages. Development happens in a private monorepo that also contains the DeepSpace platform; this repository is synced on every release, one commit per version.
- Issues — welcome here; this is the right place to report bugs and request features.
- Pull requests — see CONTRIBUTING.md; accepted changes are ported into the internal repo by maintainers with attribution.