MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes

github.com/DeepNotesApp/DeepNotes @v1.0.25

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.25 ↗ · + Follow
1,304 symbols 4,612 edges 556 files 2 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DeepNotes

Website: https://deepnotes.app

DeepNotes is an open source, end-to-end encrypted infinite canvas tool with deep page nesting and realtime collaboration.

Why DeepNotes?

  • 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.

Development

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)

  1. Run pnpm run dev to start the backend servers.
  2. Run one of these commands to start the frontend server:
  3. pnpm run dev:spa to start the Single Page Application app.
  4. pnpm run dev:ssr to start the Server Side Rendered app.
  5. pnpm run dev:electron to start the Electron app.
  6. pnpm run dev:android to start the Android app (requires Android Studio).
  7. 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.)

Special thanks to these libraries for making DeepNotes possible:

  • Vue.js: Reactivity, component system, and more
  • Quasar Framework: Cross-platform frontend framework
  • Yjs: Realtime collaboration
  • Tiptap: Rich text editor
  • KeyDB and Redis: Scalable shared memory and communication
  • And many more...

Extension points exported contracts — how you extend this code

IKeyring (Interface)
(no doc) [6 implementers]
packages/@stdlib/crypto/src/keyrings/keyring.ts
IPageRegion (Interface)
(no doc) [4 implementers]
apps/client/src/code/pages/page/regions/region.ts
IGroupRole (Interface)
(no doc)
packages/@deeplib/misc/src/roles.ts
WebSocket (Interface)
(no doc)
apps/collab-server/src/types/ws.d.ts
ProcessEnv (Interface)
(no doc)
apps/app-server/src/env.d.ts
RealtimeCommand (Interface)
(no doc)
apps/realtime-server/src/sockets.ts
ProcessEnv (Interface)
(no doc)
apps/manager/src/types/env.d.ts
Wrappable (Interface)
(no doc) [5 implementers]
packages/@stdlib/crypto/src/wrapped-data.ts

Core symbols most depended-on inside this repo

once
called by 155
packages/@stdlib/misc/src/utils.ts
hget
called by 127
apps/client/src/code/realtime/client.ts
sub
called by 116
packages/@stdlib/misc/src/vec2.ts
get
called by 91
packages/@stdlib/data/src/data-abstraction.ts
patch
called by 79
packages/@stdlib/data/src/data-abstraction.ts
modsMatch
called by 61
apps/client/src/code/utils/misc.ts
encrypt
called by 60
packages/@stdlib/crypto/src/keys/key-pair.ts
set
called by 59
packages/@stdlib/data/src/data-abstraction.ts

Shape

Function 613
Method 447
Class 145
Interface 91
Enum 8

Languages

TypeScript100%
Java1%

Modules by API surface

packages/@stdlib/data/src/data-abstraction.ts40 symbols
packages/@stdlib/misc/src/vec2.ts30 symbols
packages/@stdlib/crypto/src/keyrings/keyring.ts28 symbols
apps/client/src/code/pages/page/notes/note.ts23 symbols
packages/@stdlib/crypto/src/wrapped-data.ts22 symbols
packages/@stdlib/crypto/src/keyrings/symmetric-keyring.ts20 symbols
packages/@stdlib/crypto/src/keyrings/private-keyring.ts20 symbols
apps/client/src/code/utils/misc.ts20 symbols
apps/client/src/code/realtime/client.ts20 symbols
apps/client/src/code/pages/page/selection/selection.ts19 symbols
apps/client/public/argon2-bundled.min.js18 symbols
apps/realtime-server/src/sockets.ts17 symbols

For agents

$ claude mcp add DeepNotes \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact