# Simple Notes Sync ๐
> Minimalist offline notes with auto-sync to your own server
[](https://www.android.com/)
[](https://m3.material.io/)
[](LICENSE)
**๐ฑ [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** ยท **๐ [Documentation](docs/DOCS.en.md)** ยท **๐ [Quick Start](QUICKSTART.en.md)**
**๐ Languages:** [Deutsch](README.md) ยท **English**
---
## ๐ฑ Screenshots
---
## โจ Highlights
- ๐ **Offline-first** - Works without internet
- ๐ **Auto-sync** - Home WiFi only (15/30/60 min)
- ๐ **Self-hosted** - Your data stays with you (WebDAV)
- ๐พ **Local backup** - Export/Import as JSON file
- ๐ฅ๏ธ **Desktop integration** - Markdown export for VS Code, Typora, etc.
- ๐ **Battery-friendly** - ~0.2-0.8% per day
- ๐จ **Material Design 3** - Dark mode & dynamic colors
โก๏ธ **Complete feature list:** [FEATURES.en.md](docs/FEATURES.en.md)
---
## ๐ Quick Start
### 1. Server Setup (5 minutes)
```bash
git clone https://github.com/inventory69/simple-notes-sync.git
cd simple-notes-sync/server
cp .env.example .env
# Set password in .env
docker compose up -d
```
โก๏ธ **Details:** [Server Setup Guide](server/README.en.md)
### 2. App Installation (2 minutes)
1. [Download APK](https://github.com/inventory69/simple-notes-sync/releases/latest)
2. Install & open
3. โ๏ธ Settings โ Configure server:
- **URL:** `http://YOUR-SERVER-IP:8080/` _(base URL only!)_
- **User:** `noteuser`
- **Password:** _(from .env)_
- **WiFi:** _(your network name)_
4. **Test connection** โ Enable auto-sync
5. Done! ๐
โก๏ธ **Detailed guide:** [QUICKSTART.en.md](QUICKSTART.en.md)
---
## ๐ Documentation
| Document | Content |
|----------|---------|
| **[QUICKSTART.en.md](QUICKSTART.en.md)** | Step-by-step installation |
| **[FEATURES.en.md](docs/FEATURES.en.md)** | Complete feature list |
| **[BACKUP.en.md](docs/BACKUP.en.md)** | Backup & restore guide |
| **[DESKTOP.en.md](docs/DESKTOP.en.md)** | Desktop integration (Markdown) |
---
## ๐ ๏ธ Development
```bash
cd android
./gradlew assembleStandardRelease
```
โก๏ธ **Build guide:** [DOCS.en.md](docs/DOCS.en.md)
---
## ๐ค Contributing
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
---
## ๐ License
MIT License - see [LICENSE](LICENSE)
---
**v1.2.1** ยท Built with โค๏ธ using Kotlin + Material Design 3