Interested in an on-premise deployment or AI transformation? Call or text 📞 (571) 293-0242
Back to Updates

App CLI: Scaffold Production-Ready AI Applications

ibl.ai EngineeringMarch 10, 2025

Interactive CLI for generating Next.js 15 applications with chat interfaces, authentication, and full ibl.ai SDK integration. Supports AI-assisted customization.

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