freshOS/Stevia
:leaves: Concise Autolayout code observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 43
- Release rhythm 24
- 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: 96
- age_days: 4097
- days_rel: 346
- days_push: 346
- n_releases_24m: 4
Adoption not part of the score
3416 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stevia is a Swift DSL library that makes iOS Auto Layout code concise and readable, offering visual, chainable, and equation-based APIs that generate native NSLayoutConstraints. It is part of the freshOS iOS toolset and supports live reload for faster UI iteration.
Use cases
- write autolayout constraints in concise readable swift code
- replace storyboards and xibs with programmatic ui layout
- describe horizontal and vertical layouts with a visual format dsl
- speed up ui iteration with live reload
- reduce boilerplate when building ios views in code
When to choose
- you build iOS/tvOS interfaces programmatically and find NSLayoutConstraint code verbose
- you want a type-safe alternative to visual format language strings
- you want to avoid storyboard merge conflicts and maintain views in pure code
When to avoid
- you prefer SwiftUI or Interface Builder for layout
- your project targets platforms outside iOS/tvOS
- you need cross-platform layout beyond UIKit
Facets
library · maturity active
ui-components developer-tools mobile-development web-design autolayout dsl swift constraints uikit layout ios mobile
2 sources
- readme: https://github.com/freshOS/Stevia · fetched 2026-08-28 · beff59d67eab
- homepage: https://freshos.github.io/SteviaDocs/ · fetched 2026-08-29 · 479a89c7c6a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| freshOS/Stevia | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem