---
title: "Deploy altar"
description: "A lightweight API for identicon generation."
category: "Other"
url: https://railway.com/deploy/acMcnw
---

# Deploy altar

A lightweight API for identicon generation.

**[Deploy altar on Railway](https://railway.com/template/acMcnw)**

- **Creator:** Paul Haedrich's Projects
- **Category:** Other

## Template content

### altar

- **Source:** https://github.com/berrysauce/altar
- **Start command:** `uvicorn app:app --host 0.0.0.0 --port $PORT`
- **Public domain:** Yes

## Documentation

**Altar is a tiny API that generates identicons.**

📘 Read the docs here: https://github.com/berrysauce/altar

Identicons are visual representations of data, that serve the purpose of identifying someone or something ([Wikipedia](https://en.wikipedia.org/wiki/Identicon)).

Altar always generates the same image from the same input through hashing and simple calculations. This means that you can use Altar to generate profile pictures for users based on their username or any other unique identifier.

Altar was built from the ground up with minimal dependencies but is inspired by GitHub's Identicons and [minidenticons](https://github.com/laurentpayot/minidenticons).

## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — [Jul'26] Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

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