Why did I make this site?
I saw a couple of posts about applications for taking notes in markdown and being able to view them. I decided to make a web based version that I could use myself for free.
How does it work?
It uses Go and Chi for the server storing the data in a Postgres database. The frontend is a Vue app made using Vite. The whole project is hosted on Heroku in a single Docker container.