Skip to main content

Overview

Compyle makes it easy to take your project from the editor to a live production environment. A dedicated Deployment Agent handles the heavy lifting, ensuring your application is optimized and secure.
Exclusive Feature
Deployments are currently available for paying users. 🚀

How to deploy

Click the Deploy button in any task. A Deployment Agent will help package your app, audit your Dockerfile (or create one), and confirm details like your URL slug. Your live URL: https://<your-slug>.run.compyle.ai

Supported projects

Currently, deployments are optimized for single Dockerfile setups.
  • Fullstack Apps: Next.js, Django, Nuxt, etc.
  • Background Services: Discord bots, CRON workers, or specialized APIs.
Best for Monorepos
This setup is ideal for repositories where the entire application (frontend + backend) lives in a single environment.

Changing Deployment Name

You can change your deployment name in Project Settings under the Deployment Section. Compyle will redeploy your website with the new name.

FAQ

No problem! The Deployment Agent will analyze your project and generate a production-ready Dockerfile for you.
Yes, you can confirm and customize your slug with the agent during the deployment process.
Agent Can auto detect port from your dockerfile