# EtherDream/web2img

Bundle web files into a single image

Repository: https://github.com/EtherDream/web2img
Canonical: https://ross.abutalabs.com/products/web2img
Homepage: https://etherdream.github.io/web2img/
Language: JavaScript
License Family: other
Topics: cdn, serviceworker, imagehosting, web, bundle
Last push: 2023-07-31T10:37:06+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1823, "days_push": 1129, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1274, forks 53 (observed 2026-08-28T04:04:12.849572+00:00)

## What it is
Web2Img is a tool that bundles web files into a single image file, which is then extracted at runtime via a Service Worker. It lets developers use image hosting sites as free CDNs to serve static web assets and save bandwidth costs.

## Use cases
- host a static site using image hosting as a free CDN
- bundle all web assets into a single image file
- serve web files without paying for bandwidth
- deploy a website with only two files on static hosting
- extract bundled web resources via a service worker at runtime

## When to choose
- you want free hosting/CDN via image hosting services
- your site is small and JavaScript/Service Worker support is guaranteed
- bandwidth costs matter more than conventional hosting

## When to avoid
- you need SEO or no-JavaScript support
- target browsers lack Service Worker support
- you need a production-grade, well-documented solution (the author recommends freecdn instead)

## Facets
- artifact type: cli-tool
- maturity: experimental
- function: web-framework, developer-tools, compression
- domain: web-development, frontend
- platform: browser
- tags: service-worker, image-hosting, free-cdn, static-assets, single-file-bundle, cdn, web-server, nodejs

## Member repositories
- EtherDream/web2img (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:12.849572+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-30T05:03:04.817529+00:00, confidence not recorded.
  - readme: https://github.com/EtherDream/web2img (fetched 2026-08-28T04:04:12.849572+00:00, sha 12cba1e4ff41)
- Data as of 2026-08-30T08:39:29.467469+00:00.
