Testnet is now LIVE at testnet.spacetimedb.com! NOTE: This is a testnet, and all data will be wiped periodically.

BETA v0.11

Login

Getting Started

To develop SpacetimeDB applications locally, you will need to run the Standalone version of the server.

  1. Install the SpacetimeDB CLI (Command Line Interface)
  2. Run the start command:
spacetime start 

The server listens on port 3000 by default, customized via --listen-addr.

💡 Standalone mode will run in the foreground. ⚠️ SSL is not supported in standalone mode.

What's Next?

You are ready to start developing SpacetimeDB modules. See below for a quickstart guide for both client and server (module) languages/frameworks.

Server (Module)

Note: Rust is roughly 2x faster than C#

Client

Edit On Github