{"id":29035971,"url":"https://github.com/boltuix/compose-mvi-2025","last_synced_at":"2025-06-26T12:36:31.180Z","repository":{"id":299879643,"uuid":"1004507097","full_name":"BoltUIX/compose-mvi-2025","owner":"BoltUIX","description":"Modern Android app template using Jetpack Compose with MVI, Hilt, and Retrofit – 2025 edition","archived":false,"fork":false,"pushed_at":"2025-06-18T19:09:47.000Z","size":15498,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T19:46:31.841Z","etag":null,"topics":["2025","flow","hilt","hilt-dependency-injection","jetpack-compose","mvi-android","mvi-architecture","mvi-clean-architecture","mvi-coroutines-flow","retofit2","room","room-database","source-code","todoapp"],"latest_commit_sha":null,"homepage":"https://youtu.be/rUnXeJ7zC1w","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoltUIX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-18T18:23:34.000Z","updated_at":"2025-06-18T19:09:50.000Z","dependencies_parsed_at":"2025-06-18T19:56:38.297Z","dependency_job_id":null,"html_url":"https://github.com/BoltUIX/compose-mvi-2025","commit_stats":null,"previous_names":["boltuix/compose-mvi-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoltUIX/compose-mvi-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2Fcompose-mvi-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2Fcompose-mvi-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2Fcompose-mvi-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2Fcompose-mvi-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoltUIX","download_url":"https://codeload.github.com/BoltUIX/compose-mvi-2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2Fcompose-mvi-2025/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262068866,"owners_count":23253879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2025","flow","hilt","hilt-dependency-injection","jetpack-compose","mvi-android","mvi-architecture","mvi-clean-architecture","mvi-coroutines-flow","retofit2","room","room-database","source-code","todoapp"],"created_at":"2025-06-26T12:36:30.681Z","updated_at":"2025-06-26T12:36:31.169Z","avatar_url":"https://github.com/BoltUIX.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Compose MVI 2025\n\nA modern Android app template built with **Jetpack Compose**, **MVI architecture**, **Hilt for Dependency Injection**, and **Retrofit** for API communication – tailored for 2025 development best practices.\n\n📺 **YouTube Demo**: [Watch Now](https://youtu.be/rUnXeJ7zC1w)\n\n![MVI Architecture Diagram](https://github.com/BoltUIX/compose-mvi-2025/blob/main/demo.jpg)\n![MVI Architecture Diagram](https://raw.githubusercontent.com/BoltUIX/compose-mvi-2025/main/mvi.jpg)\n\n---\n\n## 🧱 Tech Stack\n\n- ✅ Jetpack Compose (UI Toolkit)\n- 🧠 MVI Architecture (Model-View-Intent)\n- 📡 Retrofit (API client)\n- 💉 Hilt (Dependency Injection)\n- 🔄 Kotlin Coroutines + Flow\n- 🗃 Room (Offline caching)\n- ✨ Clean Architecture principles\n\n---\n\n## 📂 Folder Structure\n\n```\ncompose_post                     # 🏗️ Root Package (Main App)\n│\n├── di                           # 💉 Dependency Injection Modules\n│   ├── AppModule.kt             # Shared dependencies\n│   ├── NetworkModule.kt        # Retrofit instance\n│\n├── features                     # 🚀 Modular Feature Design\n│   ├── posts                    # 📝 Posts Feature\n│   │   ├── data                 # API and Repository Layer\n│   │   │   ├── remote           # Retrofit \u0026 Data Source\n│   │   │   ├── repository       # Data Handling Logic\n│   │   ├── domain               # Business Logic Layer\n│   │   │   ├── model            # Data Models\n│   │   │   ├── usecase          # Use Cases\n│   │   ├── mvi                  # 🧠 MVI Layer (State, Intent, ViewModel)\n│   │   ├── presentation         # 🎨 UI Layer (Jetpack Compose)\n```\n\n---\n\n## ✅ Features\n\n- 🔄 Clean MVI flow with unidirectional data handling.\n- ⚡ Smooth integration of Retrofit, Coroutines, and Flow.\n- 📱 Fully functional Compose UI screens.\n- 🔧 Modular structure using Clean Architecture.\n- 🧪 Easy to test, scale, and extend.\n\n---\n\n## 📦 How to Use\n\n1. Clone the repo:\n```bash\ngit clone https://github.com/your-username/compose-mvi-2025.git\n```\n\n2. Open in Android Studio (Giraffe or later).\n\n3. Sync Gradle and Run on emulator/device.\n\n---\n\n## 📌 Requirements\n\n- Android Studio Giraffe or later\n- Kotlin 1.9+\n- Gradle 8.0+\n\n---\n\n## 🙌 Credits\n\nBuilt by [boltuix](mailto:boltuix@gmail.com) – inspired by modern clean architecture principles.\n\n---\n\n## 📢 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltuix%2Fcompose-mvi-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltuix%2Fcompose-mvi-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltuix%2Fcompose-mvi-2025/lists"}