spacetimedb-quickstarts

Installation
SKILL.md

Use this skill for first-contact SpacetimeDB work and framework quickstarts.

Core flow

  1. Install the spacetime CLI and run spacetime login for Maincloud publishing.
  2. For local development, start standalone with spacetime start; it listens on port 3000 by default and does not support SSL.
  3. Create or open a project, build/publish the module, generate client bindings, then connect the client to the database name.
  4. Keep server module language, package manager, database name, module path, and generated binding path consistent across all commands.

Use spacetime dev for integrated local loops when possible:

spacetime dev --template basic-ts

Use focused skills once the quickstart reaches implementation details:

Installs
25
GitHub Stars
7
First Seen
May 7, 2026
spacetimedb-quickstarts — danmossa/spacetimedb-skills