# cyrilwanner/next-optimized-images

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).

Repository: https://github.com/cyrilwanner/next-optimized-images
Canonical: https://ross.abutalabs.com/products/next-optimized-images
Language: JavaScript
License: MIT
License Family: permissive
Topics: nextjs, plugin, image, optimization, react
Last push: 2023-01-04T23:37:36+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": 3104, "days_push": 1337, "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 2233, forks 84 (observed 2026-08-28T04:06:29.204360+00:00)

## What it is
A Next.js plugin that automatically optimizes images (jpeg, png, svg, webp, gif) at build time. It reduces image sizes, inlines small images, adds content hashes for caching, and supports webp conversion, SVG sprites, resizing, and placeholders for lazy loading.

## Use cases
- optimize images in a next.js project
- reduce jpeg and png file sizes at build time
- convert images to webp automatically
- inline small images to save http requests
- generate low quality image placeholders for lazy loading
- create svg sprites for repeated icons
- add content hashes to image filenames for cdn caching

## When to choose
- you use Next.js and want automatic image optimization during builds
- you need smaller image payloads and better loading performance without manual tooling
- you want webp conversion, placeholders, or svg sprites with minimal configuration

## When to avoid
- you are not using Next.js (use standalone image optimizers instead)
- you rely on Next.js built-in next/image optimization in modern versions
- you need actively developed tooling, since the project is in maintenance with v3 long unfinished

## Facets
- artifact type: plugin
- maturity: maintenance
- function: image-processing, build-tool, plugin-system
- domain: web-development, frontend, image-processing
- platform: -
- tags: nextjs, react, image-optimization, webpack, webp, lazy-loading, nodejs, javascript

## Member repositories
- cyrilwanner/next-optimized-images (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:29.204360+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:44:23.891387+00:00, confidence not recorded.
  - readme: https://github.com/cyrilwanner/next-optimized-images (fetched 2026-08-28T04:06:29.204360+00:00, sha ca441779437c)
  - registry_npm: https://registry.npmjs.org/next-optimized-images (fetched 2026-08-29T10:25:01.719930+00:00, sha 0b013bf6b8be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
