Website: https://deepnotes.app
DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration.
- Infinite canvases: Free yourself from the big wall of text.
- Deep page nesting: Explore concepts in all their complexity.
- End-to-end encryption: Keep your notes well protected.
- Realtime collaboration: Create groups to collaborate with your team.
- Flexible note system: Organize your notes in whatever way you want.
- Lifelong storage: Never lose your notes ever again.
git clone https://github.com/DeepNotesApp/DeepNotes && cd DeepNotes && cp template.env .env && pnpm install && pnpm run repo:build && docker-compose up -d
(On Windows, use WSL or Git Bash to run the commands above)
- Run
pnpm run dev
to start the backend servers. - Run one of these commands to start the frontend server:
pnpm run dev:spa
to start the Single Page Application app.pnpm run dev:ssr
to start the Server Side Rendered app.pnpm run dev:electron
to start the Electron app.pnpm run dev:android
to start the Android app (requires Android Studio).pnpm run dev:ios
to start the iOS app (requires Xcode).
(If you use SPA or SSR, you must access the app through http://localhost:60379
by default. Other URLs won't work. You can configure the host and ports in the .env
file.)