create-booboo
Scaffold a runnable Booboo brain in one
command. Zero dependencies, pure stdlib.
Use
npx create-booboo my-brain
cd my-brain
npm install
npm run build
npm run serve
npm run mcp
npm run view
What you get
booboo.config.yaml — layers, privacy walls, and sources: a JSON starter that works
immediately, plus a commented postgres block to point at your own Postgres/Supabase
(${DATABASE_URL} from the environment).
data.booboo.json — a small sample graph (agents / knowledge / memory) to build from.
package.json — wired build / serve / mcp / view scripts on @booboo-brain/cli.
.gitignore — the built snapshot can contain real data, so it's never committed.
Pass --force to scaffold into a non-empty directory.
Part of Booboo — the unified operational brain. MIT.