slackhq/circuit
⚡️ A Compose-driven architecture for Kotlin and Android applications. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 27.5
- age_days: 1485
- days_rel: 7
- days_push: 7
- n_releases_24m: 21
Adoption not part of the score
1848 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Circuit is a Compose-driven architecture framework for Kotlin applications, primarily targeting Android. It pairs Compose-based Presenters and UIs that communicate only through state and events, following unidirectional data flow (UDF/MVI) principles.
Use cases
- structure an Android app with MVI architecture in Jetpack Compose
- separate presenters from UIs using unidirectional data flow
- manage app screens with a Compose-first presenter pattern
- build Kotlin apps using the Compose runtime for state management
- replace MVVM with a UDF architecture in Compose
- implement nested and composite screens in a Compose app
When to choose
- you are building an Android app with Jetpack Compose and want a proven UDF/MVI architecture
- you want presenter/UI separation backed by the Compose runtime
- you value a framework used in production at Slack
When to avoid
- you are not using Kotlin or Jetpack Compose
- you prefer XML views or non-Compose Android architectures
- you need an iOS-first or non-JVM framework
Facets
framework · maturity stable
state-management frontend-framework ui-components mobile-development android-tools web-development jvm compose mvi unidirectional-data-flow architecture presenters kotlin-multiplatform android
2 sources
- readme: https://github.com/slackhq/circuit · fetched 2026-08-28 · 67020428f89c
- homepage: https://slackhq.github.io/circuit/ · fetched 2026-08-29 · f644dde7cbe7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| slackhq/circuit | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem