Glass Keep
Keep-style self-hosted notes app with glassmorphism UI
Glass Keep is a Keep-style notes application that combines a glassmorphism UI with a Vite + React frontend and a small Express API backed by SQLite. It targets self-hosting use and can be run via Docker or as a local dev server.
Key Features
- Markdown notes with headings, code blocks and formatted text
- Checklists with drag-reorder and inline toggles
- Image attachments (client-side compression), thumbnails and fullscreen viewer
- Drawing/handwritten notes with brush controls
- Tags as chips, per-note color themes, pin/unpin and grid layout
- Real-time collaboration (checklists and note co-editing), conflict resolution
- Auth (username/password), secret recovery key, admin panel and user management
- PWA support, import/export (JSON, Google Keep import), per-note .md download
- Docker image and a single-file SQLite backend for quick deployment
Use Cases
- Personal note-taking with Markdown and images for users who prefer self-hosting
- Shared lists and collaborative checklists for small teams or households
- Lightweight, installable PWA for mobile/desktop note access without third-party cloud
Limitations and Considerations
- Uses SQLite (better-sqlite3) as a single-file database which simplifies setup but limits horizontal scaling and multi-node deployments
- PWA behavior and some UI nuances can vary by browser and platform; testing required for target devices
Glass Keep is a focused, practical alternative to cloud note services for users who want markdown, media attachments and collaborative lists while keeping full control of their data. It is distributed as source (GitHub) and a Docker image for straightforward self-hosting.
Categories:
Tags:
Tech Stack:
Similar Services

AppFlowy
Open-source collaborative workspace and Notion alternative
Open-source, privacy-focused collaborative workspace for notes, databases, kanban boards and AI-assisted writing; desktop, mobile and web clients with local-first storage...

AFFiNE
Open-source, local-first knowledge workspace for docs, whiteboards and databases
All-in-one, privacy-focused workspace that merges docs, whiteboards and databases with real-time collaboration and multimodal AI assistance.

Memos
Privacy-first self-hosted note-taking and knowledge base
Memos is a lightweight, privacy-first self-hosted note-taking service with Markdown, fast search, and sharing features for personal notes, wikis, and team knowledge.


Joplin
Offline-first note-taking app with end-to-end encrypted sync
Joplin is an offline-first, privacy-focused note and to-do app with end-to-end encryption, Markdown support, web clipping, and sync across desktop and mobile.

SiYuan
Privacy-first block-based personal knowledge management app
Open-source, block-oriented personal knowledge manager with Markdown WYSIWYG, block-level two-way links, encrypted sync, Docker deployment and AI integrations.


Logseq
Privacy-first knowledge management and collaboration platform
Logseq is a privacy-first, open-source knowledge management app for networked notes, tasks, and collaboration using local Markdown or Org-mode graphs.
Express
Docker
React
Node.js
Tailwind CSS