A secure cross-platform note-taking application. Features end-to-end encryption for cloud sync and a modern React frontend.
- 📝 Markdown editor with live preview
- 🔄 Secure cloud synchronization
- 🔐 End-to-end encryption
- 🌙 Dark/Light mode
- 💾 Automatic saving
- 🔍 Full-text search
- 📱 Cross-platform
- 💾 Import/Export functionality
- 🔒 Seed phrase-based encryption
- Improved Sync
- Rich Text
- Attachments/Files
- Android App
- iOS App
- Desktop Clients
- Add Alternative to Seedphrase
- Docker
- Docker Compose
- Clone the repository
- Run
docker compose up --build
inside the root directory to build and start the client.
- Docker
- Docker Compose
- Clone the repository
- Run
docker compose up --build
inside the server directory to build and start the server.