Hi OpenResty users, I wanted to use my favorite web server for a little personal project, unfortunately there are no cheap hosted solution for OpenResty. Here is a little tutorial to deploy an "hello world" using OpenResty on the heroku cloud under 10 minutes with no heroku knowledge : https://github.com/mtourne/heroku-openresty-helloworld Thanks to leafo's [1] heroku buildpack. I barely had to know anything on how to deploy LuaJIT, luarocks, or OpenResty. Oh and the best part, so far this has cost me 0$ Happy hacking,Matthieu. [1] http://leafo.net/ .