Deploy your MXBolt projects to various hosting platforms with one click.
Deploy Next.js, React, and other frameworks. Zero-config deployments with automatic HTTPS.
Static site hosting with continuous deployment from Git repositories.
Edge-deployed static sites with Workers integration and global CDN.
Free static hosting directly from your GitHub repository.
Complete your project in MXBolt and ensure it builds without errors.
Use the built-in Git integration to push your code to GitHub or GitLab.
Import your repository on your chosen hosting platform. Most platforms auto-detect framework settings.
Your site will be built and deployed automatically. Future pushes trigger redeployments.
Download your project files and deploy manually:
cd my-projectnpm installnpm run build# Upload the 'dist' folder to your hosting providerTo self-host the MXBolt platform:
docker build -t mxbolt .docker compose -f docker-compose.agents.yaml up -dEnvironment Variables: Set ADMIN_PASSWORD to secure your admin panel. API keys can be configured through the UI or via environment variables.