| Tool | Best for | Free tier highlight |
|---|---|---|
| Cursor | AI-native IDE with full context | Limited free composer + 50 premium requests |
| Windsurf (Codeium) | Flow-state coding + Cascade agent | Unlimited completions, 500 flow actions/mo |
| Replit Agent | Browser-based full‑stack prototyping | Free tier with basic agent usage + hosting |
| Cline | Open‑source, BYOK, terminal‑first | 100% free extension (you pay API if you use) |
| Amazon Q Developer | AWS-centric & security scans | Free individual tier (intelligent completions) |
| Tabnine | Privacy-focused on-prem capable | Free basic completions (supports 30+ langs) |
| Sourcegraph Cody | Large codebase understanding | Free on Sourcegraph.com (rate limited) |
| Bolt.new | Prompt → full-stack web app | Free tier with limited builds |
| Google Antigravity | Learning / Claude Opus 4.5 free | Experimental free access (Gemini models) |
| Continue.dev | Self-hosted, any model, open source | Free forever, bring your own API key |
I’ve tested each (or leaned on community signal) — here’s the real story behind the free tier, not just marketing.
Cursor’s composer can edit multiple files at once. In 2026, the free tier still gives you access to Claude 3.5 Haiku and GPT-4o mini for quick tasks. Perfect for solo devs who want project-wide refactors without paying $20. Downside? Once you hit the cap, you fall back to basic tab completion. [citation:1][citation:6]
Formerly Codeium, Windsurf keeps a flow state. Cascade can auto-fix linter errors and even run terminal commands. For most light dev, 500 actions is plenty — I’ve built a small CRUD app and used 80. [citation:5][citation:8]
Replit’s agent can turn “build a todo app with Flask” into a running app. Free tier includes 500MB storage and some agent invocations. Great for hackathons or learning. [citation:1][citation:7]
Cline (ex- Claude Dev) is a VS Code extension that gives Claude/GPT full terminal + file access. You pay your own API usage — but if you use cheap models (Gemini flash, Claude 3 Haiku), it’s pennies. No vendor lock-in. [citation:1][citation:3]
Amazon’s AI used to be “CodeWhisperer”. Now Q Developer offers solid completions and security scans (blocks 1M+ insecure suggestions/month). Free tier is truly free, no credit card. [citation:4][citation:6]
Tabnine now offers a local fallback model in free tier. It’s not as powerful as Copilot, but for offline or regulated work, it’s a gem. [citation:1][citation:6]
Cody understands your whole repo. Free tier includes 500 chat requests/month, and code search across public repos. Ideal for navigating large projects. [citation:3][citation:6]
From StackBlitz, Bolt.new is like Replit but with a stronger agent for web apps. The free tier is enough to prototype 2–3 apps/month. [citation:1][citation:5]
Google’s Antigravity (codenamed) gives devs limited free calls to its strongest models via AI Studio. Great for complex reasoning without spending. [citation:3][citation:8]
Continue is the leading open‑source coding assistant. Use it with Ollama (local) or any OpenAI‑compatible API. Full control, no spying. [citation:6][citation:8]
Research-backed additions that didn't make the top 10 but deserve mention: VS Code (duh), NotebookLM, n8n (self‑hosted), Penpot, Obsidian, PowerToys, Aider (open source), RooCode (Cline fork), CodeGPT (BYOK), and Bito AI (free code reviews). [citation:2][citation:3]