Gigabox Apps · OpenClaw Live

Your own AI assistant, on your own subdomain.

OpenClaw gives every user a dedicated AI agent — hosted, isolated, and persistent. Sign in once, start talking. Your assistant remembers everything and lives at a URL you can bookmark and come back to.

openclaw.gigabox.ai

What you get

A managed AI assistant with isolation, persistence, and access controls — no infrastructure to manage.

Dedicated Subdomain

Each instance runs at its own URL with isolated storage, config, and conversation history.

Persistent Memory

Your assistant remembers past conversations and builds context over time. Memory survives restarts and is backed up to cloud storage.

Clerk Authentication

Sign in with your existing account. No passwords to manage — Clerk handles identity, and access is granted automatically.

Spend Controls

Global and per-user daily spend caps prevent runaway costs. Every LLM call is metered and tracked in real time.

Private Chat Interface

A clean web UI for chatting with your AI assistant. Conversations are stored in SQL and persist across sessions.

Multi-Tenant Isolation

Each instance is a separate process with its own config, model selection, and data directory. No cross-tenant data leakage.

How it’s built

Each instance is a separate OpenClaw process behind nginx, with Clerk handling identity across subdomains.

Runtime OpenClaw 2026.5.5 · Node.js
Auth Clerk (cross-subdomain session bridge)
Management FastAPI · Python 3.12 · asyncpg
AI DeepSeek V4 Flash via OpenRouter
Database Cloud SQL (Postgres 16)
Infra GCE · nginx · systemd · acme.sh wildcard SSL

Why we built it

Most AI chat tools are shared infrastructure. Your conversations live on someone else’s servers, mixed with everyone else’s data, behind a generic URL. We wanted something different: a dedicated assistant that feels like yours.

OpenClaw gives each user their own subdomain, their own process, their own persistent memory. The assistant builds context over time and never forgets. It runs on infrastructure we manage, with authentication handled by Clerk and spend tracked per-user.

The entire platform — from the nginx routing to the auth bridge to the management API — was built and deployed by AI.

info@gigabox.ai