Host applications from anywhere using Cloudflare Tunnels - no port forwarding, no dynamic DNS, just one line of code.
from hostify import Host
Host(
domain="app.example.com",
port=3000
).serve()
Use your own domain or subdomain. No ugly URLs, just professional hosting.
Automatic SSL certificates via Cloudflare. Secure by default.
Old PCs, home servers, laptops - turn any machine into a production server.
One line of code to go live. No complex configuration needed.
Automatically restarts on connection issues. Your site stays online.
Ctrl+C cleans everything. No leaked tunnels or DNS records.
You're currently viewing a static website hosted using the hostify library.
pip install hostify
Create a token with Tunnel, DNS, and Zone permissions
export CF_API_TOKEN="your_token"
Host(domain="app.example.com", port=3000).serve()