OpenAltFinder
Many Notes

Many Notes

A Markdown note-taking web application designed for simplicity with vaults, collaboration, and PWA support.

Open source alternative to:

Many Notes is a Markdown note-taking web application designed for simplicity. Easily create or import your vaults and organize your thoughts right away. It uses a database to power its features, but your files are also saved in the filesystem, giving you full control over your vault structure and ensuring easy access and portability.

Vaults are simply storage containers for your files, and Many Notes lets you choose to keep all your files in one vault or organize them into separate vaults. The app supports multiple users, OAuth authentication, real-time collaboration with live-updating interfaces, and an advanced Markdown editor with automatic saving. Additional features include links, backlinks, tags for note organization, export to PDF, import/export vaults for backup, and a Progressive Web App experience for a native app-like feel.

Frequently Asked Questions

What kind of app is Many Notes, and how is it different from Notion?

Many Notes is a self-hosted markdown notes web app built around the concept of "vaults" — folders of plain .md files. It is MIT-licensed, written in PHP with a Vue frontend, and backed by Typesense for search. Unlike Notion, there is no proprietary block storage; notes live on disk and remain fully portable and git-/rsync-friendly.

Can I share and collaborate on notes in Many Notes?

Yes — Many Notes supports multiple users with authentication, including OAuth providers for federated login. You can invite other users to access specific vaults, and a real-time broadcasting layer keeps the UI in sync across collaborators. Each user can also maintain multiple vaults to separate work, personal, and project contexts.

How does search work, and can I migrate notes in?

Search is powered by Typesense, giving you fast, typo-tolerant full-text search across vaults. Notes are written in Markdown with automatic saving, links/backlinks, tags, and templates, and you can import or export entire vaults as plain files for backup or migration. PDF export is also available for individual notes.

What's the license and self-hosting story for Many Notes?

Many Notes is MIT-licensed and ships as a Docker image (brufdev/many-notes:latest) deployable via docker compose. The default setup uses named Docker volumes for the SQLite database, logs, private files, and the Typesense index. The README recommends running it behind an HTTPS reverse proxy to unlock PWA install and clipboard-from-code-block support.

Visit Many Notes
OpenAltFinder Score
79
License
MIT
Self hostable
Yes
Repository details
Version
v0.16.2
Created
7/9/2024
Stars
1,047
Forks
44
Open issues
11
Last commit
8/24/2026

Updated 8/24/2026, 11:00:37 PM

View Repository
Repository activity
Sponsor Many Notes

Sponsor Many Notes on GitHub Sponsors

https://github.com/sponsors/brufdev

Similar open source alternatives