Skip to content

hudgeon/fh-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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
Fly.io 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.

About

Deployment examples for FastHTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.2%
  • Dockerfile 16.4%
  • Procfile 1.4%