# jaredpalmer/razzle

✨ Create server-rendered universal JavaScript applications with no configuration

Repository: https://github.com/jaredpalmer/razzle
Canonical: https://ross.abutalabs.com/products/razzle
Homepage: https://razzlejs.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: isomorphic, universal, react, preact, typescript, webpack, parallel, javascript
Last push: 2024-03-11T08:45:43+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": 3857, "days_push": 905, "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 11025, forks 841 (observed 2026-08-28T04:10:45.899853+00:00)

## What it is
Razzle is a zero-configuration build tool that abstracts webpack setup for server-rendered (universal/isomorphic) and single-page JavaScript applications into a single dependency. It supports React, Preact, Vue, Svelte, and Angular, with hot module replacement for both client and server, plus SPA mode and static site generation.

## Use cases
- build a server-rendered react app without configuring webpack
- create-react-app alternative with ssr support
- universal javascript app with hot reloading on client and server
- use vue or svelte with a preconfigured build setup
- statically export an ssr app to html files
- build a single page application with jest and css setup included

## When to choose
- you want SSR or universal rendering without buying into a full meta-framework like Next.js
- you want to keep freedom over routing, data fetching, and framework choice
- you need hot module replacement on both server and client bundles
- you want SPA and SSG capabilities from the same tool

## When to avoid
- you are starting a new project today - Next.js or Remix are more actively maintained
- you need a framework with built-in routing and data-fetching conventions
- you want minimal bundle overhead and no build abstraction layer

## Facets
- artifact type: framework
- maturity: maintenance
- function: ssr, build-tool, static-site-generator, web-framework, frontend-framework
- domain: web-development, frontend, developer-tools
- platform: cross-platform
- tags: webpack, zero-config, universal-javascript, isomorphic, hot-module-replacement, react, preact, vue, svelte, create-react-app-alternative, nodejs, javascript

## Member repositories
- jaredpalmer/razzle (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:45.899853+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-29T17:17:12.455892+00:00, confidence not recorded.
  - readme: https://github.com/jaredpalmer/razzle (fetched 2026-08-28T04:10:45.899853+00:00, sha d9a4dccac74f)
  - homepage: https://razzlejs.org (fetched 2026-08-29T08:16:04.525664+00:00, sha 58dd1b8fa9c7)
  - site_page: https://razzlejs.org/docs/experimental-features (fetched 2026-08-29T08:16:04.545630+00:00, sha 59bb302309bf)
  - site_page: https://razzlejs.org/getting-started (fetched 2026-08-29T08:16:04.535084+00:00, sha bd3b921a3d96)
  - site_page: https://razzlejs.org/docs/customization (fetched 2026-08-29T08:16:04.537406+00:00, sha eda6ec5bbcdb)
  - site_page: https://razzlejs.org/docs/single-page-applications (fetched 2026-08-29T08:16:04.539738+00:00, sha b2e658dcbb40)
  - site_page: https://razzlejs.org/docs/environment-variables (fetched 2026-08-29T08:16:04.541930+00:00, sha eaf994863d3c)
  - site_page: https://razzlejs.org/docs/static-export (fetched 2026-08-29T08:16:04.543874+00:00, sha 9b1eec96a9cf)
  - site_page: https://razzlejs.org/docs/how-it-works (fetched 2026-08-29T08:16:04.547261+00:00, sha 042420f1fbec)
  - site_page: https://razzlejs.org/docs/upgrade-guide (fetched 2026-08-29T08:16:04.549215+00:00, sha 1ebca67645e6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
