# 1000ch/grd

A CSS grid framework using Flexbox. Only 321 bytes (Gzipped).

Repository: https://github.com/1000ch/grd
Canonical: https://ross.abutalabs.com/products/grd
Homepage: https://1000ch.github.io/grd/
Language: HTML
License: MIT
License Family: permissive
Topics: css, grid, flexbox, grid-layout
Last push: 2023-08-11T21:53:59+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": 4504, "days_push": 1118, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2179, forks 97 (observed 2026-08-28T04:06:23.072638+00:00)

## What it is
Grd is an ultra-lightweight CSS grid framework built on Flexbox, providing just two base classes (Grid and Cell) plus modifiers in only 321 bytes gzipped. It works in all modern browsers and offers a Sass port (grd-sass) for those who prefer Sass.

## Use cases
- add a responsive grid layout to a website with minimal CSS
- replace heavy grid frameworks with a tiny flexbox-based alternative
- lay out page columns using flexbox without writing custom CSS
- include a 321-byte grid system in a performance-sensitive project
- use a simple Grid/Cell class convention for column layouts

## When to choose
- you want a minimal, dependency-free grid with tiny payload
- your target browsers support Flexbox and calc()
- you only need basic column layout rather than a full design system

## When to avoid
- you need CSS Grid features like named areas or auto-placement
- you require IE10 or older browser support
- you want a comprehensive framework with typography, components, and utilities

## Facets
- artifact type: library
- maturity: maintenance
- function: css-framework, ui-components
- domain: frontend, web-development, web-design
- platform: browser
- tags: flexbox, grid-layout, micro-library, css-grid, lightweight, nodejs

## Member repositories
- 1000ch/grd (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:23.072638+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:48:45.039784+00:00, confidence not recorded.
  - homepage: https://1000ch.github.io/grd/ (fetched 2026-08-29T10:28:36.420337+00:00, sha eb97b8669f6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
