# sorrycc/roadhog

🐷 Cli tool for creating react apps, configurable version of create-react-app.

Repository: https://github.com/sorrycc/roadhog
Canonical: https://ross.abutalabs.com/products/roadhog
Language: JavaScript
License Family: other
Last push: 2026-02-24T20:37:06+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 69, release rhythm 8, longevity 100
- inputs: {"age_days": 3550, "days_push": 190, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- 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 2685, forks 338 (observed 2026-08-28T04:07:10.211479+00:00)

## What it is
Roadhog is a CLI tool for creating and building React applications, offering a configurable alternative to create-react-app with dev, build, and test commands. It bundles webpack, babel, css-modules, HMR, and mock server support behind simple JSON or JS configuration files.

## Use cases
- scaffold a react app without ejecting
- configure webpack for a react project via
- run a dev server with hot module replacement
- mock api endpoints during frontend development
- build a react app for production
- run jest tests for a react project

## When to choose
- you want create-react-app-like workflow but need webpack customization
- you need built-in api mocking for frontend development
- you prefer simple  config over ejecting

## When to avoid
- you are starting a new project today - use umi or vite instead
- you need modern tooling like esbuild or vite speed
- you want a zero-config experience identical to create-react-app

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, build-tool, web-framework, developer-tools, testing
- domain: web-development, frontend, developer-tools
- platform: cli, cross-platform
- tags: react, create-react-app, webpack, mock, babel, css-modules, hmr, jest, command-line, nodejs

## Member repositories
- sorrycc/roadhog (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:10.211479+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:17:50.607802+00:00, confidence not recorded.
  - readme: https://github.com/sorrycc/roadhog (fetched 2026-08-28T04:07:10.211479+00:00, sha 2620323e54ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
