> ## Documentation Index
> Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> What is Coolify?

Coolify is an all-in one PaaS that helps you to self-host your own applications, databases or services (like Wordpress, Plausible Analytics, Ghost) without managing your servers, also known as an **open-source & self-hostable Heroku / Netlify / Vercel alternative**.

## Features

<CardGroup cols={2}>
  <Card title="Any Language" icon="code">
    Coolify is compatible with a wide range of programming languages and
    frameworks, enabling you to launch static websites, APIs, backends,
    databases, services, and other types of applications.
  </Card>

  <Card title="Any Server" icon="server">
    You can deploy your resources to any server, including your own servers,
    VPS, Raspberry Pi, EC2, DigitalOcean, Linode, Hetzner
    (<a class="underline" href="https://coolify.io/hetzner" target="_blank">referral link</a>),
    and more. All you need is an SSH connection.
  </Card>

  <Card title="Any Use Case" icon="screwdriver-wrench">
    You can deploy your resources to a single server, multiple servers, or
    Docker Swarm clusters according to your requirements.

    <br />

    <br />

    (Support for Kubernetes is on the way!)
  </Card>

  <Card title="Push to Deploy" icon="git">
    Nowadays, Git integration is considered the norm. We provide integration
    with both hosted and self-hosted platforms like GitHub, GitLab, Bitbucket,
    Gitea, and others.
  </Card>

  <Card title="Free SSL Certificates" icon="lock">
    Coolify takes care of automatically setting up and renewing Let's Encrypt
    SSL certificates for your custom domains, so you can relax and not have to
    deal with it.
  </Card>

  <Card title="Automatic DB Backups" icon="database">
    Your data is automatically backed up to any S3 compatible solution, allowing
    you to easily restore it with just a few clicks if any problems occur.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Integrate into your CI/CD pipelines or create custom integrations using
    GitHub Actions, Gitlab CI, Bitbucket Pipelines, or any other CI/CD tool of
    your choice.
  </Card>

  <Card title="Powerful API" icon="square-code">
    Coolify offers a robust API that enables you to automate deployments, manage
    resources, and integrate with your current tools, providing limitless
    possibilities.
  </Card>

  <Card title="Collaborative" icon="people">
    Share your projects with your team members and work together on them. You
    can also control permissions and roles for each member.
  </Card>

  <Card title="Pull Request Deployments" icon="rocket">
    Automagically deploy new commits and pull requests separately to quickly
    review contributions and speed up your teamwork!
  </Card>

  <Card title="Server Automations" icon="robot">
    Once your server is connected, Coolify will handle numerous tasks
    automatically, allowing you to concentrate on your code.
  </Card>

  <Card title="Monitoring" icon="heart-pulse">
    Coolify will keep an eye on your deployments, servers, disk usage, and other
    aspects, and notify you if any issues arise.
  </Card>

  <Card title="Notifications" icon="bell">
    Coolify will notify you through your chosen channels like Discord, Telegram,
    and email in case of any events on your server or with your deployments.
  </Card>
</CardGroup>
