Ross ROSS = Recommend OSS · open-source software intelligence for agents

mergesort/Boutique

✨ A magical persistence library (and so much more) for state-driven iOS and Mac apps ✨ observed · 2026-08-28

github.com/mergesort/Boutique · homepage · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 92
  • Release rhythm 82
  • 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: 15.5
  • age_days: 1559
  • days_rel: 120
  • days_push: 51
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1132 stars · 54 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Boutique is a Swift persistence library providing a simple Store API with memory + disk caching for state-driven apps. It offers property wrappers (@StoredValue, @SecurelyStoredValue) that expose persisted data as regular Swift arrays and values for SwiftUI, UIKit, and AppKit.

Use cases

  • persist app state offline in a SwiftUI app
  • replace Core Data with a simpler persistence layer
  • cache API responses on disk with real-time updates
  • store secure values like auth tokens
  • build offline-first iOS apps with minimal code
  • manage app state as a reactive Swift array

When to choose

  • building SwiftUI, UIKit, or AppKit apps needing simple offline persistence
  • you want state-driven architecture without database boilerplate
  • you need both in-memory and disk caching with a tiny API

When to avoid

  • building for platforms outside Apple's ecosystem
  • you need complex relational queries or migrations that Core Data or SQLite provide
  • server-side or non-Swift projects

Facets

library · maturity active

database caching state-management serialization mobile-development desktop-applications databases frontend swiftui uikit appkit offline-first property-wrappers actors persistence mvcs ios macos swift mobile desktop

2 sources

Member repositories

RepositoryRoleHealth v2
mergesort/Boutiquemain90

For agents

markdown · JSON · MCP: product_card(name="mergesort/Boutique")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem