---
title: "App CLI: Scaffold Production-Ready AI Applications"
slug: "app-cli-frontend-scaffolding"
date: "2025-03-10"
tag: "Application"
summary: "Interactive CLI for generating Next.js 15 applications with chat interfaces, authentication, and full ibl.ai SDK integration. Supports AI-assisted customization."
author: "ibl.ai Engineering"
repo: "iblai/iblai-app-cli"
---

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

```bash
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
