# Simple Notes Sync ๐Ÿ“ > Minimalist offline notes with auto-sync to your own server [![Android](https://img.shields.io/badge/Android-8.0%2B-green.svg)](https://www.android.com/) [![Material Design 3](https://img.shields.io/badge/Material-Design%203-green.svg)](https://m3.material.io/) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes) **๐Ÿ“ฑ [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

Notes list Edit note Settings

--- ## โœจ 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