Back to Home

Astro Loader

High-performance image loading strategy for Astro's Content Layer and static site generation.

Unified React Bridge

Use our React SDK directly in your Astro components for maximum performance.

npm install @imgnodus/imgnodus-react

Astro Usage Example

---
import { ImgNodusImage } from '@imgnodus/imgnodus-react';
---
<main>
  <h1>My Astro Site</h1>
  <ImgNodusImage 
    client:load 
    src="https://api.imgnodus.com/u/astro.webp" 
  />
</main>

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