Skip to content

Tools that write or complete code from natural language come in five practical shapes: autocomplete plugins inside an existing editor, standalone AI editors, terminal agents, cloud agents that run tasks on remote machines, and no-code app builders that turn a chat into a running app.

The row a non-coder starts in is the no-code builder. Replit, Lovable, v0, and Bolt.new build and host a working app, including login and a database, from a plain-language conversation. Everything else on the list assumes you can read some code.

Almost every tool calls a cloud model even when the tool itself runs on your machine. Open-source options where you pay only for model usage exist at every level: Cline and Continue in the editor, Aider, Gemini CLI, and OpenCode in the terminal.

Snapshot of 7 June 2026. 27 entries in this group, about 23 with a free option and 22 that can run on your own hardware. Prices and versions change often, and each name links to its official page. The full directory has search and filters across all categories.

How to Choose

Never written code:

Replit, Lovable, v0, and Bolt.new go from chat to a hosted, working app with login and a database.

You use VS Code or JetBrains:

GitHub Copilot and JetBrains AI slot into the editor you already have. Cursor and Windsurf are full editors rebuilt around an AI agent.

You work in the terminal:

Claude Code, OpenAI Codex, Gemini CLI, and Aider read, edit, and run code directly in your repository.

Free and open-source:

Cline, Aider, Continue, and OpenCode are free tools where you bring your own model key and pay only for usage. Gemini CLI adds a free tier of roughly 1,000 requests a day.

Hands-off tasks:

Devin and Sourcegraph Amp run whole tasks autonomously on cloud machines and come back with the result.

All 27 Coding & app building Entries

Tool Maker What it is Cost Where it runs Hardware
Aider Community Terminal AI pair programmer. Edits as diffs and auto-commits each change. Open-weight Cloud or local Any device
Amazon Q Developer Amazon AWS coding assistant for the IDE and CLI with completions and agents. Free + paid Cloud or local Any device
Amp Sourcegraph Sourcegraph frontier coding agent across CLI, web, and mobile. Free + paid Cloud or local Any device
Augment Code Augment Context-engine assistant and agent tuned for large production codebases. Paid Cloud or local Any device
Bolt.new StackBlitz In-browser builder that runs a full Node.js environment for backend and login. Free + paid Cloud Any device
Claude Code Anthropic Terminal-first agent that reads and edits files, runs commands, and commits. Free + paid Cloud or local Any device
Cline Cline Open-source VS Code and CLI agent. Bring your own keys across providers. Open-weight Cloud or local Any device
Continue.dev Continue Open-source IDE assistant and platform for building custom agents. Open-weight Cloud or local Any device
Cursor Anysphere AI code editor (VS Code fork) built around an agent with an autonomy slider. Free + paid Cloud or local Any device
Devin Cognition Autonomous AI software engineer that plans and executes whole tasks remotely. Paid Cloud Any device
Gemini CLI Google Open-source terminal agent with built-in Google Search grounding. Free + paid Cloud or local Any device
GitHub Copilot GitHub (Microsoft) Autocomplete, chat, and agent mode inside major editors. Started the category. Free + paid Cloud or local Any device
Google Antigravity Google Google agent-first development platform built around Gemini. Free + paid Cloud or local Any device
JetBrains AI / Junie JetBrains AI assistant plus the Junie agent across JetBrains IDEs. Free + paid Cloud or local Any device
Kiro Amazon AWS spec-driven agentic IDE that writes a spec and plan before coding. Free + paid Cloud or local Any device
Lovable Lovable Build apps and websites by chatting with AI. Full-stack with hosting and login. Free + paid Cloud Any device
OpenAI Codex OpenAI Coding agent in the terminal, IDE, web, and iOS. Local edits plus cloud tasks. Free + paid Cloud or local Any device
OpenCode Community Open-source terminal coding agent supporting many providers, including local. Open-weight Cloud or local Any device
Qodo Qodo AI code-quality platform: PR review, test generation, and an agentic CLI. Free + paid Cloud or local Any device
Replit Replit Chat-to-app builder with hosting, database, and an agent. A non-coder entry point. Free + paid Cloud Any device
Sourcegraph Cody Sourcegraph Enterprise code assistant with deep codebase context. Paid Cloud or local Any device
Tabnine Tabnine Privacy-focused assistant deployable fully private or air-gapped. Paid Cloud or local Any device
Trae ByteDance Free VS Code-based AI IDE with a project-scaffolding builder mode. Free + paid Cloud or local Any device
v0 Vercel Turns prompts into front-end interfaces and full-stack apps. Deploys to Vercel. Free + paid Cloud Any device
Warp Warp AI-native terminal and agentic development environment. Free + paid Cloud or local Any device
Windsurf Cognition AI editor with an agentic Cascade workflow. Now owned by Cognition. Free + paid Cloud or local Any device
Zed Zed Industries Fast native editor with built-in AI, edit prediction, and external agents. Free + paid Cloud or local Any device

Common Questions

Can I build an app without knowing how to code?

Yes. The no-code builders (Replit, Lovable, v0, Bolt.new) produce and host working apps from a chat, including login and a database. Free tiers are credit-limited, so a real project usually lands on the 20-to-25-dollar-a-month plans.

Which coding AI is free?

GitHub Copilot has a free tier of about 2,000 completions a month. Gemini CLI is open-source with a free daily quota. Cline, Aider, Continue, and OpenCode are free open-source tools where you pay only your model provider for usage.

Do any of these work fully offline?

Most tools call a cloud model even when they run locally. Aider and Cline can point at a local model through tools like Ollama, and Tabnine sells fully private, air-gapped deployment to companies.