Back to Documentation

Deployment

Deploy your MXBolt projects to various hosting platforms with one click.

Supported Platforms

Vercel

Deploy Next.js, React, and other frameworks. Zero-config deployments with automatic HTTPS.

Netlify

Static site hosting with continuous deployment from Git repositories.

Cloudflare Pages

Edge-deployed static sites with Workers integration and global CDN.

GitHub Pages

Free static hosting directly from your GitHub repository.

Deploying from MXBolt

1

Build Your Project

Complete your project in MXBolt and ensure it builds without errors.

2

Push to Git

Use the built-in Git integration to push your code to GitHub or GitLab.

3

Connect to Platform

Import your repository on your chosen hosting platform. Most platforms auto-detect framework settings.

4

Deploy

Your site will be built and deployed automatically. Future pushes trigger redeployments.

Manual Deployment

Download your project files and deploy manually:

# Download from MXBolt, then:
cd my-project
npm install
npm run build
# Upload the 'dist' folder to your hosting provider

Deploying MXBolt Itself

To self-host the MXBolt platform:

# Build the Docker image
docker build -t mxbolt .
# Run with Docker Compose
docker compose -f docker-compose.agents.yaml up -d

Environment Variables: Set ADMIN_PASSWORD to secure your admin panel. API keys can be configured through the UI or via environment variables.

Need Help?

Check the FAQ
Powered by Miracuves
Powered by Miracuves