Note: This toolkit runs against the hosted
iblai.appenvironment. If you'd like a license to the full platform codebase to run locally or self-host, reach out to our team at ibl.ai/contact.
Build the app you actually need on ibl.ai — sign-in, an AI agent to talk to, users and admins, custom data, memory, analytics, billing — as a website and as macOS, Windows, iOS, and Android apps. Or run the platform with no UI at all. One install; your coding agent does the rest.
1. Install the skills in the agent you already use.
npx skills add iblai/vibe --all # Claude Code, OpenAI Codex, Cursor, OpenCode, Copilot …Claude Code users can install the plugin instead (same skills, plus the SDK-docs
MCP server, updated with /plugin update): /plugin marketplace add iblai/vibe
then /plugin install iblai-vibe@iblai.
2. Say hello.
/iblai-vibe-start
Four questions — new project or existing code · one organization, many, or none · who signs in · what it's about (users · memories · agents · organizations). Then it connects your ibl.ai organization (one click in the browser, or two pasted values — the token never enters the chat) and builds. Thirty seconds after you sign in you are chatting with your own agent, with users, an admin area, custom user and organization settings, memory, analytics, and billing already wired.
3. Ship. /iblai-vibe-ops-deploy gives you a URL. /iblai-vibe-ops-build
gives you macOS, Windows, iOS, and Android.
New to ibl.ai? ibl.ai/join creates your account and your organization — free to start. Want the details of every step? Getting started →
vibe-starter, the app /iblai-vibe-start sets up for the common case:
- Sign-in with ibl.ai SSO, pinned to your organization
- Home is a chat with your agent;
/agentsto browse;/setupto pick or create one - Users and admins — profile, a User/Admin switch, an admin area (people, invites, roles, analytics, billing, memory, organization)
- Custom data per user and per organization, stored on the platform — no database of your own
- Memory, analytics, notifications, billing — the platform's own, already on the page
- Tests (Vitest + Playwright) and a server helper for anything the components don't cover
Every piece is a skill you can also add to an existing app.
Two families in one install: 🖥️ iblai-vibe-* mounts a visual component in
your app; 🔌 iblai-api-* does the same thing headlessly over REST — for a
script, a CI job, or your own backend. How they differ →
| Folder | What it covers | Skills |
|---|---|---|
start/ |
The first conversation, connecting your organization, sign-in, the starter | 11 |
agents/ |
Chat, browse, create, and configure agents — every settings tab | 55 |
users/ |
Profiles, custom user data, memories, roles and admins, invitations | 18 |
organizations/ |
Organization settings and metadata, branding, integrations | 9 |
billing/ |
How you are charged, spend caps, three ways to charge your users | 12 |
analytics/ |
Usage, users, topics, transcripts, costs, reports | 2 |
content/ |
Courses, catalog, credentials, admissions | 11 |
ship/ |
Test, deploy, native builds, app stores | 11 |
security/ |
Authorized-use security work | 8 |
The full list with one line per skill: docs/catalogue.md.
This repo changes often. Installed skills are a copy — refresh them with the
install command above, or /iblai-vibe-ops-upgrade in Claude Code (your agent
will suggest it when the copy is more than two weeks old).
Details →
- Getting started — the journey in detail, and what to do when you already have an app
- How sign-in and organizations work — one organization, many, or none
- Users, agents, organizations — the data every app is built on
- How money works · Ship anywhere · The two MCP servers
- Contributing a skill — including where it goes and how to catalogue it
Agentic OS (iblai/os) · Agentic LMS (iblai/lms) · vibe-agent (one creator, one agent, one paywall) · marketing skills in iblai/vibe-marketing
MIT — ibl.ai
