Note: This toolkit runs against the hosted iblai.app environment. 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.
Add ibl.ai skills to any project with one command:
npx skills add iblai/vibeAsk Claude to add ibl.ai Chat, Profile, Account, Notification or Analytics component to your Next.js project.
Ask Claude to start an ibl.ai agent app.
A developer toolkit for vibe coding with the ibl.ai platform. Vibe gives you a production-ready scaffold powered by iblai-app-cli, the @iblai/iblai-js SDK, pre-built components, Claude Code skills, and a full backend at iblai.app. You go from zero to a deployed AI app in minutes -- authentication, AI chat, profiles, notification, and analytics are already wired up. No API tokens to manage.
Why it matters:
- Start building in minutes, not days -- the CLI scaffolds a complete app with auth, AI chat, and a dashboard out of the box
- Backend included -- iblai.app provides SSO auth, AI agent infrastructure, analytics, and tenant management (free tier available)
- Client-side auth via SSO -- no API tokens to store, rotate, or leak
- Claude Code skills guide every step -- adding features is a conversation, not a scavenger hunt through docs
- shadcn/ui fills in UI gaps -- consistent design language without the overhead of a custom design system
- Ship everywhere -- web (Vercel), desktop (macOS/Windows/Linux), and mobile (iOS/Android) via Tauri v2
- Scaffold -- run
npx @iblai/cli startapp agentto generate a full Next.js app with auth, AI chat, profiles, and more - Connect -- your app connects to iblai.app (or your own tenant) for authentication, AI agents, and data
- Customize -- use Claude Code skills to add features, swap components, and adjust business logic
- Deploy -- push to Vercel, package with Tauri, or run in Docker
Get a complete app with auth, AI chat, profiles, and more in one command:
iblai startapp agent -o iblai-init
cp -a iblai-init/<app-name>/. . && rm -rf iblai-init
rm -rf node_modules && pnpm install
cp .env.example .env.local
pnpm devOpen http://localhost:3000. You will be redirected to iblai.app for login -- sign in or create a free account, and you are back in your app with a fully authenticated session.
Add ibl.ai skills to any project with one command:
npx skills add iblai/vibeThis installs 9 skills that teach your AI agent how to build with the ibl.ai platform -- authentication, AI chat, profiles, analytics, workflows, and more. Works with Claude Code, Cursor, OpenCode, Copilot, and 15+ other agents.
After installing the skills, use them directly in your AI agent with / commands:
/iblai-auth
/iblai-chat
/iblai-profile
/iblai-account
/iblai-analytics
/iblai-notification
/iblai-invite
/iblai-workflow
/iblai-onboard
/iblai-build
/iblai-screenshot
/iblai-test
/iblai-agent-search
/iblai-agent-settings
/iblai-agent-access
/iblai-agent-api
/iblai-agent-datasets
/iblai-agent-disclaimers
/iblai-agent-embed
/iblai-agent-history
/iblai-agent-llm
/iblai-agent-memory
/iblai-agent-prompts
/iblai-agent-safety
/iblai-agent-tools
What each skill does:
/iblai-auth-- adds authentication and configures the app for ibl.ai login./iblai-chat-- adds the AI chat experience and agent integration./iblai-profile-- adds profile UI and profile settings flows./iblai-account-- adds account and organization settings./iblai-analytics-- adds analytics dashboards and reporting views./iblai-notification-- adds notifications UI and notification center flows./iblai-invite-- adds user invitation dialogs for tenant admin./iblai-workflow-- adds workflow builder components (sidebar, modals, connectors)./iblai-onboard-- designs and builds a high-converting questionnaire-style onboarding flow./iblai-build-- builds and runs the app on desktop and mobile (iOS, Android, macOS, Surface)./iblai-screenshot-- captures app store screenshots for web, iOS, and Android./iblai-test-- validates the app before it is presented to the user./iblai-agent-search-- adds the agent search/browse page (starred, featured, custom, and default agents)./iblai-agent-settings-- adds the agent Settings tab (name, description, visibility, copy, delete) built onAgentSettingsProvider./iblai-agent-access-- adds the agent Access tab (role-based access control for editor and chat roles)./iblai-agent-api-- adds the agent API tab (API key management)./iblai-agent-datasets-- adds the agent Datasets tab (searchable dataset table with upload)./iblai-agent-disclaimers-- adds the agent Disclaimers tab (user agreement and advisory)./iblai-agent-embed-- adds the agent Embed tab (embed code, custom styling, shareable links)./iblai-agent-history-- adds the agent History tab (conversation history with filters and export)./iblai-agent-llm-- adds the agent LLM tab (model provider selection)./iblai-agent-memory-- adds the agent Memory tab (enable/disable memory and manage memories)./iblai-agent-prompts-- adds the agent Prompts tab (system prompts and suggested prompts)./iblai-agent-safety-- adds the agent Safety tab (moderation prompts and flagged content)./iblai-agent-tools-- adds the agent Tools tab (enable/disable agent tools).
| Feature | Description |
|---|---|
| Authentication | SSO login via iblai.app -- no token management, session handling built in |
| AI Chat | Streaming chat with ibl.ai agents, markdown rendering, conversation history |
| User Profile | Editable profile page with avatar, bio, and preferences |
| Account Settings | Password changes, notification preferences, connected services |
| Analytics Dashboard | Usage metrics, conversation stats, and user activity |
| Notification | Real-time notification system with read/unread state |
| Desktop & Mobile | Tauri v2 integration for macOS, Windows, Linux, iOS, and Android |
| AI Development Skills | Claude Code skills that walk you through adding and customizing every feature |
Already have a project? Install the skills and let your AI agent add features:
npx skills add iblai/vibeThen use the CLI to add features:
iblai add mcp # MCP servers + skills (run first)
iblai add auth # SSO authentication
iblai add chat # AI chat with streaming
iblai add profile # User profile dropdown
iblai add account # Account/organization settings
iblai add analytics # Analytics dashboard
iblai add notification # Notification bellUse --yes to skip interactive prompts:
npx @iblai/cli startapp agent --yes --platform acme --agent my-id --app-name my-app -o iblai-init
cp -a iblai-init/my-app/. . && rm -rf iblai-init
rm -rf node_modules && pnpm install
cp .env.example .env.localiblai.app is the production backend that powers every Vibe app. You do not need to build, host, or maintain any backend services.
What iblai.app provides:
- SSO Authentication -- OAuth-based login with session management, RBAC, and multi-tenant user isolation
- AI Agent Infrastructure -- create, configure, and serve AI agents with streaming responses, tool use, and RAG
- Analytics -- track user activity, conversation metrics, and engagement across your app
- Tenant Management -- each tenant gets its own users, agents, branding, and configuration
Vibe is designed to be built with AI. The @iblai/mcp server gives Claude Code deep knowledge of the ibl.ai platform, and the bundled skills guide you through every common task.
Add this to your .mcp.json at the project root:
{
"mcpServers": {
"iblai": {
"command": "npx",
"args": ["-y", "@iblai/mcp"]
}
}
}This gives your AI assistant access to:
get_component_info("ChatWidget") # Props, usage, examples for any component
get_hook_info("useAdvancedChat") # Hook parameters and return types
get_api_query_info("useGetUserMetadataQuery") # RTK Query endpoint details
get_provider_setup("auth") # Provider hierarchy and setup code
create_page_template("Dashboard", "mentor") # Generate a page following ibl.ai patterns
The scaffolded app ships with skills that teach Claude how to work with your codebase. Instead of reading docs, you tell Claude what you want and the skills provide the context:
| Skill | Description |
|---|---|
/iblai-auth |
Add SSO authentication (includes CLI installation guide) |
/iblai-chat |
Add AI chat widget |
/iblai-profile |
Add profile dropdown + settings page |
/iblai-account |
Add account/org settings page |
/iblai-analytics |
Add analytics dashboard |
/iblai-notification |
Add notification bell + center page |
/iblai-invite |
Add user invitation dialogs |
/iblai-workflow |
Add workflow builder components |
/iblai-component |
Overview of all components + app creation paths |
/iblai-onboard |
Design and build a high-converting onboarding questionnaire flow |
/iblai-landing |
Build a high-converting landing page using a 12-section conversion framework |
/iblai-build |
Build and run on desktop and mobile (iOS, Android, macOS, Windows) |
/iblai-screenshot |
Capture app store screenshots for web, iOS, and Android |
/iblai-test |
Test your app before showing work to the user |
/iblai-agent-search |
Add the agent search/browse page (starred, featured, custom, default) |
/iblai-agent-settings |
Add the agent Settings tab (name, visibility, copy, delete) |
/iblai-agent-access |
Add the agent Access tab (RBAC for editor and chat roles) |
/iblai-agent-api |
Add the agent API tab (API key management) |
/iblai-agent-datasets |
Add the agent Datasets tab (searchable dataset table with upload) |
/iblai-agent-disclaimers |
Add the agent Disclaimers tab (user agreement and advisory) |
/iblai-agent-embed |
Add the agent Embed tab (embed code, custom styling, shareable links) |
/iblai-agent-history |
Add the agent History tab (conversation history with filters and export) |
/iblai-agent-llm |
Add the agent LLM tab (model provider selection) |
/iblai-agent-memory |
Add the agent Memory tab (enable/disable memory and manage memories) |
/iblai-agent-prompts |
Add the agent Prompts tab (system prompts and suggested prompts) |
/iblai-agent-safety |
Add the agent Safety tab (moderation prompts and flagged content) |
/iblai-agent-tools |
Add the agent Tools tab (enable/disable agent tools) |
Skills are in skills/ (symlinked to .claude/skills/). Read them, extend them, or write your own.
| Feature | Web | macOS | Windows/Surface | iOS | Android |
|---|---|---|---|---|---|
| SSO Authentication | Yes | Yes | Yes | No | No |
| AI Chat | Yes | Yes | Yes | Yes | Yes |
| User Profile | Yes | Yes | Yes | Yes | Yes |
| Account Settings | Yes | Yes | Yes | Yes | Yes |
| Analytics Dashboard | Yes | Yes | Yes | Yes | Yes |
| Notifications | Yes | Yes | Yes | Yes | Yes |
iOS & Android SSO limitation: Mobile WebViews use a non-standard user-agent that SSO providers reject. Completing the OAuth flow requires a system browser popup (ASWebAuthenticationSession on iOS, Chrome Custom Tabs on Android). This is not yet implemented -- mobile users must authenticate via another method for now.
One-click deploy. Connect your repo, set your environment variables, and push.
vercel --proddocker build -t my-vibe-app .
docker run -p 3000:3000 my-vibe-appBuild native apps for macOS, Windows, Linux, iOS, and Android:
iblai add builds # Add Tauri support
iblai builds build # Desktop build for current platform
iblai builds ios init # iOS project setup
iblai builds ci-workflow --all # GitHub Actions for all platforms- mentorAI -- Production AI mentor platform with streaming chat, voice calls, screen sharing, analytics, RBAC, and Stripe billing
- iblai-app-cli -- the CLI that scaffolds Vibe apps
- @iblai/iblai-js -- unified SDK for data, UI components, and auth utilities
- @iblai/iblai-api -- auto-generated API types
- @iblai/mcp -- MCP server for AI-assisted development
- skills.sh/iblai/vibe -- install skills with
npx skills add iblai/vibe - Skills Reference -- documentation for all bundled Claude Code skills
MIT -- ibl.ai
