Deploy your web applications to production servers without complexity. FTL handles everything from server setup to SSL certificates.
🚀 Deploy with a single command
🔒 Automatic server security setup
🌐 Free SSL certificates included
📦 Database setup and management
♻️ Updates without downtime
🛠️ No DevOps expertise needed
# Simple configuration - just fill in your details
project:
name: my-website # Your project name
domain: mysite.com # Your domain name
email: [email protected] # Your email for SSL
# Your server details from your hosting provider
server:
host: 64.23.132.12 # Your server IP
user: deploy
ssh_key: ~/.ssh/id_rsa
# Your application
services:
- name: website
port: 3000 # Your app's port
# Need a database? Just add it here
dependencies:
- postgres:16
FTL helps developers deploy web applications to production servers. It automates all the complex parts of deployment that usually require DevOps expertise:
ftl deploy
That's it. FTL handles everything else - server setup, security, SSL, databases, and more.