
DailyTxT
Encrypted diary and journal web application
DailyTxT is a self-hosted encrypted diary and journal web application that encrypts user data before writing it to server storage. It provides a responsive web UI with a markdown editor, file attachments, tagging and search while keeping each account's data encrypted with per-user keys.
Key Features
- Client-side encryption workflow using ChaCha20-Poly1305 for stored data and Argon2id for deriving keys
- Per-user encryption keys and backup-key mechanism for password recovery; admin cannot read user plaintext
- Markdown editor with live preview and custom entry templates
- Encrypted file uploads (images automatically detected) with a 500 MB per-file limit
- Full-text server-side search across entries, tags and filenames
- Tagging, calendar navigation, read/distraction-free mode and per-user statistics (GitHub-like activity graph)
- Export entries (including uploaded files) to HTML and data stored as JSON files (no external database required)
- Multi-user support with an admin panel for user management and temporary open registration
- Responsive design and PWA support for mobile/home-screen installation
Use Cases
- Personal encrypted journaling where entries and attachments are stored encrypted on a self-hosted server
- Small teams, families or groups needing separate user accounts with per-account encryption and admin-managed access
- Portable, long-term archival of journal data stored as readable JSON files and exportable to HTML
Limitations and Considerations
- Search requires server-side access to decrypted data for indexing; the project does not provide full end-to-end searchable encryption
- Data is stored as JSON files rather than a database; this favors portability but may affect scaling and performance for very large installations
- Authentication stores a derived key in an http-only cookie for API calls; administrators should follow best practices for TLS and host hardening
DailyTxT is focused on privacy-minded journaling with practical features like search, attachments and export while keeping user data encrypted at rest. It is suitable for users who want a portable, self-hosted diary with per-account encryption and straightforward deployment via Docker.
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.
JavaScript
Go
HTML
Docker
SCSS
Svelte
Node.js