Redclaw is a managed SaaS layer around OpenClaw. It adds user accounts, assigned agents, persistent chat, skill controls, backend-managed runtime config, and credits-based billing.
Redclaw keeps the OpenClaw runtime underneath, while adding the product layer needed to operate it like a real hosted app.
Each user gets one assigned OpenClaw agent, one workspace, and one main conversation path.
The backend owns the main OpenClaw config and syncs per-agent visibility and behavior automatically.
Usage is priced, marked up, converted into credits, and finalized or refunded after each run.
Client app with Supabase sign-in, chat UI, skill toggles, billing screens, and account settings.
Node.js + Express control plane that provisions agents, syncs config, handles chat, and processes billing events.
Hosted Supabase stores users, agents, messages, skill state, plans, purchases, and credit ledger records.