/* TEAM */ Founder & Engineer: Devon (Malchiior) Site: https://clawhq.dev GitHub: https://github.com/Malchiior /* THANKS */ Anthropic — Claude (the LLM behind much of the platform's chat surface and the engineering pair-programmer behind a meaningful slice of this codebase). The open-source community: Postgres, pgvector, Prisma, Vite, React, TypeScript, Express, Docker, Electron, OpenClaw, Ollama, ComfyUI, IPEX, Stripe Connect, Tailwind, Lucide, JetBrains Mono, Outfit, Fraunces. /* SITE */ Last update: 2026-05-08 Language: English Doctype: HTML5 IDE: VS Code, Cursor, Antigravity Standards: HTML5, ES2022, CSS Variables, Service Workers /* TECHNOLOGY */ Frontend: React 18, Vite, TypeScript, Tailwind CSS, Framer Motion Backend: Node.js 20, Express, Prisma, PostgreSQL (Neon), pgvector Infra: Vercel (frontend), Railway (backend), Hetzner (Docker orchestrator), Cloudflare (in progress) Container runtime: Docker + multi-tier hardening (cap-drop, read-only fs, tmpfs, pids-limit, non-root user, optional ROCm/CUDA/IPEX) Auth: Sessions + JWT, OAuth (Google, Apple), bridge OAuth pairing Payments: Stripe + Stripe Connect, MoonPay (crypto) AI: Anthropic Claude, OpenAI, Google Gemini, DeepSeek, OpenRouter, Ollama (local), ComfyUI (local image gen), IPEX-LLM (Intel Arc) Memory: Per-agent SOUL.md / MEMORY.md / WORKSPACE.md, plus cross-agent Hivemind (pgvector-backed shared memory) and ClawHQ MCP server Observability: Sentry, PostHog, Statsig, GA4, custom audit logging Bridge desktop: Electron 28, code-signed via SSL.com eSigner /* DESIGN PRINCIPLES */ - Privacy-first: Hivemind + WildClaw run on user hardware when configured. Bridge mode keeps inference + data local. - Defense-in-depth: per-user kill switches, per-agent opt-ins, marketplace rental write-gates, content wrapping for all stored memory entries fed back to models. - Clarity over cleverness: prefer obvious code paths and explicit config over implicit magic.