Already Have Claude?

If you already have Claude Code (CLI, desktop app, or IDE extension), you're 2 minutes away from building with Click Click Claude. No reinstall needed.

You can skip installation

Click Click Claude works with your existing Claude Code setup. You just need a license key and our CLAUDE.md config.

What you need

  • *Claude Code — CLI, desktop app, or VS Code / JetBrains extension
  • *An invite code — get one from an existing member

1. Sign up

Go to clickclickclaude.dev/login and sign up with your invite code. You'll get a magic link to your email — no password needed.

2. Subscribe

Add a payment method — $7.90/month + Claude API usage, pass-through at Anthropic's rates. GitHub, Vercel, Supabase, and the Claude API proxy are all included; no external accounts to connect.

3. Get your license key

Your license key is on the dashboard home page, inside the Getting Started checklist (step 3, Sign in with your license key). Click copy and keep it handy.

4. Configure Claude Code

Save your license key so Claude Code can authenticate with Click Click Claude:

mkdir -p ~/.claude && echo "YOUR_LICENSE_KEY" > ~/.claude/ccc-license-key

Replace YOUR_LICENSE_KEY with the key you copied from the dashboard.

5. Create a project

Go to Projects in the dashboard and create a new project. A 7-step checklist walks through GitHub repo → Vercel project → Supabase databases → environment variables → deploy pipeline → boilerplate → first production deploy. Typically live in 1–2 minutes.

6. Start building

Open your terminal (or the Claude desktop app / IDE extension) and tell Claude what to build. It knows your project's context automatically.

claude "Clone my project and build a landing page with a hero and pricing section"

Claude clones your repo, writes code, commits, pushes, and Vercel deploys it. Your app will be live in minutes.

Works with all Claude interfaces

~CLIclaude in your terminal
~Desktop app — Claude Code standalone application
~VS Code — Claude Code extension from the marketplace
~JetBrains — Claude Code plugin for IntelliJ, WebStorm, etc.

Troubleshooting

Claude doesn't recognize my project? — Make sure your license key is saved at ~/.claude/ccc-license-key, or re-copy it from the Getting Started checklist on the dashboard home.

Authentication errors? — Your subscription needs to be active. Verify from the dashboard home; the home banner will prompt you if GitHub needs to be connected.

Deploy not working? — Open the project in the dashboard and check the Deploys tab for the latest GitHub Actions and Vercel statuses.