Skip to content

SamoTech/notevo

Repository files navigation

Notevo

Notevo Logo

Notevo

Private encrypted notes β€” free forever.

The open-source, zero-knowledge successor to Laverna.
Built for 2026 with Next.js 15, TypeScript & AES-256-GCM encryption.

Live Demo Deploy with Vercel MIT License Open Issues Stars


DevLens Health Overall health: 82/100 β€” Last updated: 2026-04-14

Dimension Progress Score Weight
πŸ“ README Quality β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ 72 20%
πŸ”₯ Commit Activity β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100 20%
🌿 Repo Freshness β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100 15%
πŸ“š Documentation β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ 48 15%
βš™οΈ CI/CD Setup β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100 15%
🎯 Issue Response β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100 10%
⭐ Community Signal β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 10 5%

Improving the documentation score from its current 48/100 can significantly boost the overall health score of the DevLens repository.


Why Notevo?

Laverna was one of the best open-source encrypted note apps β€” 10k+ stars, beloved by the privacy community. It hasn't been updated since 2019 and has 438 open issues. Notevo is its spiritual successor: same zero-knowledge encryption philosophy, rebuilt for 2026 with a modern stack, active maintenance, and a promise to stay free forever.

No account required. No servers storing your notes. No ads. No paywalls. Ever.


Features

Feature Details
πŸ” AES-256-GCM Encryption PBKDF2 key derivation (100k iterations). Password never leaves your browser.
πŸ“ Full Markdown Editor Live split-pane preview. Bold, italic, headings, code, links β€” full syntax.
πŸ”– Tags & Notebooks Organize notes with tags. Instant filter and search across all content.
πŸ“¦ Import Laverna Backups Paste your old Laverna JSON export β€” all notes migrate in one click.
☁️ Optional Cloud Sync Supabase-backed sync (encrypted). Access from any browser.
πŸŒ™ Dark Mode System preference respected + manual toggle in the header.
πŸ“€ Export to Markdown Export any note or all notes as .md files. Your data, always portable.
⌨️ Keyboard Shortcuts N new note · Ctrl+F search · Esc close panels.
πŸ›‘οΈ Privacy First No analytics, no trackers, no ads.
πŸ› οΈ Self-Hostable MIT license. Deploy to Vercel, Netlify, or your own server in minutes.

Tech Stack

Layer Technology
Framework Next.js 15 (App Router) + TypeScript
Styling Tailwind CSS + CSS Custom Properties
Auth Supabase Auth (email/password)
Database Supabase Postgres + Row Level Security
Encryption Web Crypto API β€” AES-256-GCM + PBKDF2
Deployment Vercel (auto-deploy from main)

Quick Start

git clone https://github.com/SamoTech/notevo
cd notevo
npm install
cp .env.example .env.local

Add your Supabase credentials to .env.local:

NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
npm run dev

Open http://localhost:3000 β€” that's it.


Deploy to Vercel

Deploy with Vercel


License

MIT β€” fork it, self-host it, build on it, own it.


Built with ❀️ by Ossama Hashim · notevo-io.vercel.app

Free forever. Private by design.

About

πŸ” Private encrypted notes with Markdown support β€” spiritual successor to Laverna. Built with Next.js 15, Supabase, TypeScript & AES-GCM encryption.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors