Skip to content
@WhitelabelEducationApps

WhitelabelEducationApps

Whitelabel Education Apps

Building reusable, multiplatform educational applications powered by shared whitelabel modules.

Apps

UNESCO World Heritage Sites - 1,150+ sites across 10 languages with interactive maps, search, favorites, and wallpaper integration. Groups items by country.

Medicinal plants encyclopedia - 600+ plants across 12 languages with category grouping, location-based filtering, and botanical knowledge.

Both apps are thin shells: a custom Application class, a one-line Activity, app-specific string resources, a pre-built SQLite database, and a Koin module that wires AppConfig + an optional custom ItemGrouper. All shared logic lives in the whitelabel modules below.

Shared Libraries

Domain abstractions and base ViewModels shared across all apps.

  • DisplayableItem interface, ItemRepository, Result type
  • HomeViewModel with search, language switching, reactive filtering
  • ItemDetailViewModel, LanguageSelectionViewModel
  • AppConfig feature flags (enableMap, enableCategories, enableLocationFilter)
  • ItemGrouper strategy for custom item grouping per app

Concrete data layer, full UI, and platform services.

  • SQLDelight schema (CatalogItem, Author) and ItemRepository implementation
  • Complete Compose Multiplatform UI: home grid, detail screen, language picker, map, navigation
  • WhitelabelActivity base class, AppNavigation, Material Design 3 theme
  • Platform services: wallpaper, image preloading, color extraction
  • Koin DI modules (commonModule, viewModelModule, platformModule)
  • Runtime string resource lookup via getStringResource()

How It Works

Each app includes both whitelabel modules as git submodules wired through Gradle composite builds (includeBuild()). The app's Koin module loads last, overriding bindings from the whitelabel modules.

Tech Stack

  • Language: Kotlin Multiplatform (KMP) 2.x
  • UI: Jetpack Compose Multiplatform
  • Database: SQLDelight (via whitelabel-core schema)
  • Async: Coroutines and Flow
  • DI: Koin 4.0
  • Design: Material Design 3

Getting Started

Clone any app with submodules:

git clone --recursive https://github.com/WhitelabelEducationApps/MuseumKMP.git

Build and run:

./gradlew :androidApp:installDebug

Vision

A suite of educational applications that are:

  • Reusable - shared whitelabel modules eliminate code duplication
  • Multiplatform - iOS and Android from a single codebase
  • Scalable - new apps need only content, config, and a grouper
  • Accessible - multilingual and inclusive design
  • Offline-first - work without constant internet

Contributing

All projects are open-source. Check individual repos for contribution guidelines.

License

Projects are open-source. See individual repositories for license details.


Organization Lead: @rsavutiu Last Updated: May 2026

Popular repositories Loading

  1. whitelabel-kmp-core whitelabel-kmp-core Public

    Reusable Kotlin Multiplatform whitelabel core for catalog/museum apps — domain, presentation, and theme infrastructure

    Kotlin 1

  2. MuseumKMP MuseumKMP Public

    Kotlin

  3. whitelabel-platform whitelabel-platform Public

    Reusable KMP platform components for museum heritage sites

    Kotlin

  4. .github .github Public

    Organization README and community health files

  5. HerbalRedo HerbalRedo Public

    Python

  6. whitelabel-core whitelabel-core Public

    Whitelabel KMP core library

    Kotlin

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…