# noprompt/garden

Generate CSS with Clojure

Repository: https://github.com/noprompt/garden
Canonical: https://ross.abutalabs.com/products/noprompt-garden
Language: Clojure
License Family: other
Topics: clojure, clojurescript, css-compiler
Last push: 2024-01-16T21:37:58+00:00

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

## Adoption (not part of the score)
Stars 1368, forks 94 (observed 2026-08-28T04:04:31.525197+00:00)

## What it is
Garden is a Clojure/ClojureScript library for generating CSS programmatically using Hiccup-like syntax, where vectors represent selectors and maps represent declarations. It lets stylesheet authors write CSS as code, replacing traditional preprocessors with a full programming language.

## Use cases
- generate css from clojure code
- write stylesheets without sass or less
- compile hiccup-style vectors into css
- share style logic between clojure and clojurescript
- programmatically build nested css selectors
- use a programming language for stylesheet generation

## When to choose
- you are a Clojure or ClojureScript developer who wants CSS as code
- you prefer Hiccup-style data structures over CSS files or preprocessors
- you want to compute or compose styles with full language features

## When to avoid
- your project is not on the JVM or ClojureScript
- you need a mature CSS framework with prebuilt components
- you want plain hand-written CSS files

## Facets
- artifact type: library
- maturity: maintenance
- function: templating, css-framework, developer-tools
- domain: web-development, frontend, programming-languages
- platform: jvm, jvm-scripting, cross-platform
- tags: css-in-clojure, hiccup-style-syntax, stylesheet-generation, clojurescript

## Member repositories
- noprompt/garden (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.525197+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-30T04:41:04.111545+00:00, confidence not recorded.
  - readme: https://github.com/noprompt/garden (fetched 2026-08-28T04:04:31.525197+00:00, sha 6c496e6d7273)
- Data as of 2026-08-30T08:39:29.467469+00:00.
