Skip to content

[DEMO] Deploy dashboard to Vercel #4

Description

@hasan-malik

Give the team and judges a shareable URL.

Easiest path (no CI, no secrets)

  1. Browser → https://vercel.com/new
  2. "Continue with GitHub" → authorize Vercel
  3. Find `hasan-malik/openclaw-hackathon` → Import
  4. Framework auto-detects Next.js. Accept all defaults.
  5. Add env var: `ANTHROPIC_API_KEY` = your sk-ant-… key (paste in the env section)
  6. Click Deploy. ~90 seconds → you get a URL.
  7. Share URL with the team. From now on every push to `main` auto-deploys.

After deploying

  • Test the chat from the deployed URL — confirm the agent replies and tool traces show up.
  • Add other env vars only as they get filled (AGENT_, GOATX402_).

What does NOT work on Vercel

  • JSON file store (`.shieldclaw/findings.json`) — re-seeds mock data on each cold start. Fine for demo.
  • The nuclei subprocess (`npm run agent`) — must run on the demo box, not Vercel.

Details in .github/DEPLOY.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    demoRequired for the live 2-minute demoinfraDeploy / DevOps

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions