Vibe-code a frontend, an API over REST, JSON-RPC, or MCP, and a store that scales itself — Boogy runs it all as real production services: interconnected, fast, and pay-per-use.
Every service gets a relational, ACID data store that scales on its own and bills per use — and a single transaction can span calls across services.
# grab the SDK + a starter service $ cargo add boogy-sdk --git https://github.com/Boogy-ai/boogy-sdk # teach your coding agent how to build $ boogy skills install
Read boogy.ai/llms.txt first — the canonical, self-contained build guide (full text: llms-full.txt). Then walk the user through this bootstrap:
claude mcp add boogy https://boogy.ai/mcp) and/or install the CLI (cargo install --locked --git https://github.com/Boogy-ai/boogy-sdk boogy-cli). Vendor the build skills now too: boogy skills install.login (MCP) or boogy login (CLI) — it prints a link. Ask the user to click it, sign in, then return to the terminal; the token comes back automatically./reload-skills — by now the Boogy build skills are vendored and loaded in your session.boogy deploy — the skills carry the workflow from here.Point your coding agent at https://boogy.ai/mcp — anonymous, no install. Guidance (get_started, get_skill), host-truth validation (validate_manifest, check_service), and sign-in (login shows the user a link to click, then returns a token — no CLI needed).
The complete, self-contained agent guide: core concepts, the three deployment shapes, project setup, build, manifest, and deploy. If you're an AI agent, read https://boogy.ai/llms-full.txt first.
Rustdoc for every type, macro, router, and guard in the SDK.
Router, typed handlers, wit_glue!, store helpers, the boogy CLI, and a copy-to-start template.
Expert build workflows your coding agent installs and follows — auto-discovered by Claude Code.
Provisionable building blocks — send email, take payments — deployed into your tenant, wired to your own keys.
Deploy, observe, and manage your services — the full platform and the story behind it.