Skip to content

AnswerDotAI/fh-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fh-deploy

This repo contains deployment guides for the platforms listed below. Each guide contains a "hello world" style project which you'll setup on your local device before deploying it on the platform.

Platform Deployment Guide
HuggingFace guide
Railway guide
Replit guide
Vercel guide
Heroku guide
Droplet guide Docker + SSL guide
Fly.io guide
Coolify guide
Modal guide

If you would like to add a guide for another platform feel free to fork this repo and submit a PR.

Platform Agnostic Deployment

  • Uvicorn is the server used to run FastHTML apps. For general info on uvicorn deployments see this guide.
  • The Apache HTTP Server doesn't support ASGI deployments, which includes FastHTML. We suggest running uvicorn behind nginx or Caddy instead.