Android app that connects users through promo codes, deals, and community discussions.
Built with Jetpack Compose, Firebase, and Clean Architecture for scalability and future Kotlin Multiplatform support.
Qode is a modern Android platform designed for sharing and discovering verified promo codes across popular services in Kazakhstan — from delivery to streaming and retail.
Users can explore trending deals, upload their own, and engage with a growing community focused on real, verified discounts.
Language: Kotlin
UI: Jetpack Compose, Material 3, Navigation
Architecture: MVVM / MVI, Clean Architecture
Dependency Injection: Hilt → Koin migration
Async: Coroutines + Flows, WorkManager
Storage: Room, DataStore
Backend: Firebase (Auth, Firestore, Storage, Functions, Analytics)
Other: Foreground services, Notifications, Multilingual theming
androidApp/
└── Main Android application (Jetpack Compose, Material 3, Navigation, Koin)
core/
├── analytics/ # Firebase + internal logging
├── data/ # Repository and data sources
├── designsystem/ # Reusable Compose components, theming, tokens
├── notifications/ # Push notifications + foreground services
├── testing/ # Shared test utilities and mocks
└── ui/ # Core Compose utilities (snackbars, scaffolds, animations)
feature/
├── auth/ # Firebase Auth integration
├── comment/ # Commenting system for posts & promocodes
├── home/ # Main feed & navigation entry
├── post/ # User posts, uploads, media
├── profile/ # User info, stats
├── promocode/ # Promo code feed, filters, voting
└── settings/ # Preferences, theme, language management
shared/
├── commonMain/ # Shared KMP logic & models
├── commonTest/ # Cross-platform tests
├── iosMain/ # iOS-specific implementation
├── iosSimulatorArm64Main/
├── iosX64Main/
├── jvmMain/ # Android-specific shared logic
└── nativeMain/ # KMP native targets
| Discover | Share | Connect | Explore |
|———–|——–|———-|———-|
| |
|
|
|
Qode is aligned with SDG 12 — Responsible Consumption and Production.
By aggregating verified, community-curated promotional codes, Qode helps users make more informed purchasing decisions, reduce impulsive spending, and access savings that are typically only available through closed networks or paid newsletters. For users in Kazakhstan, where disposable income varies widely, access to verified deals directly supports more conscious and budget-aware consumption habits.
| SDG | Connection |
|---|---|
| SDG 12 — Responsible Consumption | Promotes smarter, verified purchasing over impulse buying |
| SDG 10 — Reduced Inequalities | Makes discount access equal across income levels |
| SDG 8 — Decent Work & Growth | Supports small businesses reaching customers with low-cost promotion |
Qode meets the DPG Standard across the following indicators:
| DPG Criterion | Status |
|---|---|
| Relevance to SDGs | ✅ SDG 12, 10, 8 |
| Open license | ✅ GPL-3.0 |
| Clear ownership | ✅ Documented team & contributors |
| Platform independence | ✅ Kotlin Multiplatform — Android + iOS targets |
| No harmful content | ✅ Community moderation + Code of Conduct |
| Data privacy | ✅ PRIVACY_POLICY.md + Firebase data rules |
| Open standards | ✅ REST/Firestore, open-source stack |
The source code is publicly available, the platform is free to use, and community contributions are actively welcomed under open-source governance.
firebase/ directory for config structure)# Clone the repository
git clone https://github.com/aqtanb/qode.git
cd qode
# Open in Android Studio and sync Gradle
# Or build via CLI:
./gradlew :androidApp:assembleDebug
com.aqtanb.qodegoogle-services.json and place in androidApp/We welcome contributions of all kinds — bug fixes, new features, translations, and documentation improvements.
git checkout -b feature/your-feature-name./gradlew testmain branchPlease read CONTRIBUTING.md for full guidelines and our Code of Conduct before contributing.
Good first issues are labeled good first issue in the Issues tab.
Qode is licensed under the GNU General Public License v3.0 (GPL-3.0).
This means:
See LICENSE.md for the full license text.
| Name | Role | GitHub | Contributions |
|---|---|---|---|
| Aktanberdi Ybyraiym | Lead Developer — architecture, core modules, feature development, Firebase integration | @aqtanb | 339 commits |
| Mubarakuly Magzhan | Co-Developer — UI components, feature modules, testing | @hashiroii | 15 commits |