# nytimes/kyt

Starting a new JS app? Build, test and run advanced apps with kyt 🔥

Repository: https://github.com/nytimes/kyt
Canonical: https://ross.abutalabs.com/products/kyt
Homepage: https://open.nytimes.com/introducing-kyt-our-web-app-configuration-toolkit-9ccddf6f6988
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2026-05-04T21:26:47+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 80, release rhythm 40, longevity 100
- inputs: {"age_days": 3743, "days_push": 121, "days_rel": 475, "gap_med": 0.0, "n_releases_24m": 5}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1911, forks 109 (observed 2026-08-28T04:05:53.221998+00:00)

## What it is
kyt is a web app configuration toolkit from The New York Times that encapsulates build, dev server, testing, and linting setup for JavaScript apps behind a single CLI. It manages Webpack, Babel, ESLint, and Jest configuration so developers can focus on app architecture instead of tooling.

## Use cases
- bootstrap a new javascript web app without writing webpack config
- set up babel and eslint presets for a react project
- run a dev server with hot reloading for client and server code
- configure jest for unit testing a js app
- manage build tooling for an isomorphic react app
- escape webpack and babel configuration hell

## When to choose
- starting a legacy-style node/react web app and wanting an opinionated all-in-one toolchain
- you want webpack, babel, eslint, and jest preconfigured and overridable from one config file

## When to avoid
- starting a new project today - the project is officially deprecated with no support or releases
- you prefer modern tooling like vite, next.js, or a maintained starter kit
- you need fine-grained control over your build pipeline from day one

## Facets
- artifact type: framework
- maturity: abandoned
- function: build-tool, cli, testing, linter
- domain: web-development, frontend, developer-tools
- platform: cli, cross-platform
- tags: webpack, babel, eslint, jest, zero-config, deprecated, isomorphic-rendering, nodejs

## Member repositories
- nytimes/kyt (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.221998+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-30T03:10:47.759995+00:00, confidence not recorded.
  - readme: https://github.com/nytimes/kyt (fetched 2026-08-28T04:05:53.221998+00:00, sha 6a47f901be7a)
  - homepage: https://open.nytimes.com/introducing-kyt-our-web-app-configuration-toolkit-9ccddf6f6988 (fetched 2026-08-29T10:50:18.776248+00:00, sha 405e3f3620c1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
