Docs
Introduction
Quickstart Guide
Get up and running with AICraft Studio in less than 5 minutes.
1. Install the CLI
Use our command-line tool to initialize your project and pull the latest UI components.
npm install -g @aicraft/cli
2. Initialize Project
Run the init command inside your Next.js directory. This will set up the theme and global styles.
aicraft init
3. Add a Studio Tool
You can add specific tools (Chat, Image, Audio) as needed. This will generate the necessary routes and components.
aicraft add chat-studio
Next Steps
Now that you've initialized your project, head over to the authentication guide to connect your user database.
On this page
- Introduction
- Core Concepts
- Features
- Architecture
Pro Tip
Use our Command Line Tool to generate UI components directly from your terminal.