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
- Node.js 20+
- npm
npm install
npm run devApp runs at http://localhost:3000.
docker compose up -d --buildApp runs at http://localhost:3000.
- Supported uploads: JPEG, PNG, GIF, WebP, AVIF, SVG
- Max upload size: 20 MB
- Uploaded files are stored in
uploads/
