gss/engine
GSS engine observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4841
- days_rel: n/a
- days_push: 2452
- n_releases_24m: 0
Adoption not part of the score
2853 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GSS (Grid Style Sheets) is a JavaScript engine that compiles and runs constraint-based layout rules for the DOM, implementing Constraint Cascading Style Sheets via the Cassowary constraint solver. It supports CCSS constraints and Apple's Visual Format Language to express relational positioning and sizing between elements.
Use cases
- center an element within another with a one-liner
- define relational layout rules between DOM elements
- replace CSS layout with constraint-based positioning
- use Apple's Visual Format Language for web layout
- solve cyclic layout dependencies between elements
- build responsive layouts from size and position constraints
When to choose
- you need declarative relational constraints between elements rather than parent-relative CSS positioning
- you want Cassowary-style constraint solving like Apple's Auto Layout in the browser
- you're maintaining an existing GSS codebase
When to avoid
- starting a new project — modern CSS Flexbox and Grid cover most needs and GSS is no longer actively developed
- you need guaranteed long-term support or recent browser feature integration
- performance-critical pages where a JS layout solver runtime would add overhead
Facets
library · maturity maintenance
ui-components css-framework compiler web-development frontend web-design browser constraint-solver layout-engine cassowary visual-format-language ccss css-polyfill coffeescript nodejs javascript
2 sources
- readme: https://github.com/gss/engine · fetched 2026-08-28 · e842604d5827
- homepage: http://gss.github.io · fetched 2026-08-29 · cabed230dba4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gss/engine | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem