The ibl.ai App CLI is now available for scaffolding production-ready frontend applications. Run a single command to generate a complete Next.js 15 app with:
- Chat interface — Pre-built conversational UI components with streaming support
- Authentication — Login, registration, and session management out of the box
- ibl.ai SDK integration — Full platform SDK wired up and configured
- AI-assisted customization — Use Anthropic or OpenAI to customize the generated app via natural language
Quick Start
npx iblai-app-cli create my-app
cd my-app
npm run dev
The CLI walks you through configuration: platform URL, authentication method, default mentor, theme, and more. The output is a standard Next.js 15 + React 19 + TypeScript project — no vendor lock-in on the frontend.
Tech Stack
- Next.js 15 with App Router
- React 19
- TypeScript
- Tailwind CSS
- ibl.ai Platform SDK