Hosting · VPN · Mail

Hakurei Cloud H A K U R E I . C L O U D

Build a shrine for your app.
A sacred suite of tools for those who care about their infrastructure.

Explore the Suite How it works
Scroll

Three sacred tools.
One platform.

Each product is designed to stand alone — and to work beautifully together.

Live
Hakurei Shrine
Shrine Hosting

Docker-native hosting where every project lives in its own isolated container with a dedicated subdomain. Choose your stack, launch your shrine.

Docker Auto SSL Custom Domains Free
Learn more
Coming Soon
Hakurei Barrier
Barrier VPN

Experience the sacred protection of Hakurei Barrier. Private, encrypted, and reliable VPN access available with two locations(USA and Germany).

WireGuard Zero-config Mesh Network Private DNS
Notify me
Coming Soon
Hakurei Omikuji
Omikuji Mail

Transactional and hosted email, drawn from the same sacred source. Your own domain, your own mailboxes — fully managed and beautifully simple.

Custom Domain SMTP / IMAP Spam Guard Webmail
Notify me

How Hakurei
Shrine works

01

Choose your packages & dependencies

Node.js, Python, PHP, databases — pick your stack. Your choices are saved into the container manifest.

02

A Docker image is generated

A Dockerfile and docker-compose.yml are created automatically based on your selection — an isolated, reproducible environment.

03

Your container is launched

An isolated container spins up with dedicated resources, fully separated from every other environment on the platform.

04

Your subdomain is created

A subdomain like your-app.hakurei.cloud is assigned instantly with a valid SSL certificate. No manual DNS setup needed.

hakurei-deploy · bash
# Hakurei is generation a Dockerfile
FROM node:20-alpine
RUN npm install -g pnpm
WORKDIR /app
COPY . .
RUN pnpm install
EXPOSE 3000

# Container is live ✦
Container my-app-7f3a started
SSL issued for subdomain
Live at my-app.hakurei.cloud

Everything your
project needs

Docker-native hosting means full isolation, reproducible environments, and instant scaling. Every project lives in its own sacred space.

Docker Isolation

Every project runs in an isolated container. No dependency conflicts, no cross-contamination between environments.

Container

Automatic SSL

Let's Encrypt certificates are issued and renewed automatically for every subdomain you create.

Security

Network Isolation

Each container runs in its own Docker network. Communication between services only through explicit configuration.

Network

Custom Stack

Node.js, Python, PHP, Ruby, Go, Rust. PostgreSQL, MySQL, Redis, MongoDB. Assemble the exact stack you need from ready-made building blocks.

Flexible

Instant Subdomain

A *.hakurei.cloud subdomain is created in seconds. DNS records are configured automatically when the container is provisioned.

DNS

Monitoring

Built-in dashboard with CPU, memory and traffic metrics. Alerts on anomalies — before your users ever notice.

Observability

Build your environment

Choose your packages, set a name — your shrine will be ready in moments.

Package Selector

Runtime
Node.js 20
Node.js 18 LTS
Python 3.12
PHP 8.3
Go 1.22
Rust
Database
PostgreSQL 16
MySQL 8
MongoDB
Redis
SQLite
Tools
Nginx
Caddy
Git
FFmpeg
Puppeteer
Subdomain
.hakurei.cloud
https://my-project.hakurei.cloud
docker-compose.yml
version: '3.9'
services:
  app:
    image: node:20-alpine
    container_name: my-project
    labels:
      hakurei.subdomain: my-project
      hakurei.ssl: true
    restart: unless-stopped

Free for everyone,
forever.

Hakurei Cloud is completely free. No credit card. No hidden fees.
Just pick your stack and launch your shrine.

$0
Always free · No limits
Unlimited containers
Custom subdomains
Automatic SSL certificates
Full Docker isolation
Any runtime or database
Built-in monitoring
Create your account

No credit card required

Protection is the foundation

Your applications are protected at every layer — from the network down to the container filesystem.

Network Isolation

Every container lives in its own Docker network. No access to other projects without an explicit configuration.

🔐

TLS Everywhere

All traffic is encrypted. SSL termination at the reverse proxy level with automatic certificate renewal.

🛡

Rootless Containers

Containers run without root privileges. Even if an application is compromised, the host system stays protected.

📋

Audit Logs

Every action is logged. Full history of deployments, configuration changes, and security events.