remy/inliner
Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5652
- days_rel: n/a
- days_push: 1431
- n_releases_24m: 0
Adoption not part of the score
1117 stars · 164 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js utility and CLI that converts a web page into a single self-contained HTML file by inlining CSS, JavaScript, images, and videos (base64 data URLs), with minification via UglifyJS. It can also be used programmatically as a library.
Use cases
- inline all css js and images into a single html file
- reduce http requests for mobile web pages
- create single-file html for appcache or offline use
- base64 encode images into html automatically
- minify and bundle a web page for production
- inline a web page programmatically from a node script
When to choose
- you need a fully self-contained single HTML file from a web page
- you want to eliminate HTTP requests for mobile or offline scenarios
- you want both a CLI and a Node.js API for inlining assets
When to avoid
- you need a modern bundler with tree-shaking and module graphs
- your page relies on dynamic or deferred asset loading that inlining would break
- you need active development or recent feature support
Facets
cli-tool · maturity maintenance
cli developer-tools compression build-tool web-scraping web-development frontend developer-tools cli cross-platform html-inlining base64-encoding asset-bundling single-file-html minification command-line nodejs
2 sources
- readme: https://github.com/remy/inliner · fetched 2026-08-28 · 0413d92a947e
- registry_npm: https://registry.npmjs.org/inliner · fetched 2026-08-29 · 85d033a9b130
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| remy/inliner | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem