Slugex - Simple webhost for experimentation built on elixir, Feedback please

Hi Guys, I built a simple webhost to allow deploying experimentatl websites via the terminal. It is built using Phoenix and Elixir. Would love your feedback :slight_smile:

You can check it out here: https://slugex.com/

A little info about the stack:

  1. Phoenix json api app with a single html page without any js.
  2. Nginx reverse proxy (This is mainly because I have a bunch of other apps running on the same server)
  3. Postgresql database
  4. Proquint (Proquint — Proquint v1.0.2). A proquint elixir implementation I wrote for getting pronounceable ids.
  5. Distillery for release management.
3 Likes