An Open-Source Evernote Alternative That Runs on Cloudflare's Free Tier
If you've been clinging to Evernote for years, you know the feeling. The app you once loved has gotten heavier, noisier, and more expensive, and getting your own notes back out of it feels like a chore. You want the familiar three-pane layout, but you also want your data to be yours and your wallet to stay closed. EdgeEver is an open-source attempt to give you exactly that.
What It Does
EdgeEver is a notes and knowledge base workspace that revives the classic Evernote-style three-pane layout. It's built around an open data architecture and integrates with AI agents, with the goal of giving you both ownership of your data and some smart productivity on top.
The interesting part is where it runs. EdgeEver can operate entirely within Cloudflare's free quotas, so you don't need to buy a server or maintain a VPS. If you'd rather self-host, the same application can be deployed with Docker on a VPS, a NAS, or a home server. The whole stack is open source, including sync and self-hosting, which is a meaningful claim given how many "open" note apps keep their sync layer closed and paid.
Why It's Cool
The README is refreshingly blunt about the tradeoffs in the existing landscape, and that honesty is part of what makes the project worth a look.
-
It targets a real gap. Long-time Evernote users want something reliable, open, and fast, but the alternatives all come with strings. Evernote itself has gotten bloated with ads and features, with cumbersome exports and AI features locked behind subscriptions. Obsidian has open files but a closed-source core, paid official sync, and a flat-file scanning model that gets sluggish once you hit thousands of notes or heavy plugins. Memos and Stream Notes use social-timeline layouts that don't match a structured three-pane workflow. SiYuan and other block-based PKMs are powerful but impose cognitive overhead for quick capture and continuous writing, and they don't offer a true zero-cost serverless tier.
-
Zero-cost deployment is the headline. Running inside Cloudflare's free quotas means no server purchase and no VPS maintenance. That's a genuinely different posture from most self-hosted note apps, where the "free" version usually means you're paying for sync or hosting somewhere.
-
It's built for scale. The README claims it stays smooth and lightweight even with 10,000+ notes. That's the kind of number that matters if you've ever watched a local-file-based tool choke on a large vault.
-
AI agents are first-class, not an upsell. The project describes itself as AI-native and ships native AI agents, positioning that capability as part of the core rather than a costly subscription add-on.
-
The entire stack is open. Sync and self-hosting included. For people who've been burned by "open source" apps with proprietary backends, that's the detail that counts.
How to Try It
The fastest way to see what EdgeEver looks like is the live demo, and there are client downloads available for mobile and desktop use.
- Check out the live demo at https://demo.edgeever.org to get a feel for the three-pane workflow.
- Head to the repository at https://github.com/tianma-if/edgeever and read through the deployment options.
- If you want the zero-cost route, deploy it within Cloudflare's free tier. If you'd rather run it yourself, use Docker on a VPS, NAS, or home server.
- Grab a client from the client downloads section of the README for capture across your devices.
There's also a Telegram group linked in the README if you want to ask questions or follow along, and the project accepts sponsorship via Afdian.
Final Thoughts
EdgeEver isn't trying to be everything to everyone, and that's a strength. It's aimed squarely at people who liked the Evernote workflow but want open data, no ads, and no recurring bill for basic sync. The Cloudflare free-tier deployment is the most compelling angle here, since it removes the usual hosting cost that keeps casual users away from self-hosted tools. If you're a developer or tinkerer who wants a structured knowledge base you actually own, this is worth a look. If you need a polished, fully managed product with hand-holding support, you'll probably want to wait and see how the project matures.
Either way, it's a solid example of what the Cloudflare free tier makes possible, and a reminder that "free forever" doesn't have to mean "locked in."
Follow @githubprojects for more developer tools and open source projects.