logo
icon

Many Notes

Many Notes is a self-hosted Markdown note-taking web application designed for simplicity. Organize notes into vaults, collaborate in real-time, and enjoy full-text search. Built with Laravel and SQLite, your notes are stored as plain .md files on disk.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-04-02
Services
service icon
Tags
ProductivityTool

Many Notes

A self-hosted Markdown note-taking web application designed for simplicity. Notes are stored as plain .md files, giving you full control and portability.

Getting Started

  1. Visit your domain — the login page appears
  2. Register an account — create your first user (first user becomes admin)
  3. Create a vault — organize your notes into vaults
  4. Start writing — use the Markdown editor with live preview

Default Configuration

  • SQLite database for metadata, notes stored as .md files on disk
  • Data persists in the /var/www/html/database/sqlite and /var/www/html/storage volumes
  • First registered user becomes the administrator

Key Features

  • Multiple users with individual vaults
  • Real-time collaborative editing
  • Full-text search powered by Typesense (embedded)
  • Tree view file explorer
  • Links, backlinks, and tags
  • Templates for quick note creation
  • Import/export vaults
  • Light and dark themes
  • Progressive Web App (PWA) support

License

MIT — GitHub