Create your account
Go to capy.ai and sign up. You’ll get a free trial to start.
Connect a repository
From the dashboard, click Connect GitHub and install the Capy GitHub App. Choose which repositories to grant access to.
Start a task
Click Start task, pick your repo, and choose a model. Claude Sonnet is a good default.Describe what you want. Be specific - reference files, mention patterns, explain the expected behavior. Here are some real examples:“Add a
/health endpoint to the Express server in src/server.ts that returns { status: 'ok', uptime: process.uptime() }.”“The login form at src/components/LoginForm.tsx doesn’t show validation errors. Add inline error messages for empty email and invalid password format.”“Refactor the user service in src/services/user.ts to use the repository pattern like we do in src/services/order.ts.”