DOCUMENTATION

Everything you need to ship.

The framework lives in two places: this site (which you can read straight through), and the GitHub repo (which contains the actual prompts and reference guides Claude Code uses).

Reference (on GitHub)

Master prompt

The coding constitution Claude Code follows on every build.

JB + VibeKit components

The component registry reference — when to install which component.

Design style guide

Tailwind v4 tokens + visual rules customized per project.

Database guide

Neon + Prisma v7: schema, migrations, query patterns.

Deployment

Vercel + Cloudflare DNS + SSL + email domain verification.

Environment variables

Step-by-step setup for every secret per integration.

Monetization

Stripe, webhooks, feature gating, billing pages.

DGateway (Mobile Money)

Mobile money + card checkout for African markets — gotchas and patterns baked in.

Multi-tenant / RBAC

Orgs, memberships, role-based access, scoped queries, custom subdomains.

Audit log (hash-chained)

Tamper-evident audit log pattern for SOC2 / compliance.

AI & RAG

Vercel AI SDK + pgvector in Neon + Upstash rate-limit + credit packs.

Agent tooling

ui-ux-pro-max-skill + 21st.dev Magic MCP — user-level installs that compound VibeKit's value.

VibeKit Primitives (150)

GitHub-registry library of hooks, helpers, and small components. 150 / 150 ✨ — all sixteen categories complete. 144 via GitHub registry (`MUKE-coder/vibekit/<name>`) + 6 graduated to JB legacy.

Primitives discovery index

Flat searchable index of all 150 primitives with TRIGGER phrases. Agents grep this file before writing from scratch. Wired into the SKILL.md + AGENTS.md rules — and accessible via /vibekit-find.

Demo / smoke-test app

A real Next.js app that installs and exercises every primitive. Every release passes through this before tagging — catches install-time + render bugs the registry never sees on its own.

Pre-deploy review

Senior-level audit prompt to run before going live.

Prompt engineering

5-part formula, token economy, rescue system.

Troubleshooting

Symptoms → fixes when AI gets stuck.