Skip to content

atdma/imgyn

Repository files navigation

imgyn

Simple image hosting service built with Next.js and Tailwind CSS.

Upload an image, get:

  • a share page URL: /i/<id>
  • a direct image URL: /i/<id>/raw

Screenshot

imgyn screenshot

Requirements

  • Node.js 20+
  • npm

Run locally

npm install
npm run dev

App runs at http://localhost:3000.

Run with Docker

docker compose up -d --build

App runs at http://localhost:3000.

Notes

  • Supported uploads: JPEG, PNG, GIF, WebP, AVIF, SVG
  • Max upload size: 20 MB
  • Uploaded files are stored in uploads/

About

A lightweight image host for instant share and direct image links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors