---
title: "Deploy maxun"
description: "No-code platform for web scraping, crawling, search and AI data extraction"
category: "Automation"
url: https://railway.com/deploy/maxun
---

# Deploy maxun

No-code platform for web scraping, crawling, search and AI data extraction

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

- **Creator:** dillonstreator's Projects
- **Category:** Automation
- **Total deploys:** 4

## Template content

### postgres https://devicons.railway.app/i/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:18

### gateway

- **Source:** osbytes/template-maxun
- **Public domain:** Yes

### frontend https://www.maxun.dev/maxun_logo.png

- **Source:** osbytes/template-maxun
- **Health check:** /

### backend https://www.maxun.dev/maxun_logo.png

- **Source:** osbytes/template-maxun
- **Health check:** /

### minio https://raw.githubusercontent.com/minio/minio/master/.github/logo.svg?sanitize=true

- **Image:** minio/minio:RELEASE.2025-09-07T16-13-09Z
- **Start command:** `minio server /data --console-address :9001`
- **Public domain:** Yes

### browser https://www.maxun.dev/maxun_logo.png

- **Source:** osbytes/template-maxun

## Documentation

# Deploy and Host maxun on Railway

Maxun is an open-source no-code platform for web scraping, crawling, search, and AI data extraction. Train robots in minutes to turn websites into structured APIs, schedules, and automations—without writing scrapers by hand.

## About Hosting maxun

This template deploys Maxun as a multi-service stack: an nginx gateway (single public origin for UI + API), frontend, backend, remote Chromium browser, PostgreSQL, and MinIO for screenshots. The gateway is required so Maxun’s httpOnly auth cookie works across login and API calls. Expect higher memory use on the backend and browser services during recording and scheduled runs. Optional Anthropic/OpenAI keys unlock AI mode; Google/Airtable OAuth is optional for integrations.

## Common Use Cases

- Build no-code scraping robots and expose results as APIs or exports
- Schedule recurring crawls and monitor runs from a web UI
- Extract structured data with optional LLM-assisted workflows

## Dependencies for maxun Hosting

- PostgreSQL (application data, sessions, schedules)
- MinIO (run screenshots and document storage)
- Remote Chromium / Playwright browser service
- Public object storage URL for browser-accessible media

### Deployment Dependencies

- Upstream project: [getmaxun/maxun](https://github.com/getmaxun/maxun)
- Template source: [osbytes/template-maxun](https://github.com/osbytes/template-maxun)
- Environment variable reference: [Maxun docs](https://docs.maxun.dev/installation/environment_variables)
- Wiring notes: [docs/railway-wiring.md](https://github.com/osbytes/template-maxun/blob/main/docs/railway-wiring.md)

### Implementation Details

Open only the **gateway** public URL after deploy (not separate frontend/backend domains). Auth uses an httpOnly `token` cookie and requires same-origin UI + API via the gateway.

Recommended sizing: backend ≥ 4 GB, browser ≥ 2 GB. MinIO must stay public for screenshot URLs. Set optional `ANTHROPIC_API_KEY` / `OPENAI_API_KEY` for AI mode. Maxun does not ship a “disable registration” flag—register your account first, then block `POST /auth/register` at the edge if you need lockdown.

## Why Deploy maxun on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying maxun on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.

## Similar templates

- [N8N Main + Worker](https://railway.com/deploy/n8n-main-worker) — Deploy and Host N8N with Inactive worker.
- [Evolution API with n8n](https://railway.com/deploy/evolution-api-with-n8n) — [Jul'26] WhatsApp automation platform using Evolution API, n8n & PostgreSQL
- [Postgres Backup](https://railway.com/deploy/postgres-s3-backups) — Cron-based PostgreSQL backup to bucket storage

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