spacetimedb-typescript
✓Build TypeScript clients for SpacetimeDB. Use when connecting to SpacetimeDB from web apps, Node.js, Deno, Bun, or other JavaScript runtimes.
Installation
SKILL.md
Build real-time TypeScript clients that connect directly to SpacetimeDB modules. The SDK provides type-safe database access, automatic synchronization, and reactive updates for web apps, Node.js, Deno, Bun, and other JavaScript runtimes.
| Missing package.json | Create package.json | "could not detect language" | | Missing tsconfig.json | Create tsconfig.json | "TsconfigNotFound" | | Entrypoint not at src/index.ts | Use src/index.ts | Module won't bundle | | indexes in COLUMNS (2nd arg) | indexes in OPTIONS (1st arg) | "reading 'tag'" error |
| Index without algorithm | algorithm: 'btree' | "reading 'tag'" error | | filter({ ownerId }) | filter(ownerId) | "does not exist in type 'Range'" | | .filter() on unique column | .find() on unique column | TypeError | | insert({ ...without id }) | insert({ id: 0n, ... }) | "Property 'id' is missing" |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript- Source
- douglance/spacetimedb
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is spacetimedb-typescript?
Build TypeScript clients for SpacetimeDB. Use when connecting to SpacetimeDB from web apps, Node.js, Deno, Bun, or other JavaScript runtimes. Source: douglance/spacetimedb.
How do I install spacetimedb-typescript?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/douglance/spacetimedb
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01