Last updated

Vibe

Ship AI-powered apps fast. Backend included.

Source: github.com/iblai/vibe

Developer


Quick Start

Install Skills

Add ibl.ai skills to any project with one command:

npx skills add iblai/vibe

ibl.ai App Template

Get a complete app with auth, AI chat, profiles, and more in one command:

npx @iblai/cli 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 dev

Open 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.


What is Vibe

A developer toolkit for vibe coding with the ibl.ai platform. Vibe gives you a production-ready scaffold powered by the @iblai/cli command line tool, 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 (platform hosting, your own container, or a static host), desktop (macOS/Windows/Linux), and mobile (iOS/Android) via Tauri v2

How It Works

  1. Scaffold -- run npx @iblai/cli startapp agent to generate a full Next.js app with auth, AI chat, profiles, and more
  2. Connect -- your app connects to iblai.app (or your own tenant) for authentication, AI agents, and data
  3. Customize -- use Claude Code skills to add features, swap components, and adjust business logic
  4. Deploy -- ship through the platform's hosting API, run it in your own container, or package it with Tauri

What You Get

FeatureDescription
AuthenticationSSO login via iblai.app -- no token management, session handling built in
AI ChatStreaming chat with ibl.ai agents, markdown rendering, conversation history
User ProfileEditable profile page with avatar, bio, and preferences
Account SettingsPassword changes, notification preferences, connected services
Analytics DashboardUsage metrics, conversation stats, and user activity
NotificationReal-time notification system with read/unread state
Desktop & MobileTauri v2 integration for macOS, Windows, Linux, iOS, and Android
AI Development SkillsClaude Code skills that walk you through adding and customizing every feature

Skills

After installing the skills, use them directly in your AI agent with / commands.

Project and operations

SkillDescription
/iblai-vibe-ops-initStart a new ibl.ai project and write the project CLAUDE.md
/iblai-vibe-scaffoldScaffold a new app, or add ibl.ai features to an existing Next.js project
/iblai-vibe-componentAdd an ibl.ai component or feature to your app
/iblai-vibe-ops-testAdd Vitest/Playwright tests and run the verification pass before showing work
/iblai-vibe-ops-buildBuild and run on desktop and mobile (iOS, Android, macOS, Windows)
/iblai-vibe-ops-deployDeploy to ibl.ai hosting, a container, or a static host
/iblai-vibe-ops-releaseGenerate the Makefile and Fastlane config to submit to the App Store and Google Play
/iblai-vibe-ops-upgradeUpgrade the @iblai/iblai-js SDK and the vibe skills to the latest versions
/iblai-vibe-windows-msixPackage a Tauri build as a Windows MSIX for sideloading or the Microsoft Store
/iblai-vibe-iconographyGenerate every app-icon size for desktop and mobile builds from one source image
/iblai-vibe-readmeWrite or refresh the README

App features

