Want to try fastn for your company's website?
Book a Demo

Deploying On Heroku

To deploy fastn on Heroku you can use our official fastn-stack/heroku-buildpack:
heroku config:add BUILDPACK_URL=https://github.com/fastn-stack/heroku-buildpack.git
Lang:
sh
You will have to launch fastn from your Procfile:
web: fastn serve --port $PORT --bind 0.0.0.0
Lang:
Procfile