Back to Documentation

Quick Start Guide

Get MXBolt up and running in 5 minutes

1

Install Prerequisites

You'll need Node.js (v18+) and pnpm installed on your system.

# Check Node.js version
node --version
# Install pnpm
npm install -g pnpm
2

Clone the Repository

git clone https://github.com/mxbolt/mxbolt.git
cd mxbolt
3

Install Dependencies

pnpm install

This may take a few minutes depending on your internet connection.

4

Configure API Keys

Copy the example environment file and add your API keys:

cp .env.example .env.local

Then edit .env.local and add your preferred AI provider API keys:

OPENAI_API_KEY=your_key_here
ANTHROPIC_API_KEY=your_key_here
# Add more providers as needed

💡 You can also configure API keys directly in the app settings after starting.

5

Start MXBolt

pnpm run dev

Open http://localhost:5173 in your browser.

Powered by Miracuves
Powered by Miracuves