Back to Home

Next.js SDK

Automatic image optimization for Next.js 14+ projects with dedicated Image Loaders.

Quick Install

npm install @imgnodus/imgnodus-react

Usage Example (Client Component)

'use client';
import { ImgNodusImage } from '@imgnodus/imgnodus-react';

export default function Hero() {
  return (
    <ImgNodusImage 
      src="https://api.imgnodus.com/u/hero.webp" 
      alt="Hero Banner"
      className="w-full h-auto rounded-xl"
    />
  );
}

Coming Soon: Advanced Features

We're working on automatic layout shift prevention and global state for image loading.

Auto-Blur placeholders
React Server Components support