Quickstart Guide
This guide will help you get ChatterMate up and running quickly using our CLI tool.Quick Start with CLI (Recommended)
The fastest way to get ChatterMate running is with our CLI tool:1
Install CLI
Install the ChatterMate CLI globally:
2
Create Project
Initialize a new ChatterMate project:
3
Start Services
Start all services with Docker:
4
Access Dashboard
Open your browser and visit:
- Frontend Dashboard:
http://localhost/
- Backend API:
http://localhost:8000
- API Documentation:
http://localhost:8000/docs
CLI Commands
Manual Installation
If you prefer to set up ChatterMate manually or need custom configuration:Backend Setup
Frontend Setup
Database Setup
1
Create Database
Create a PostgreSQL database and enable the vector extension:
2
Run Migrations
Apply the database migrations:
Running the Application
Verify Installation
- Open your browser and navigate to
http://localhost:8000/docs
to view the API documentation - Visit
http://localhost/
to access the web interface (CLI) orhttp://localhost:3000
(manual setup) - Try sending a test message in the chat widget
Next Steps
Setup Organization
Setup new organization
Configure AI
Configure AI provider
Customize AI Agent
Customizing AI agent
Knowledge Base
Adding knowledge to AI agent
Testing
Testing AI agent
Widget Integration
Adding chat widget to the website
Human Agents
Adding Human Agent
Roles & Permissions
Managing Roles and Permission
Chat Management
Managing Customer chat and Taking over chat