@composio/trustclaw
v0.3.3
Published
One-command deploy for TrustClaw on Vercel
Readme
@composio/trustclaw
One-command deploy for TrustClaw on Vercel.
Usage
git clone https://github.com/ComposioHQ/trustclaw && cd trustclaw
pnpm install
npx @composio/trustclaw deployThe CLI handles the entire deploy:
- Forks (or publishes) the repo to your GitHub
- Creates a Vercel project linked to it
- Provisions Postgres + pgvector via Vercel Marketplace (and optionally Upstash Redis)
- Auto-generates
BETTER_AUTH_SECRETandCRON_SECRET - Prompts you for a free Composio API key
- Runs the Prisma schema sync
- Triggers the production deploy and opens the URL in your browser
- Optionally walks you through Telegram bot setup
- Tunes config (cron schedule, function timeouts) for your Vercel plan
- Re-running picks up where it left off
Prerequisites
- A Vercel account (
npx vercel loginonce) - A GitHub account with
ghCLI installed (gh auth loginonce) - A free Composio API key
License
MIT - see the main repo for the LICENSE.
