Get Started

TurkeyCode is free and open source. Install it, bring your Claude API key, and build your first app in under a minute.

Sign in to watch builds & deploy

The CLI works without an account. Sign in to get a live build dashboard and one-command deploys.

Sign In

1. Install

$ npm install -g turkeycode

Or use npx to run without installing: npx turkeycode run "..."

2. Connect to Claude

RECOMMENDED

Claude Max or Pro subscription

If you have a Claude Max or Pro plan, you already have everything you need. Do NOT set an API key. TurkeyCode uses the claude CLI directly, no extra cost.

# Just make sure Claude CLI is installed and logged in
$ claude --version

Or use an API key

If you don't have a Claude subscription, set an API key instead. Get one at console.anthropic.com.

$ export ANTHROPIC_API_KEY=sk-ant-...

3. Build something

# Web app
$ turkeycode run "Build a job board with Stripe payments"
# CLI tool
$ turkeycode run "Build a CLI that converts CSV to JSON with filtering"
# From a spec file
$ turkeycode run --spec PRD.md

4. Deploy (optional)

$ turkeycode login
$ turkeycode deploy
→ Live at yourapp.turkeycode.ai in 60 seconds

Hosting starts free. Full-stack apps with DB, auth, and more from $12/mo. See pricing

What TurkeyCode does, every step

One run, end to end. Steps 3–9 repeat for each build phase, then it polishes the whole repo.

  1. 1Research, explores your idea, pins down the right docs, APIs, and patterns
  2. 2Plan, breaks the work into 2–5 coherent build phases, each with acceptance criteria
  3. 3Build, one focused session per phase, full production code, not prototypes
  4. 4Quick check, fast compile/sanity pass before spending time on QA
  5. 5QA, smoke test first, then functional + visual tests in parallel, then a CLEAN / NEEDS_FIX verdict
  6. 6Auto-fix loop, fixes any blockers in parallel and re-tests, up to 3 attempts
  7. 7Code review, reviews the phase's diff for quality and regressions
  8. 8After-action report, optional retro on what was built (--aar)
  9. 9Merge, opens a PR from the phase branch and merges to main, then loops to the next phase
  10. 10Polish pass, one repo-wide cleanup of every warning, re-verifies the build, and merges

Not a developer?

Tell us what you want built and we'll handle everything, building, QA, deployment, and hosting. You get a production app without touching a terminal.

Build It For Me →

$29 per sprint. Hosting plans start free.