# markdalgleish/static-site-generator-webpack-plugin

Minimal, unopinionated static site generator powered by webpack

Repository: https://github.com/markdalgleish/static-site-generator-webpack-plugin
Canonical: https://ross.abutalabs.com/products/static-site-generator-webpack-plugin
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2018-12-28T12:27:40+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": 4161, "days_push": 2805, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1601, forks 85 (observed 2026-08-28T04:05:09.661760+00:00)

## What it is
A webpack plugin that generates static HTML files at build time by executing a custom, webpack-compiled render function for a list of paths. It enables server-side-style pre-rendering of routes (e.g., React apps) without needing a Node server in production.

## Use cases
- pre-render react routes to static html at build time
- generate index.html files for multiple paths with webpack
- server render a universal javascript app without a node server
- crawl a site and output static html pages
- build a static site from webpack assets

## When to choose
- your build pipeline is webpack-based and you want build-time prerendering

## When to avoid
- you need a full-featured static site generator with templates, markdown, and content management
- your project doesn't use webpack
- you need actively maintained tooling - the last release was in 2018

## Facets
- artifact type: plugin
- maturity: maintenance
- function: static-site-generator, ssr, build-tool
- domain: web-development, frontend, developer-tools
- platform: cli
- tags: webpack-plugin, prerendering, universal-javascript, react, static-html-generation, nodejs, web-server

## Member repositories
- markdalgleish/static-site-generator-webpack-plugin (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:09.661760+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:52:48.357991+00:00, confidence not recorded.
  - readme: https://github.com/markdalgleish/static-site-generator-webpack-plugin (fetched 2026-08-28T04:05:09.661760+00:00, sha 454e3987fc75)
  - registry_npm: https://registry.npmjs.org/static-site-generator-webpack-plugin (fetched 2026-08-29T11:24:41.003735+00:00, sha 9fdeb635ae91)
- Data as of 2026-08-30T08:39:29.467469+00:00.
