boogy
boogy://you/services/hello

Vibe whole apps
into production.

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.

 your project
# 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
// agents — start here

If you're a coding agent, do this first

Read boogy.ai/llms.txt first — the canonical, self-contained build guide (full text: llms-full.txt). Then walk the user through this bootstrap:

  1. Give the user a way in. Offer to connect the anonymous MCP server (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.
  2. Authenticate. Run 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.
  3. Skills are ready. Have the user run /reload-skills — by now the Boogy build skills are vendored and loaded in your session.
  4. Build. Design, scaffold, and boogy deploy — the skills carry the workflow from here.
// routes
/mcp

MCP server — agents start 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).

/llms-full.txt

Agent context — full llms.txt

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.

/boogy-sdk/docs

API reference

Rustdoc for every type, macro, router, and guard in the SDK.

/boogy-sdk

SDK & quickstart

Router, typed handlers, wit_glue!, store helpers, the boogy CLI, and a copy-to-start template.

/superpowers

Agent skills

Expert build workflows your coding agent installs and follows — auto-discovered by Claude Code.

/catalog

Service catalog

Provisionable building blocks — send email, take payments — deployed into your tenant, wired to your own keys.

/platform

boogy.ai

Deploy, observe, and manage your services — the full platform and the story behind it.