MobileNativeFoundation/Store
A library for reading and writing data that lives in network, disk, and memory. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 69
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 156.0
- age_days: 2463
- days_rel: 51
- days_push: 9
- n_releases_24m: 5
Adoption not part of the score
3416 stars · 215 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Store5 is a Kotlin Multiplatform library that provides a unified architecture for fetching, caching, and updating data across network, memory, and disk layers. It acts as a single source of truth with smart caching, full CRUD support via MutableStore, and offline-first synchronization.
Use cases
- build an offline-first mobile app with local caching
- cache API responses in memory and on disk in Kotlin
- implement a repository pattern with a single source of truth
- sync local database with remote API data
- fetch data only when memory and disk caches miss
- handle CRUD operations with automatic local-remote synchronization
- share data-layer logic between Android and iOS with Kotlin Multiplatform
When to choose
- you're building a Kotlin Multiplatform or Android app needing layered caching
- you want offline-first behavior with automatic network/disk/memory fallback
- you need consistent data flow and reduced boilerplate around fetching and caching
When to avoid
- your project isn't Kotlin-based
- you need a full database rather than a caching/data-flow layer
- you want a turnkey sync solution without writing fetcher/source logic
Facets
library · maturity active
caching database http-client state-management mobile-development cross-platform jvm kotlin-multiplatform offline-first repository-pattern kotlin-flow single-source-of-truth data-synchronization data-engineering android ios mobile
4 sources
- readme: https://github.com/MobileNativeFoundation/Store · fetched 2026-08-28 · 7c4a38b9b00e
- homepage: https://store.mobilenativefoundation.org · fetched 2026-08-29 · 92c30870cc76
- site_page: https://store.mobilenativefoundation.org/docs/intro · fetched 2026-08-29 · fa9ae243b82a
- site_page: https://store.mobilenativefoundation.org/docs/quickstart · fetched 2026-08-29 · 91b13ab02742
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MobileNativeFoundation/Store | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="MobileNativeFoundation/Store")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem