---
title: "Deploy Image Service"
description: "Upload, serve, and process images. On-the-fly image optimization and more. "
category: "Storage"
url: https://railway.com/deploy/MF8Rcp
---

# Deploy Image Service

Upload, serve, and process images. On-the-fly image optimization and more. 

**[Deploy Image Service on Railway](https://railway.com/template/MF8Rcp)**

- **Creator:** Jared
- **Category:** Storage
- **Total deploys:** 53

## Template content

### image-service

- **Source:** jaredLunde/railway-image-service
- **Health check:** /health
- **Public domain:** Yes

## Documentation

# Image Processing Service for Railway

A self-hosted alternative to services like Cloudinary, Imgix, and others that helps you
move faster and pay less when you need to manage image content.

Upload, serve, and process images on Railways. Includes on-the-fly image resizing, cropping, automatic AVIF/WebP, and more.

## Features

- [x] On-the-fly image processing (resize, crop, etc.) from any allowlisted domain or Railway volume
- [x] Automatic AVIF/WebP conversion
- [x] Uses [libvips](https://libvips.github.io/libvips/) for fast image processing
- [x] S3-ish blob storage (PUT, GET, DELETE) protected by an API key
- [x] Secure image serving with URLs protected by SHA256-HMAC signatures
- [x] [React components](https://github.com/jaredLunde/railway-image-service/tree/main/js#react-api), [Node.js client](https://github.com/jaredLunde/railway-image-service/tree/main/js#node-sdk), [URL builder](https://github.com/jaredLunde/railway-image-service/tree/main/js#imageurlbuilder), and [Go client](https://github.com/jaredLunde/railway-image-service/tree/main/client/) for easy integration

## Examples
- [**Astro site**](https://github.com/jaredLunde/railway-image-service/tree/main/web) A web demo using the [Astro](https://astro.build/) web framework


## Similar templates

- [Garage S3 Storage](https://railway.com/deploy/garage-s3-storage) — Ultra-light S3 server: fast, open-source, plug-and-play.
- [Redis](https://railway.com/deploy/redis-1) — Self Host Latest Redis with Railway
- [Postgres Backup to Cloudflare R2 (S3-Compatible)](https://railway.com/deploy/postgres-to-r2-backup) — Automated PostgreSQL backups to S3-compatible storage with encryption

Open this page in a browser: https://railway.com/deploy/MF8Rcp
