TECHAGENT - MY AI LIFE

Vibecoding environments

AI coding environments and how they connect - editors, agents, runtimes, protocols and the models behind them.

How they connect

Onlook
Zed
Windsurf
VS Code

Comparison

Resources
AI Code Reviews | CodeRabbit | Try for FreeOther----Freemium
-
AideAI editors (forks)VS CodeClaude Opus Latest-OllamaFreemium
AiderAgentic CLIs-Claude Opus Latest-OllamaOpen Source
Blackbox AIExtensions-Claude Opus Latest--Paid
Bolt.newCloud agents-Claude Opus Latest--Freemium
CC SwitchOther----Open Source
-
Charlie LabsCloud agents-GPT-5.2 ProGitHub Copilot-Freemium
Claude CodeAgentic CLIs-Claude Opus LatestMCP-Paid
ClineExtensions-Claude Opus LatestMCPOllamaOpen Source
CodeAnt AIOther----Freemium
-
CodebuffAgentic CLIs-Claude Opus LatestMCP-Paid
CodeGraphOther----Open Source
-
CodeiumExtensions-Claude Opus LatestMCP-Free
ConductorAgentic CLIs-Claude CodeMCP-Free
ContinueExtensions-Anthropic Claude Haiku LatestMCPOllamaFreemium
CursorAI editors (forks)VS CodeClaude Opus LatestMCP-Freemium
Devika AIAgentic CLIs-Claude Opus Latest-OllamaOpen Source
DevinCloud agents-Claude Opus LatestMCP-Paid
Factory.aiAgentic CLIs-Claude Opus LatestMCP-Freemium
Firebase StudioCloud agents-Gemini 1.5 FlashMCP-Freemium
Gemini CLIAgentic CLIs-Gemini 1.5 FlashMCP-Open Source
GitHubExtensions-OpenAI GPT Mini LatestMCP-Freemium
GitHub CopilotExtensions-GPT-5.2 ProMCP-Paid
GitHub Spec KitOther----Open Source
-
Google CloudExtensions-Gemini 1.5 FlashMCP-Freemium
GooseOther----Open Source
-
GraphifyOther----Open Source
-
KiloExtensionsClineClaude Opus LatestMCPOllamaOpen Source
KiroAI editors (forks)VS CodeClaude Opus LatestMCP-Paid
LM StudioLocal runtimes--MCP-Free
LovableCloud agents-Claude Opus LatestMCP-Freemium
MagicCloud agents----Freemium
MarblismCloud agents-Claude Opus Latest--Paid
-
MorphLocal runtimes-Claude Opus LatestMCP-Freemium
OllamaLocal runtimes-Llama 3.1 405B--Freemium
OnlookIDE / Editors-Claude Opus Latest--Open Source
OpenAI CodexAgentic CLIs-GPT-5.2 ProMCPOllamaFreemium
OpenCodeAgentic CLIs-Claude Opus LatestMCPOllamaOpen Source
PearAIOther----Free
-
Pieces for DevelopersOther----Freemium
-
PythagoraExtensions-GPT-4.1--Freemium
QoderIDE / EditorsVS CodeClaude Opus LatestMCP-Free
QodoExtensions-Claude Opus LatestMCP-Freemium
Refact.ai AI Coding Assistant | Fine-tuned, Secure, and Open-sourceExtensions-Claude Opus LatestMCP-Freemium
Replit AICloud agents-Claude Opus LatestMCP-Freemium
RoomoteCloud agents-Claude Opus LatestGitHub Copilot-Freemium
SupermavenOther----Freemium
-
Sweep AIOther----Freemium
-
TabbyOther----Open Source
-
TabnineExtensions-Claude Opus LatestMCP-Freemium
TempoCloud agents-Claude Opus LatestMCP-Freemium
TesslAgentic CLIs-Claude Opus LatestMCP-Freemium
The copilot era is over | Cosine AICloud agents-GPT-4o-mini Search Preview--Paid
TraycerExtensions--Claude Code-Freemium
v0 by VercelCloud agents-Mistral 7B Instruct v0.1MCP-Freemium
VerdentExtensions-Claude Opus LatestMCP-Freemium
VibecodeCloud agents-Claude Opus Latest--Freemium
VoidAI editors (forks)VS CodeClaude Opus Latest-OllamaOpen Source
VS CodeIDE / Editors-GitHub CopilotMCP-Open Source
WarpAgentic CLIs-Claude Opus LatestMCP-Freemium
WindsurfIDE / EditorsVS CodeClaude Opus LatestMCP-Freemium
ZedIDE / Editors-Claude Opus LatestMCPOllamaFreemium
ZencoderExtensions-Claude Opus LatestMCP-Freemium
Resources:๐Ÿ“„Docs๐Ÿ“˜Guide๐ŸŽ“Course

Vibecoding tools

This page gathers AI coding environments ('vibecoding') and shows how they fit together - so you can pick a stack and see what powers it.

  • โ€ขSchema - environments grouped into layers: editors/IDEs, AI forks, extensions, agentic CLIs, cloud agents and local runtimes.
  • โ€ขConnections - for each tool: what it is built on, the model that powers it, the protocol it speaks (MCP), and the local runtime and router it can use.
  • โ€ขComparison - the same facts side by side in a table, plus links to docs, guides and courses.

Key terms

  • IDE / editor - where you write code (VS Code, Zed).
  • Fork - an editor rebuilt around AI (Cursor, Windsurf).
  • Extension - an AI plugin for an existing editor (Copilot, Cline).
  • Agentic CLI - an AI agent in the terminal (Claude Code, Codex, Aider).
  • Cloud agent - runs in the browser/cloud (Bolt, v0, Replit).
  • Runtime - runs models locally (Ollama).
  • MCP - Model Context Protocol, connects agents to tools and data.
  • Router - routes requests across many models (OpenRouter).

๐Ÿš€ The best way to learn coding is to start doing - open one of these tools and build your own project. Pick something small, ship it, iterate.

Key terms

Commit
- saving a set of changes to the project history.
Push
- uploading your commits to a remote repository (GitHub).
Pull Request (PR)
- a request to merge your changes into the main code.
Merge
- combining branches of code together.
Branch
- a parallel line of development.
Repository (repo)
- the storage for your project's code.
Clone
- a local copy of a repository.
Deploy
- publishing your app/site to the internet.
Hosting
- where your site lives (Vercel, Netlify).
Build
- compiling the project into a ready-to-run form.
CI/CD
- automatic build and deployment pipeline.
.env / env vars
- secrets and settings kept out of the code.
API key
- credential to access an external service.
Frontend / Backend
- the client side / the server side.
Terminal / CLI
- the command line where you run tools.
๐Ÿ’ก

Tip: build & deploy a site as a beginner

A simple path from idea to a live website using AI tools:

  1. 1Pick an environment - Cursor, Windsurf or VS Code + Claude Code - and describe your idea.
  2. 2Generate the project (e.g. on Next.js) and run it locally to check it works.
  3. 3Put the code on GitHub: commit โ†’ push.
  4. 4Deploy for free on Vercel or Netlify - connect the repo and it publishes automatically.

โšก No-setup quick start: Bolt.new, v0, Lovable or Replit build and host in the browser.

We only focus your attention and give you starting points. To actually begin a project, ask your AI chat directly - it will give you precise, detailed and personal instructions for implementing any of your ideas.