| title | SpaceBot Tutorials |
|---|---|
| layout | default |
Hosted video links can be added later; the Markdown guides below are the source of truth today.
- Copy
.env.exampleto.env. - Run
bun install. - Apply local D1 migrations with
bun run db:migrate:local. - Start the dev server in your own terminal with
bun run dev.
Create a Discord application, add a bot, copy the client ID, bot token, and public key into .env, then run bun run register-commands.
Open a server dashboard, create an automation, choose an event trigger, add actions, and test it from Discord.
See docs/local-runner-v2.md for pairing, typed jobs, VS Code bridge setup, and artifacts.
See docs/ai-autopilot.md for provider configuration, retry policy, and DM autopilot behavior.
See DEPLOYMENT.md for Cloudflare Pages/D1 deployment, environment variables, and operational checks.