h_HIRAX.

HIRAX / GUIDES

Less guessing. More shipping.

Practical guides for your own server, application, database and domain.

01 / FIELD GUIDE

Your app works. Now put it on the internet.

A clear route from an AI-built project on localhost to a server, a domain and a working HTTPS application.

02 / FIELD GUIDE

A VPS is a computer that stays on when yours doesn’t.

VPS explained for beginners: CPU, RAM, storage, an IP address and what you are responsible for.

03 / FIELD GUIDE

Open your server in the editor you already use.

Connect VS Code to an Ubuntu VPS with SSH keys, verify the host and work safely in a remote folder.

04 / FIELD GUIDE

Move the repository. Keep the secrets out of it.

A practical GitHub-to-VPS workflow with read-only deployment access, lockfiles and explicit release verification.

05 / FIELD GUIDE

An app, a proxy, one readable Compose file.

Deploy an existing container-ready application using Docker Compose and Caddy with persistent TLS data.

06 / FIELD GUIDE

Next.js beyond localhost.

Build and run a Next.js application on a VPS with standalone output, a reverse proxy and explicit environment handling.

07 / FIELD GUIDE

Give your Node app a proper production process.

Run a plain Node.js service in a container, bind correctly and keep it running behind a reverse proxy.

08 / FIELD GUIDE

Your FastAPI app, outside the notebook.

Containerize a FastAPI service with explicit dependencies, a non-root user and a reverse proxy.

09 / FIELD GUIDE

A database for your app. Not for the entire internet.

Keep PostgreSQL private, persist its data and test a real backup and restore workflow.

10 / FIELD GUIDE

Turn an IP address into a URL you can share.

Connect a domain to your VPS, avoid broken AAAA records and issue HTTPS with Caddy.

11 / FIELD GUIDE

Before your first visitor, close the obvious doors.

Practical VPS security for beginners: SSH keys, private databases, secrets, updates and recoverable backups.

12 / FIELD GUIDE

Your app stops when SSH closes. Here’s why.

Keep an app or bot running after logout with systemd or a container restart policy.

13 / FIELD GUIDE

One VPS. More than one project.

Route multiple domains to separate apps without mixing secrets, databases or deployment responsibilities.

14 / FIELD GUIDE

It loads. Is it ready?

A practical production checklist for your first live app: routing, auth, data, restarts, logs and recovery.