This site is built using AdonisJS and is hosted on a raspberry pi on my home network.
The Raspberry Pi has a 1.2 GHz quad core processor with 1 GB of RAM.

This site is also a work in progress, below are some features I plan on adding in my spare time:
  • Define a global layout
  • Create a static home page
  • Add a site traffic page
  • Add a unique visitor count to the traffic page (functionality is there but request.ip() does not function as expected)
  • Switch to a more dynamic site where content is fetched from a sqlite db
  • Implement auth system and allow content updates to be made from the site itself


If you would like to view the source code for this site here is the github