Marked Notes

A website that allows you to write notes in Markdown and view them rendered as HTML.

Published on May 14, 2022

Reading time: 0 minutes.

Github

Built with


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.