# LouisCAD/Splitties

A collection of hand-crafted extensions for your Kotlin projects.

Repository: https://github.com/LouisCAD/Splitties
Canonical: https://ross.abutalabs.com/products/splitties
Homepage: https://splitties.louiscad.com
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: android, kotlin-android, android-library, lightweight, kotlin, material-design, kotlin-dsl, kotlin-extensions, kotlin-library, coroutines, kotlin-coroutines, ios-library, ios, kotlin-multiplatform, macos, watchos, kotlin-native
Last push: 2024-05-29T22:10:21+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3673, "days_push": 826, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2582, forks 159 (observed 2026-08-28T04:07:02.460077+00:00)

## What it is
Splitties is a collection of small, modular Kotlin multiplatform libraries (Android-first) that provide hand-crafted extensions and DSLs to reduce boilerplate in Kotlin projects. Modules cover Android UI helpers, coroutines utilities like raceOf, preferences, and system interaction, each with a small footprint.

## Use cases
- reduce Android boilerplate when starting activities or showing snackbars
- write Android UIs in Kotlin DSL instead of XML layouts
- race multiple suspend functions against each other with coroutines
- add lightweight Kotlin extensions to an Android app without heavy dependencies
- share Kotlin utility code across Android, iOS, and macOS targets
- replace the deprecated Anko library with a maintained alternative

## When to choose
- you build Android apps in Kotlin and want concise, idiomatic extension-based APIs
- you want small, pick-only-what-you-need modules to keep APK size down
- you need Kotlin multiplatform utilities with Android as the primary target
- you liked Anko's DSL style and want a maintained successor

## When to avoid
- your project is not Kotlin-based
- you need a full-featured UI framework rather than small utility extensions
- you rely on very recent AndroidX/Jetpack Compose features that Splitties' View-based DSLs don't cover
- you require long-term commercial support or frequent releases

## Facets
- artifact type: library
- maturity: active
- function: ui-components, concurrency, developer-tools
- domain: mobile-development, cross-platform, developer-tools
- platform: jvm
- tags: kotlin-multiplatform, kotlin-dsl, android-library, anko-successor, coroutines, material-design, modular-libraries, android, ios, macos, watchos

## Member repositories
- LouisCAD/Splitties (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.460077+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:22:36.166935+00:00, confidence not recorded.
  - readme: https://github.com/LouisCAD/Splitties (fetched 2026-08-28T04:07:02.460077+00:00, sha 10292d7f947d)
  - homepage: https://splitties.louiscad.com (fetched 2026-08-29T10:05:03.409009+00:00, sha da437974fba9)
  - site_page: https://splitties.louiscad.com/CHANGELOG (fetched 2026-08-29T10:05:03.418292+00:00, sha 3c245ab68dbb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
