LemonAppDev/konsist
Konsist is a powerful static code analyzer tailored for Kotlin, focused on ensuring codebase consistency and adherence to coding conventions. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 40
- Longevity 89
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: 5.0
- age_days: 1252
- days_rel: 633
- days_push: 16
- n_releases_24m: 5
Adoption not part of the score
1716 stars · 39 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Konsist is a structural linter and static code analyzer for Kotlin that enforces codebase consistency and architecture rules. Checks are written as unit tests (JUnit/Kotest) that query and assert on Kotlin declarations like classes, interfaces, functions, and properties.
Use cases
- enforce naming conventions for Kotlin classes
- verify architecture layer boundaries in a Kotlin project
- check that ViewModel classes follow naming rules on Android
- ensure Spring repository interfaces follow conventions
- guard package structure in Kotlin Multiplatform projects
- stop architecture debates in code reviews with automated tests
When to choose
- you want ArchUnit-style architecture tests for Kotlin
- your team needs automated enforcement of naming and package conventions
- you work on Android, Spring, or Kotlin Multiplatform projects and want structure checks as unit tests
When to avoid
- you need general-purpose linting of style issues (use ktlint or detekt)
- your project is not written in Kotlin
- you need a baseline file workflow, which Konsist does not yet support
Facets
library · maturity active
linter testing static-site-generator developer-tools testing programming-languages jvm cli kotlin architecture-rules archunit-alternative code-consistency unit-tests junit kotest android spring kotlin-multiplatform
10 sources
- readme: https://github.com/LemonAppDev/konsist · fetched 2026-08-28 · 57fffef8779e
- homepage: https://docs.konsist.lemonappdev.com · fetched 2026-08-29 · 12b3f3b932ce
- site_page: https://docs.konsist.lemonappdev.com/getting-started/getting-started · fetched 2026-08-29 · 4ad08c4cc4e2
- site_page: https://docs.konsist.lemonappdev.com/getting-started/articles · fetched 2026-08-29 · 3663ea72f6ad
- site_page: https://docs.konsist.lemonappdev.com/features/add-konsist-existing-project · fetched 2026-08-29 · cbc44da5ff30
- site_page: https://docs.konsist.lemonappdev.com/features/debug-konsist-test · fetched 2026-08-29 · 5c1916f8848d
- site_page: https://docs.konsist.lemonappdev.com/features/declaration · fetched 2026-08-29 · 19876298c961
- site_page: https://docs.konsist.lemonappdev.com/features/declaration-vs-property · fetched 2026-08-29 · 158e91549328
- site_page: https://docs.konsist.lemonappdev.com/features/compiler-type-inference · fetched 2026-08-29 · dc03c95eeeea
- site_page: https://docs.konsist.lemonappdev.com/features/packageselector · fetched 2026-08-29 · f0fad7ff3f58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LemonAppDev/konsist | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="LemonAppDev/konsist")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem