AnyNote
An opensource,self-hosted sticky notes App
Install / Use
/learn @ychisbest/AnyNoteREADME
AnyNote 📝✨
AnyNote is an open-source, cross-platform note-taking application that puts your data in your hands.
<img src="https://anynote.online/screenshot/show.gif" alt="demo" width="350"/>
✨ Features
- 🏠 Self-hosted
- 🌐 Cross-platform
- 📝 WYSIWYG Markdown Editor
- 🔄 Real-time Synchronization
- 🔍 Efficient Search
- 🪄 AI Generated
🚀 Getting Started
1. Backend Deployment
To deploy the AnyNote backend using Docker, run the following command:
docker run -d -p 8080:8080 -e secret=YOUR_SECRET -v /path/to/data:/data anynoteofficial/anynote:latest
Replace YOUR_SECRET with your chosen secret key and /path/to/data with the desired path for data storage.
2. Client Installation
Download the latest client for your platform from our GitHub Releases page.
3. More Information
For more detailed instructions and documentation, please visit our official website
🤝 Contributing
We welcome contributions to AnyNote! Please check out our GitHub repository for more information on how to get involved.
💬 Support
Please open an issue on our GitHub repository.
