GitHub - vercel-labs/vercel-openclaw: Deploy OpenClaw on Vercel
OpenClaw is a Next.js app that wraps an AI agent (OpenClaw) in a full control plane with auth, persistent sandboxes, channel integrations, and an egress firewall, deployed on Vercel. The recommended setup uses the `vclaw` CLI (`npx @vercel/vclaw create`) which automates end-to-end provisioning: cloning the repo, linking a Vercel project, provisioning Redis via Marketplace, setting secrets, enabling Deployment Protection, running a production deploy, and verifying the live sandbox. It supports Slack, Telegram, WhatsApp, and Discord channel integrations, with Telegram and Slack configurable directly from the CLI. The stack includes Vercel Sandbox for persistent agent state, Vercel AI Gateway for OIDC-authenticated model access, Vercel Workflow for durable message delivery, and Vercel Cron for watchdog health checks.