---
title: "Deploy axonhub"
description: "Unified AI gateway with web UI, routing, and provider compatibility"
category: "AI/ML"
url: https://railway.com/deploy/axonhub
---

# Deploy axonhub

Unified AI gateway with web UI, routing, and provider compatibility

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

- **Creator:** kmaki's Projects
- **Category:** AI/ML
- **Total deploys:** 1

## Template content

### axonhub

- **Image:** looplj/axonhub:v0.9.36
- **Public domain:** Yes

## Documentation

# Deploy and Host AxonHub on Railway

## About Hosting AxonHub on Railway
AxonHub runs as a single Dockerized web service on Railway using the official upstream image. Railway provides managed networking, fast deploys, and simple environment configuration for immediate browser access.

## Tech Stack
- AxonHub (Go backend + embedded frontend UI)
- Docker image: `looplj/axonhub:v0.9.36`
- SQLite (default in-container database)
- Railway managed runtime and public domain

## Why Deploy AxonHub on Railway
Railway gives one-click deployment with minimal ops overhead, automatic HTTPS domains, and straightforward variable management. Using the pinned upstream image preserves official startup behavior while keeping upgrades predictable.

## Common Use Cases
- Unified AI gateway for OpenAI/Anthropic-compatible clients
- Multi-provider model routing and channel management via web UI
- Team-level API key and usage management with observability
- Rapid prototyping of LLM apps without SDK rewrites

## Deployment Notes
- HTTP service listens on container port `8090`.
- `PORT=8090` is set for Railway routing.
- Database uses SQLite by default via `AXONHUB_DB_DIALECT=sqlite3` and `AXONHUB_DB_DSN`.
- No custom `startCommand` is required; image ENTRYPOINT is used.
- No persistent volume is attached by default in this template.

## Dependencies for AxonHub on Railway
This template uses a single self-contained service and has no external database dependency by default.

### Deployment Dependencies

| Service | Image | Port | Volume |
|---------|-------|------|--------|
| axonhub | looplj/axonhub:v0.9.36 | 8090 | - |

## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

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