SkillDescription
/iblai-vibe-authAdd ibl.ai SSO authentication to a vanilla Next.js app
/iblai-vibe-agent-chatAdd the in-process Chat surface (message stream, canvas, file attach, voice, prompts)
/iblai-vibe-agent-chat-sidebarWrap Chat with the SDK sidebar -- projects, pinned and recent messages
/iblai-vibe-projectAdd the Projects surface (chat input, project files, instructions, assigned agents)
/iblai-vibe-profileAdd the profile dropdown and settings page
/iblai-vibe-accountAdd the account and organization settings page
/iblai-vibe-navbarAdd a responsive navbar with logo, links, notification bell, and profile dropdown
/iblai-vibe-notificationAdd the notification bell and notification center page
/iblai-vibe-analyticsAdd the analytics dashboard page
/iblai-vibe-inviteAdd user invitation dialogs
/iblai-vibe-workflowAdd workflow builder components
/iblai-vibe-onboardDesign and build a high-converting onboarding questionnaire flow
/iblai-vibe-creditAdd the ibl.ai credit balance widget
/iblai-vibe-billingAdd the tenant Billing surface (plan and credits, workspace spend limit, agent limits)
/iblai-vibe-memoryAdd the tenant Memory admin surface (every user's global memories, every agent's memories)
/iblai-vibe-historyAdd the profile History surface (a user's own conversations, with filters and exports)
/iblai-vibe-local-llmWire on-device LLM inference (Ollama) into a Next.js + Tauri desktop build
/iblai-vibe-rbacBuild and audit role-based access control -- roles, policies, action definitions
/iblai-vibe-credentialRBAC setup that lets a token list and unmask integration credentials
/iblai-vibe-course-accessAdd course-content pages (edX user UI)
/iblai-vibe-course-createDrive the Course Creation API end to end -- outline, units, review, publish
/iblai-vibe-crm-overviewReference and index for the Platform-scoped CRM API and its workflow skills

Agent tabs

SkillDescription
/iblai-vibe-agent-searchAdd the agent search/browse page (starred, featured, custom, default)
/iblai-vibe-agent-settingAdd the agent Settings tab (name, description, visibility, copy, delete)
/iblai-vibe-agent-accessAdd the agent Access tab (RBAC for editor and chat roles)
/iblai-vibe-agent-apiAdd the agent API tab (API key management)
/iblai-vibe-agent-auditAdd the agent Audit tab (who changed what and when, with filters)
/iblai-vibe-agent-datasetAdd the agent Datasets tab (searchable dataset table with upload)
/iblai-vibe-agent-disclaimerAdd the agent Disclaimers tab (user agreement and advisory)
/iblai-vibe-agent-embedAdd the agent Embed tab (embed code, custom styling, shareable links)
/iblai-vibe-agent-evalsAdd the agent Evals tab (benchmarks, LLM-as-Judge reviews, manual scores, CSV export)
/iblai-vibe-agent-graderAdd the agent Grader tab (rubric grading, criteria table, results with LMS-synced overrides)
/iblai-vibe-agent-historyAdd the agent History tab (conversation history with filters and export)
/iblai-vibe-agent-llmAdd the agent LLM tab (model provider selection)
/iblai-vibe-agent-ltiAdd the agent LTI tab (LTI 1.3 launch toggle, links, signing keys, tools, endpoints)
/iblai-vibe-agent-mcpAdd the agent MCP tab (featured and custom connectors, OAuth, add/edit dialogs)
/iblai-vibe-agent-memoryAdd the agent Memory tab (enable/disable memory and manage memories)
/iblai-vibe-agent-privacyAdd the agent Privacy tab (PII detection with redact/mask/block actions)
/iblai-vibe-agent-promptAdd the agent Prompts tab (system prompts and suggested prompts)
/iblai-vibe-agent-safetyAdd the agent Safety tab (moderation prompts and flagged content)
/iblai-vibe-agent-sandboxAdd the agent Sandbox tab (Claw instance management and agent prompt configuration)
/iblai-vibe-agent-skillsAdd the agent Skills tab (Agent Skills catalog, per-agent assignment, private skills, file resources, and the chat / skill picker)
/iblai-vibe-agent-taskAdd the agent Tasks tab (schedule automated periodic tasks with run logs)
/iblai-vibe-agent-toolAdd the agent Tools tab (enable/disable agent tools)
/iblai-vibe-agent-supportAdd the agent Support tab (ticket inbox, availability toggle, filters, replies)
/iblai-vibe-agent-voiceAdd the agent Voice tab (voice source, voice picker, voice instructions, and call configuration)
/iblai-vibe-agent-billingAdd the agent Billing tab (per-agent and per-user LLM spend caps with usage bars and enforcement)

Monetization

SkillDescription
/iblai-vibe-monetizationReference and index for item-level monetization (Stripe Connect, paywalls, tiers)
/iblai-vibe-monetization-onboardBuild the Stripe Connect Express onboarding surface and payment-readiness gate
/iblai-vibe-monetization-configureBuild the admin monetization tab -- paywall settings and per-item pricing tiers
/iblai-vibe-monetization-checkoutBuild the paywall modal, access-check gate, and Stripe checkout (including guest buy)
/iblai-vibe-monetization-subscriptionBuild the user Purchases tab -- list, detail, and cancel
/iblai-vibe-monetization-analyticsBuild revenue dashboards, subscriber lists, and paywall overviews
/iblai-vibe-monetization-app-paywallGate a whole app behind Stripe using the tenant's own key

Design and code quality

SkillDescription
/iblai-vibe-designDesign, critique, and polish frontend interfaces against the ibl.ai design system
/iblai-vibe-deslopAudit and harden an existing codebase for production readiness

Security

SkillDescription
/iblai-vibe-security-owasp-auditAudit application source against the OWASP Top 10
/iblai-vibe-security-dependency-auditAudit dependencies and frameworks for known CVEs and supply-chain risk
/iblai-vibe-security-cloud-auditAudit AWS, GCP, and Azure for misconfigurations and excessive permissions
/iblai-vibe-security-prompt-injectionAudit AI features for prompt injection and agent permission-boundary flaws
/iblai-vibe-security-incident-triageTriage a security incident following NIST SP 800-61
/iblai-vibe-security-reconStructured reconnaissance and attack-surface enumeration for authorized tests
/iblai-vibe-security-osint-reconCorrelate open source intelligence for authorized investigations
/iblai-vibe-security-disk-forensicsAnalyze disk images and file systems for evidence recovery

Skills are in skills/ (symlinked to .claude/skills/). Read them, extend them, or write your own.


Add to Existing Apps

Already have a project? Install the skills and let your AI agent add features:

npx skills add iblai/vibe

Then 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 bell

CI/CD

Use --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.local

The iblai Backend

iblai.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

AI-Assisted Development

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.

MCP Server

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", "agent")   # Generate a page following ibl.ai patterns

Platform Capabilities

FeatureWebmacOSWindows/SurfaceiOSAndroid
SSO AuthenticationYesYesYesNoNo
AI ChatYesYesYesYesYes
User ProfileYesYesYesYesYes
Account SettingsYesYesYesYesYes
Analytics DashboardYesYesYesYesYes
NotificationsYesYesYesYesYes

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.


Deploy Anywhere

Platform hosting (default)

/iblai-vibe-ops-deploy ships the app through the ibl.ai platform's own hosting API. The platform holds the hosting credential for your tenant, so the only configuration you need is the DOMAIN, PLATFORM, and TOKEN already in iblai.envno third-party hosting account, token, or CLI. The skill zips the app, posts it to the hosting endpoint, and polls until the build is ready; redeploying is the same call with the same project slug.

Your own infrastructure

When the app has to run where you control it — your own server, on-premise, Kubernetes, Cloud Run, or air-gapped — deploy it as a container. The same skill covers this path, and a project that already carries a Dockerfile deploys the way it already deploys.

docker build -t my-vibe-app .
docker run -p 3000:3000 my-vibe-app

A static host is the third option, for an app with no server-side runtime at all.

Where deployment is a data-residency or compliance decision rather than a convenience one, the choice belongs to the organization — the tooling supports all three targets equally.

Tauri (Desktop & Mobile)

Build 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

/iblai-vibe-ops-build covers signed and notarized macOS and Windows release builds; /iblai-vibe-ops-release generates the Makefile and Fastlane configuration for submitting to the Apple App Store and Google Play, and /iblai-vibe-windows-msix packages a build as a Windows MSIX for sideloading or the Microsoft Store.


Resources

Copyright © ibl.ai | support@iblai.zendesk.com