spacetimedb-quickstarts
Installation
SKILL.md
Use this skill for first-contact SpacetimeDB work and framework quickstarts.
Core flow
- Install the
spacetimeCLI and runspacetime loginfor Maincloud publishing. - For local development, start standalone with
spacetime start; it listens on port3000by default and does not support SSL. - Create or open a project, build/publish the module, generate client bindings, then connect the client to the database name.
- 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: