Show HN: A free, open-source replacement for Evernote (and paid note takers)(everfree.vercel.app)
everfree.vercel.app
Show HN: A free, open-source replacement for Evernote (and paid note takers)
https://everfree.vercel.app/
1 コメント
It's funny to see this article (LLM Smells - https://shvbsle.in/various-llm-smells/) and then see that exact button type on this article.
Hence I built a feature-identical (almost) EverNote replacement which does the main things I need – taking notes, syncing across devices, searching within notes.
EverFree is always free and open source. It imports your existing Evernote notes and converts to markdown.
Backend data is hosted on Github on your own repo. So its always belongs to you
Frontend is hosted on a vercel app. No hosting fees.
You are welcome to self host as well. Here’s the github repo: https://github.com/adi2907/everfree
Downloadable DMG in case you just want to run it directly: https://github.com/adi2907/everfree/releases/download/v1.0.0...