Protect your sensitive information with a highly secure, web-based notepad designed for maximum privacy. This lightweight application allows you to write and store notes online without the hassle of creating an account or verifying an email address. Instead, you use a unique passphrase as your universal login, ensuring that only you can access your data. Because it operates entirely in your browser, it works seamlessly across all devices and even on slow internet connections.\n\nKey benefits include:\n* Client-side encryption: Your notes are fully encrypted before they ever leave your device, meaning no one can read them.\n* Zero registration required: Skip the sign-up process entirely. Your custom passphrase is the only key you need.\n* Complete data ownership: Easily export and download all your encrypted notes at any time.\n* Open-source transparency: Inspect the code yourself or host your own instance for complete control over your data.
services:
notepad:
image: athlon1600/notepad
container_name: notepad
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data# No sensitive environment variables are required for the default configuration.
# The application manages its own authentication and database internally within the /app/data volume.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago