# 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.en.md)** ยท **๐ [Quick Start](QUICKSTART.en.md)**
**๐ Languages:** [Deutsch](README.md) ยท **English**
---
## ๐ฑ Screenshots
---
## Features
- ๐ Offline-First - Notes always available
- ๐ Auto-Sync - Configurable intervals (15/30/60 min)
- ๐ Self-Hosted - WebDAV on your server
- ๐ Privacy-First - No cloud, no tracking
- ๐ Battery-friendly - ~0.2-0.8% per day
---
## ๐ Quick Start
### 1. Server Setup
```bash
cd server
cp .env.example .env
# Set password in .env
docker compose up -d
```
โก๏ธ **Details:** [Server Setup Guide](server/README.en.md)
### 2. App Installation
1. [Download APK](https://github.com/inventory69/simple-notes-sync/releases/latest)
2. Install & open
3. โ๏ธ Settings โ Configure server
4. Enable auto-sync
โก๏ธ **Details:** [Complete guide](QUICKSTART.en.md)
---
## ๐ Documentation
- **[Quick Start Guide](QUICKSTART.en.md)** - Step-by-step guide for end users
- **[Server Setup](server/README.en.md)** - Configure WebDAV server
- **[Complete Docs](DOCS.en.md)** - Features, troubleshooting, build instructions
---
## ๐ ๏ธ Development
```bash
cd android
./gradlew assembleStandardRelease
```
โก๏ธ **Details:** [Build instructions in DOCS.en.md](DOCS.en.md)
---
## ๐ค Contributing
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
---
## ๐ License
MIT License - see [LICENSE](LICENSE)
**v1.1.1** ยท Built with Kotlin + Material Design 3