Markdown
2026
Markdown is a simple collaborative markdown editor on the web. Documents are end-to-end encrypted and stored locally in the browser.
I was looking for a collaborative Markdown editor, but all the ones I found were ugly... they split the editor from the rendered doc. I wanted an Obsidian style editing w/ collaboration, and Notion felt too heavy.
I learned about CRDTs, encryption protocols, and browser internals. It also surfaced some fun distributed systems problems that I had to design around.