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

  • Researches your idea — finds docs, APIs, best practices
  • Plans the build — breaks it into phases with acceptance criteria
  • Builds it — full production code, not prototypes
  • QA tests it — smoke, functional, and visual testing
  • Fixes bugs automatically until it passes

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.