# Hosting Kotlin applications using Coolify

DevFeed: [Hosting Kotlin applications using Coolify](<https://devfeed.tech/articles/hosting-kotlin-applications-using-coolify-38827.md>)

Original publisher: [Read original article](<https://lengrand.fr/hosting-kotlin-applications-using-coolify/>)

Author: Julien

Published: 2024-06-11T10:37:11Z

Content type: tutorial

Language: en

Sources: [Thoughts, stories and ideas.](<https://devfeed.tech/sources/thoughts-stories-and-ideas.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Ktor](<https://devfeed.tech/topics/ktor.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Server](<https://devfeed.tech/topics/server.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coolify](<https://devfeed.tech/tags/coolify.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [ktor](<https://devfeed.tech/tags/ktor.md>), [server](<https://devfeed.tech/tags/server.md>)

## AI overview

A tutorial showing how to deploy a Kotlin Ktor application with Coolify on a self-managed server. It covers creating a sample application, connecting Coolify to GitHub, configuring deployment, and using features such as auto-deploys, custom domains, and preview branches.

## Source excerpt

TL;DR : With Coolify you can host you Kotlin applications in seconds on your own server and benefit from auto deploys, custom domains, preview branches and more. You can see the code here, and access the sample here.