awesome-vibe-coding

mcp
Security Audit
Pass
Health Pass
  • License — License: CC0-1.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 24 GitHub stars
Code Pass
  • Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This project is a curated collection of 500+ resources, platforms, and tools dedicated to "vibe coding"—the practice of building software using conversational AI prompts. It serves as a comprehensive directory rather than an active software application or server.

Security Assessment
Overall Risk: Low
The repository contains no executable application code. The automated code scan evaluated 2 files and found no dangerous patterns, hardcoded secrets, or requests for elevated system permissions. As a documentation and resource list, the project does not execute shell commands, access sensitive local data, or make external network requests.

Quality Assessment
The project is actively maintained, with its most recent push occurring just today. It utilizes the permissive CC0-1.0 license, allowing unrestricted use and distribution. While community trust metrics are currently low with only 24 GitHub stars, the repository is well-organized and transparent about its purpose. The maintainer actively tests and verifies listed tools, inviting community contributions and issue tracking to keep the directory up-to-date.

Verdict
Safe to use.
SUMMARY

A curated list of 300+ tools, platforms, and resources for vibe coding and building software by talking to AI

README.md

Awesome Vibe Coding

Awesome

A curated list of 500+ tools, platforms, resources, and communities for vibe coding - the practice of building software by describing what you want to an AI and letting it handle the implementation.

The term was coined by Andrej Karpathy in February 2025:

"There's a new kind of coding I call 'vibe coding', where you fully give in to the vibes, embrace exponentials, and forget that the code even exists."

If you find this useful, please star this repo - it helps others discover it!

Note from the maintainer: I built this list because I was drowning in AI coding tool launches and couldn't find a single place that had everything organized. Whether you're a senior dev evaluating agents or a complete beginner who just heard about "vibe coding" - this is the list I wish existed when I started. I personally test and verify tools before adding them. If something is missing or outdated, open an issue or submit a PR.


⚡ The Starter Kit

Overwhelmed by 500+ tools? If you are just starting out with vibe coding, start here:

  1. Cursor - The best overall AI code editor. (Desktop IDE)
  2. Lovable - The best way to build a web app if you don't know how to code. (Web Builder)
  3. Claude Code - The best tool if you are already comfortable in the terminal. (CLI)

Contents


AI Coding Agents

IDE-Based

Full-featured code editors with deeply integrated AI that can understand your entire codebase, edit multiple files, and execute commands autonomously.

  • Cursor - AI-first code editor built on VS Code. Industry benchmark for agentic IDE experience. Features Composer for multi-file editing, Tab for intelligent autocomplete, and deep codebase awareness. Personal pick - the one most people should start with. [Freemium] [Pro $20/Mo]
  • Windsurf - AI coding IDE by Codeium (acquired by Cognition in 2025). Strong context awareness across large codebases at competitive pricing. Features Cascade for multi-step agentic flows. [Freemium]
  • Void - Open-source AI code editor. Privacy-first alternative that lets you bring your own model/API key. No vendor lock-in. [Free] [Open Source]
  • Zed - High-performance editor written in Rust with built-in AI assistant. Known for blazing speed and multiplayer editing. [Free]
  • PearAI - Open-source AI code editor forked from VS Code with integrated AI chat and inline editing. Community-driven. [Free] [Open Source]
  • Melty - Open-source AI code editor that watches what you do and understands your codebase changes in real-time. [Free] [Open Source]
  • Trae - AI-native IDE by ByteDance. Free access to Claude and GPT models with agentic Builder mode. [Free]
  • VS Code + Copilot - Microsoft's editor with GitHub Copilot chat, inline suggestions, and agent mode deeply integrated. [Copilot Free Tier Available]
  • JetBrains IDEs + AI Assistant - IntelliJ, PyCharm, WebStorm etc. with JetBrains' own AI assistant and Copilot support. [Paid]
  • Neovim + AI Plugins - The hackable text editor with AI plugins like Copilot.vim, ChatGPT.nvim, and Avante.nvim for terminal purists. [Free] [Open Source]
  • Emacs + GPTel - AI assistant for Emacs. Chat with LLMs, generate code, inline editing. For Emacs die-hards. [Free] [Open Source]
  • Fleet - JetBrains' lightweight editor with AI capabilities. Polyglot, fast, collaborative. [Free]

Terminal / CLI

AI agents that operate from your terminal, reading, writing, and executing code with full system access.

  • Claude Code - Anthropic's terminal-native agentic coding tool. Best-in-class reasoning with Claude Opus/Sonnet. Can read/write files, run commands, search codebases, and manage git. Personal pick - best for complex, multi-file tasks. [Requires Claude Max Subscription]
  • Codex CLI - OpenAI's open-source CLI coding agent. Lightweight, fast, runs locally with configurable autonomy levels. [Free] [Open Source]
  • Aider - Open-source AI pair programming in your terminal. Git-aware, works with any LLM. One of the original CLI coding tools. Best-in-class for its edit format system. Personal pick - best open-source option. [Free] [Open Source]
  • Gemini CLI - Google's open-source terminal AI agent. Integrates with Gemini models with 1M token context. [Free] [Open Source]
  • Amazon Q Developer CLI - AWS's AI coding assistant for terminal with deep AWS infrastructure integration. [Free Tier Available]
  • Mentat - Open-source AI coding agent that understands your entire repo and coordinates changes across multiple files. [Free] [Open Source]
  • GPT Engineer - Specify what you want it to build in natural language. The AI asks clarifying questions, then generates the entire codebase. [Free] [Open Source]
  • Cline - Autonomous coding agent for VS Code terminal that can create/edit files, run commands, use the browser, and ask for human approval at each step. [Free] [Open Source]
  • Roo Code - Fork of Cline with additional features like multiple agent modes (Code, Architect, Ask) and custom instructions per-mode. [Free] [Open Source]
  • Goose - Open-source AI agent by Block (formerly Square) that automates coding tasks in your terminal. Extensible via MCP. [Free] [Open Source]
  • Plandex - Terminal-based AI coding agent designed for complex, multi-file tasks with built-in version control for AI changes. [Free] [Open Source]
  • Amp - AI coding agent from Sourcegraph. Terminal and IDE modes with deep code intelligence integration. [Free Tier Available]
  • Blackbox AI - Multi-model AI coding agent that uses a "Chairman" architecture - sends tasks to multiple models in parallel and picks the best result. [Freemium]

Browser-Based

Full development environments that run in your browser - no local setup required.

  • Replit - Cloud IDE with AI Agent that can build, debug, and deploy full-stack apps from natural language. All-in-one: editor, hosting, database, auth. [Freemium]
  • GitHub Codespaces - Full VS Code environment in the browser with Copilot integration and configurable compute. [Free Tier: 60 Hrs/Month]
  • Gitpod - Cloud development environments with AI integration. Spins up pre-configured dev environments instantly. [Free Tier Available]
  • StackBlitz - Browser-based IDE running Node.js natively via WebContainers technology. Zero-install, full npm support. [Free Tier Available]
  • Project IDX - Google's AI-enabled browser-based IDE for full-stack and multi-platform app development including Flutter, Angular, and more. [Free]
  • CodeSandbox - Instant cloud development environments with AI integration. Popular for frontend prototyping and sharing. [Freemium]
  • Glitch - Build full-stack web apps in your browser with instant hosting. Great for learning and quick prototyping. [Free]

Autonomous Software Engineers

AI agents designed to work as fully autonomous "junior developers" - they plan, code, test, and iterate with minimal human intervention.


  • Devin - Cognition AI's autonomous software engineer. Has its own IDE, terminal, and browser in a sandboxed environment. Can plan, code, test, and deploy entire features. [Paid] [From $500/Mo]
  • OpenHands - Open-source AI software development agent (formerly OpenDevin). Can browse the web, write code, execute commands. Free alternative to Devin. [Free] [Open Source]
  • SWE-agent - Princeton research project. Autonomous agent that solves real GitHub issues by reading code, making edits, and running tests. [Free] [Open Source]
  • Sweep - AI-powered junior developer that turns GitHub issues into pull requests automatically. [Free] [Open Source]
  • AutoCodeRover - Autonomous program improvement agent from NUS. Combines LLMs with code search to fix bugs and add features. [Free] [Open Source]
  • Agentless - Simpler, agentless approach to solving coding tasks - no complex agent scaffolding needed. [Free] [Open Source]
  • Cosine Genie - AI software engineer trained on real-world codebases. Understands complex repos and makes changes autonomously. [Paid]
  • Factory AI - Enterprise autonomous coding platform. Droids that handle refactoring, migrations, and code modernization. [Enterprise]

AI App Builders (No-Code)

Platforms where you describe an app in plain English and get a working, deployable application - the purest form of vibe coding. No coding knowledge needed.


  • Lovable - Describe your app → get a full-stack web app with UI, backend, auth, and database (Supabase). The current leader for non-technical founders building MVPs. Personal pick - closest to "describe and ship." [Freemium]
  • bolt.new - StackBlitz's AI app builder. Generates and runs full-stack apps in the browser with real-time preview and one-click deploy to Netlify. [Freemium]
  • v0 - Vercel's AI UI generator. Creates production-quality React + Tailwind CSS components from text prompts. Best for frontend/UI components. [Freemium]
  • Replit Agent - Replit's app builder agent. Describe what you want, it builds the full app including frontend, backend, database, and deploys it. [Paid]
  • Vybe - AI app builder that creates "living systems" - apps that include AI agents for ongoing monitoring, operation, and updates after build. [Beta]
  • Create - Describe the tool you need in plain English → get a working web app. Focused on internal tools and utilities. [Freemium]
  • Durable - AI website builder that generates a complete business website with copy, images, and contact forms in 30 seconds. [Paid]
  • Tempo - Visual AI editor for React apps. WYSIWYG editing where AI generates and modifies the code underneath. [Beta]
  • Softgen - AI full-stack app generator focused on Firebase-backed applications. Prompt → working app with database, auth, hosting. [Freemium]
  • Lazy AI - Build and deploy web apps from prompts with built-in backend, database support, and API integration. [Freemium]
  • Marblism - Generate SaaS boilerplate from descriptions. Outputs a deployable Next.js + Prisma + PostgreSQL codebase. [Freemium]
  • Base44 - AI-powered app builder (acquired by Wix). Build web apps from natural language descriptions. [Freemium]
  • Bubble - Visual no-code app builder with AI assistance. One of the most mature no-code platforms. [Freemium]
  • GPT Engineer (web) - Web version of GPT Engineer. Describe → build → deploy with a visual interface. [Freemium]
  • Vercel AI Playground - Vercel's suite of AI tools for building and deploying AI-powered web applications. [Freemium]
  • Appy Pie - No-code platform with AI for building mobile apps, websites, and chatbots. [Freemium]
  • Databutton - AI-powered app builder focused on data apps and internal tools. Prompt → working data app. [Freemium]
  • Buzzy - Turn Figma designs into working apps with AI. Design-first approach to app building. [Freemium]
  • Pico - Build micro-apps with a single prompt. Fast, simple, shareable web apps in seconds. [Free]
  • Literally Anything - Type anything → get a working web app. The simplest possible vibe coding interface. [Freemium]

AI Code Completion & Assistants

Inline code suggestions, autocomplete, and chat-based coding assistants - the broadest category of AI coding tools.


  • GitHub Copilot - The OG and most widely adopted AI coding assistant (90%+ developer awareness). Works in VS Code, JetBrains, Neovim, Xcode, and more. Now features agent mode. [Free Tier Available] [Pro $10/Mo]
  • Supermaven - Extremely fast code completion with the lowest latency in the industry (acquired by Cursor). 300K token context window. [Freemium]
  • Codeium - Free AI code completion supporting 70+ languages and 40+ IDEs. Also powers Windsurf IDE. [Free]
  • Tabnine - AI assistant focused on code privacy and enterprise security. Can run models fully on-premises for air-gapped environments. [Freemium]
  • Continue - Open-source AI code assistant for VS Code and JetBrains. Bring your own model - works with any LLM provider. [Free] [Open Source]
  • Tabby - Open-source, self-hosted AI coding assistant. Full control over your data, models, and infrastructure. [Free] [Open Source]
  • Sourcegraph Cody - AI assistant with unmatched codebase understanding via Sourcegraph's code graph. Best for navigating massive monorepos. [Freemium]
  • Augment Code - Enterprise-focused AI assistant designed for massive codebases (400K+ files). Deep architectural reasoning and team-wide context. [Paid]
  • FittenCode - Free AI coding assistant supporting VS Code, JetBrains, Vim, and more. Multi-language support. [Free]
  • CodeGeeX - Open-source multilingual AI coding assistant. Supports 20+ programming languages with IDE plugins. [Free] [Open Source]
  • Blackbox AI Code - AI code generation and search. Multi-model architecture for best results. [Freemium]
  • Bito - AI assistant for code generation, explanation, and performance optimization. Enterprise-friendly with on-prem options. [Freemium]
  • Pieces - AI coding assistant with a focus on workflow efficiency. Saves, organizes and contextualizes code snippets with AI. [Freemium]
  • Qodo (formerly CodiumAI) - AI that focuses on code integrity - generates meaningful tests, reviews logic, finds edge cases. [Freemium]
  • Morph - Fast AI coding assistant with competitive pricing. Focuses on code generation speed and accuracy. [Paid]
  • Poolside - Enterprise AI coding assistant trained on high-quality synthetic code data. Focus on security and privacy. [Enterprise]
  • Mintlify Writer - VS Code extension that auto-generates docstrings when you highlight a function. [Free]
  • AI Commits (VS Code) - Conventional commit message helper integrated into VS Code source control. [Free]

AI Code Review

AI tools that automatically review pull requests, catch bugs, and enforce standards.


  • CodeRabbit - AI-powered code review for pull requests. Catches bugs, security vulnerabilities, style issues. Has Issue Planner for proactive architecture suggestions. [Freemium Free For Open Source]
  • PR-Agent - Open-source AI tool for automated PR reviews, descriptions, and suggestions. By the makers of Qodo. [Free] [Open Source]
  • Ellipsis - AI code reviewer that runs on every PR. Catches bugs, suggests improvements, enforces coding standards. [Freemium]
  • Codacy - Automated code quality and security platform with AI analysis. Supports 40+ languages. [Freemium]
  • Sourcery - AI-powered code review focused on Python. Suggests refactorings and catches anti-patterns. [Freemium]
  • What The Diff - AI that writes PR descriptions and reviews your code changes in human-readable language. [Freemium]
  • GitHub Copilot Code Review - GitHub's built-in AI code review in pull requests. [Included With Copilot Subscription]

AI for Design → Code

Turn designs, mockups, screenshots, and wireframes into working code.


  • Screenshot to Code - Upload a screenshot → get working HTML/Tailwind/React/Vue code. Supports video → app demos too. Open-source. [Free] [Open Source]
  • Uizard - Hand-drawn wireframes → working UI designs → exportable code. Great for rapid prototyping ideas. [Freemium]
  • Galileo AI - Generate editable, high-fidelity UI designs from text descriptions. Produces clean, production-ready layouts. [Paid]
  • Locofy - Convert Figma/Adobe XD designs into production-ready frontend code (React, Next.js, React Native, etc.). [Freemium]
  • TeleportHQ - AI-powered website builder with Figma import and code export. Visual editor + code generation. [Freemium]
  • Anima - Figma-to-code tool. Generates React, Vue, HTML, and CSS from Figma designs with AI assistance. [Freemium]
  • Builder.io - Visual editor with Figma-to-code functionality. Generate React, Vue, Svelte, Angular code from designs. [Freemium]
  • Relume - AI website builder that generates sitemaps and wireframes from text, then exports to Figma or Webflow. [Paid]
  • Visily - AI-powered wireframing and prototyping tool. Convert screenshots, sketches, or text to editable wireframes. [Freemium]

AI Debugging & Testing

AI tools that help find bugs, generate tests, explain errors, and ensure code quality.


  • ChatGPT - / Claude - Paste your error message or buggy code → get an explanation and fix. The simplest vibe debugging flow. [Freemium]
  • Jam - AI-powered bug reporting that auto-captures reproduction steps, console logs, network requests, and suggests fixes. [Freemium]
  • Qodo (formerly CodiumAI) - Generates comprehensive test suites, finds edge cases, and validates code logic automatically. [Freemium]
  • Trunk - AI-powered code quality platform: linting, formatting, security checks, merge queue management. [Freemium]
  • Snyk - AI-assisted security scanning for dependencies, code, containers, and infrastructure-as-code. [Freemium]
  • Socket - Detects supply chain attacks and malicious code in open source dependencies before they reach your project. [Freemium]
  • Sentry AI - Error monitoring platform with AI-powered issue grouping, root cause analysis, and fix suggestions. [Freemium]
  • Codex by Machinet - AI unit test generation for Java. Generates JUnit tests with high code coverage. [Freemium]
  • Diffblue Cover - Autonomous AI that writes Java unit tests at scale. Enterprise-focused. [Paid]
  • Meticulous - AI-generated end-to-end tests. Records user sessions and auto-generates tests that catch visual and functional regressions. [Paid]
  • Playwright - Microsoft's end-to-end testing framework. AI agents generate Playwright tests for reliable cross-browser testing. [Free] [Open Source]
  • Cypress - Modern web testing framework. Combine with AI to auto-generate test suites for your vibe coded apps. [Freemium] [Open Source]
  • Checkly - Monitoring and testing for APIs and web apps. AI-assisted test creation with Playwright. [Freemium]

AI Documentation Tools

AI that writes, maintains, and improves your documentation.


  • Mintlify - AI-native documentation platform. Docs-as-code workflow (Git + MDX). Auto-generates llms.txt files and MCP servers so AI agents can read your docs. [Freemium]
  • ReadMe - Interactive API documentation platform with AI-powered search, content auditing, and developer analytics. [Freemium]
  • Swimm - Code-coupled documentation that stays in sync with your codebase. AI auto-detects when docs go stale. [Freemium]
  • Stenography - Passive, real-time code documentation. Generates explanations and docstrings as you code without you doing anything. [Paid]
  • Notion AI - AI writing assistant built into Notion. Generate, summarize, and improve technical documentation. [Add On To Notion] [$10/Mo]
  • Scribe - Auto-generates step-by-step process documentation from screen captures. Great for SOPs and tutorials. [Freemium]
  • Theneo - AI-powered API documentation generator. Import from Postman, Swagger, or GraphQL → get beautiful docs. [Freemium]

Prompt Engineering for Code

Guides & Techniques

How to write better prompts that produce better AI-generated code.

Prompt Libraries & Templates

Pre-built prompts optimized for common coding tasks.

  • Awesome ChatGPT Prompts - Massive collection of curated prompts including many for coding. 100K+ stars.
  • Fabric - Open-source framework for augmenting humans using AI. Includes coding-specific "patterns" for code review, security analysis, and more.
  • Prompt Hub - Library of tested, production-ready prompts for various coding tasks.
  • FlowGPT - Community platform for sharing and discovering effective AI prompts.

Rules Files & System Prompts

Configuration files that tell AI coding agents how to behave in your specific project.


Context Engineering

The emerging discipline of feeding AI the right context to improve output quality - arguably the most important skill in vibe coding.


  • Repomix - Pack your entire repository into a single AI-friendly file for pasting into LLM chats. Smart token management. [Free] [Open Source]
  • code2prompt - Convert your codebase into an LLM-ready prompt with directory traversal, filtering, and token counting. [Free] [Open Source]
  • Agentic Context - Tools for structuring and managing context in agentic coding workflows. [Free] [Open Source]
  • AI Context Files - Proposed standard for .context files that help AI tools understand your project structure and conventions. [Free] [Open Source]
  • Files to Prompt - Simple CLI tool by Simon Willison to concatenate multiple files into a single prompt. [Free] [Open Source]
  • Codetex - Convert your code into context-optimized formats for AI consumption. [Free]
  • llms.txt Standard - Proposed standard for websites to provide LLM-friendly versions of their content (like robots.txt but for AI). [Specification]
  • CONTRIBUTING.md / CLAUDE.md patterns - Using project documentation files to give AI agents architectural context, coding standards, and project-specific instructions.

MCP Servers for Coding

Model Context Protocol (MCP) is an open standard by Anthropic that lets AI agents securely connect to tools, databases, and services. Think of it as "plugins for AI."

Official MCP Servers

From the official MCP repository maintained by Anthropic.

Developer Tools

Database

Productivity & Business

Web & Browser

Design

  • Figma MCP Server - Inspect Figma designs: layout, tokens, components, variants. Bridges the design-to-code gap.

Search

MCP Directories & Aggregators


  • Awesome MCP Servers - The most comprehensive curated list of MCP servers.
  • MCP.so - Directory of MCP servers with search and categories.
  • Smithery - MCP server registry and management platform.
  • Composio - Meta-platform that exposes 250+ integrations through a single MCP endpoint.
  • Glama - MCP server directory with quality ratings and reviews.
  • MCPHub - Community-driven MCP server registry with installation guides and reviews.

AI Workflow Automation

Visual and code-based tools for connecting AI agents into automated pipelines.


  • n8n - Open-source workflow automation with AI-native nodes. Visual drag-and-drop builder. Self-hostable. [Freemium] [Open Source]
  • Dify - Open-source LLM app platform with visual workflow builder, RAG pipeline, agent orchestration, and observability. [Freemium] [Open Source]
  • Langflow - Visual framework for building multi-agent RAG applications. Drag-and-drop LLM pipelines. [Free] [Open Source]
  • Flowise - Open-source drag-and-drop UI to build LLM flows and chatbots. Low-code. [Free] [Open Source]
  • Zapier AI - Connect 6,000+ apps with AI-powered automation. Natural language → workflow builder. [Freemium]
  • Make (Integromat) - Visual automation platform with AI integrations. More granular control than Zapier. [Freemium]
  • Pipedream - Developer-first automation platform. Write code + visual builder + AI. [Freemium]
  • Activepieces - Open-source alternative to Zapier with AI automation pieces. [Free] [Open Source]

Multi-Agent Frameworks

Frameworks for orchestrating multiple AI agents working together on complex tasks.


  • LangChain - The most popular framework for building LLM applications. Chains, agents, RAG, tool use. [Free] [Open Source]
  • LangGraph - Framework for building stateful, multi-actor applications with LLMs. Built on LangChain. [Free] [Open Source]
  • CrewAI - Framework for orchestrating role-playing AI agents that collaborate on tasks. Easy to use. [Free] [Open Source]
  • AutoGen - Microsoft's multi-agent conversation framework. Agents debate, collaborate, and verify each other's work. [Free] [Open Source]
  • Semantic Kernel - Microsoft's SDK for integrating LLMs into apps with plugins and planners. [Free] [Open Source]
  • Haystack - Open-source framework for building production-ready LLM applications, RAG pipelines, and agents. [Free] [Open Source]
  • LlamaIndex - Data framework for connecting LLMs with external data sources. Best for RAG applications. [Free] [Open Source]
  • Smolagents - Hugging Face's lightweight multi-agent framework. Simple, hackable. [Free] [Open Source]

Local AI for Coding

Run AI coding assistants locally on your machine for privacy, speed, offline access, and zero API costs.

Local Inference Engines

  • Ollama - The easiest way to run LLMs locally. One command to download and run models. Supports coding models. [Free] [Open Source]
  • LM Studio - Beautiful desktop app for running local LLMs. Chat UI, model management, OpenAI-compatible server. [Free]
  • Jan - Open-source, local-first ChatGPT alternative. Runs 100% offline on your machine. Privacy-focused. [Free] [Open Source]
  • GPT4All - Free, local, privacy-aware chatbot by Nomic AI. Runs on CPU, no GPU required. [Free] [Open Source]
  • LocalAI - Open-source drop-in replacement for the OpenAI API. Run any model locally. [Free] [Open Source]
  • llama.cpp - High-performance C/C++ inference for LLMs. The engine powering most local AI tools. [Free] [Open Source]
  • vLLM - High-throughput LLM serving engine. Best for production-grade local deployments. [Free] [Open Source]
  • Llamafile - Mozilla's single-file LLM distribution. Download one file, run it - no installation needed. [Free] [Open Source]
  • Open WebUI - Self-hosted ChatGPT-like UI for Ollama and other local LLMs. [Free] [Open Source]

Open Source Code Models

Models specifically trained or fine-tuned for code generation.


  • DeepSeek Coder V2 - State-of-the-art open-source code model. Competitive with GPT-4 on coding benchmarks. [Free] [Open Source]
  • Qwen 2.5 Coder - Alibaba's code-specialized LLM. Strong multi-language support with variants from 1.5B to 32B parameters. [Free] [Open Source]
  • StarCoder 2 - Open-source code LLM trained on The Stack v2 (permissively licensed code). 3B, 7B, 15B sizes. [Free] [Open Source]
  • CodeLlama - Meta's code-specialized Llama model. Available in 7B, 13B, 34B, and 70B sizes. [Free] [Open Source]
  • CodeGemma - Google's lightweight code model. 2B and 7B sizes optimized for code completion and generation. [Free] [Open Source]
  • Codestral - Mistral AI's code model. Strong performance on code generation and fill-in-the-middle tasks. [Free For Research]
  • Granite Code - IBM's enterprise-grade code models. 3B, 8B, 20B, 34B sizes. Trained on 116 programming languages. [Free] [Open Source]
  • Stable Code - Stability AI's code completion model. 3B parameters, optimized for speed. [Free] [Open Source]

AI-Powered DevOps & Infrastructure

AI tools for deployment, CI/CD, cloud management, and infrastructure.


  • Vercel - The go-to platform for deploying frontend apps and full-stack Next.js projects. One-click deploy from GitHub. [Freemium]
  • Netlify - Instant deploys for web projects with CI/CD, serverless functions, and edge computing. [Freemium]
  • Railway - Deploy anything: databases, backends, full-stack apps. Simple pricing, instant provisioning. [Freemium]
  • Render - Cloud platform for deploying web services, databases, cron jobs, and static sites. [Freemium]
  • Fly.io - Deploy apps globally close to your users. Full-stack hosting with built-in Postgres. [Freemium]
  • Supabase - Open-source Firebase alternative. Postgres database, auth, storage, edge functions, realtime. [Freemium] [Open Source]
  • PlanetScale - Serverless MySQL database platform with branching (like git for databases). [Freemium]
  • Neon - Serverless Postgres with branching, autoscaling, and a generous free tier. [Freemium]
  • Terraform AI - Infrastructure as code with AI assistance for generating cloud configurations. [Freemium]
  • Pulumi AI - Generate infrastructure as code from natural language descriptions. [Freemium]

AI for Mobile Development

Build mobile apps with AI assistance.


  • FlutterFlow - Visual app builder for Flutter. Drag-and-drop UI + AI features for generating screens and logic. [Freemium]
  • Expo + AI - React Native framework with AI-assisted development tools. Build for iOS/Android/web from one codebase. [Freemium]
  • Flutterflow AI - AI-powered Flutter app generation from prompts. Visual editor with code export. [Freemium]
  • DhiWise - AI-powered app development platform for Flutter and React apps. Design-to-code automation. [Freemium]
  • Adalo - No-code app builder for native mobile apps with AI assistance. [Freemium]
  • Retool Mobile - Build mobile internal tools with drag-and-drop and AI assistance. [Freemium]
  • Glide - Build mobile apps from Google Sheets and Airtable data. No coding needed. [Freemium]

AI for Game Development

AI tools specifically for game creation and game assets.


  • Unity Muse - Unity's AI suite: generate textures, animations, and code directly within the Unity editor. [Paid]
  • Scenario - AI-powered game art generation. Create consistent game assets (characters, items, environments). [Freemium]
  • Inworld AI - Create AI-powered NPCs with personality, memory, and dynamic dialogue for games. [Freemium]
  • Ludo.ai - AI-powered game design tool. Generate game concepts, mechanics, themes, and market analysis. [Freemium]
  • Meshy - Text/image-to-3D model generation. Create game-ready 3D assets from prompts. [Freemium]
  • Blockade Labs - AI-generated 360° skyboxes and environments for games and VR. [Freemium]
  • Convai - AI-powered conversation engine for game characters. Create NPCs that talk naturally. [Freemium]
  • Promethean AI - AI assistant for 3D world building and virtual environment creation. [Paid]
  • Rosebud AI - Build games from text descriptions with AI. Generates game mechanics, levels, and assets. [Freemium]

AI Git & Version Control

AI tools for commit messages, changelogs, release notes, and git workflows.


  • aicommits - CLI tool that writes your git commit messages for you with AI. Supports OpenAI, Ollama, and more. [Free] [Open Source]
  • GitLens AI - VS Code extension with AI-powered commit message generation, git blame, and history visualization. [Freemium]
  • AutoCommit - Generate git commit messages from staged changes with a single command. [Free] [Open Source]
  • Commitizen - CLI tool for generating standardized Conventional Commits. Pairs perfectly with AI workflows. [Free] [Open Source]
  • commitlint - Lint commit messages to enforce Conventional Commits format. Essential for automated changelogs. [Free] [Open Source]
  • release-please - Google's automated release tool. Parses Conventional Commits → generates changelogs and version bumps. [Free] [Open Source]
  • git-cliff - Highly customizable changelog generator from git history. Regex-powered templates. [Free] [Open Source]
  • Semantic Release - Fully automated version management and package publishing based on commit messages. [Free] [Open Source]
  • Release Drafter - GitHub Action that auto-drafts release notes from PR labels. [Free] [Open Source]
  • GitSaga - AI-powered tool that generates audience-appropriate changelogs and feature digests from your commits and PRs. [Freemium]
  • Gitbutler - Git client built for modern workflows with AI-assisted branch management and conflict resolution. [Freemium]
  • LazyGit - Terminal UI for git that makes complex git operations simple. Pairs great with AI agents. [Free] [Open Source]
  • git-absorb - Automatically absorb staged changes into existing commits. Reduces messy git history. [Free] [Open Source]
  • Conventional Changelog - Generate changelogs from Conventional Commits git history. [Free] [Open Source]

AI Browser Extensions

Browser extensions that bring AI assistance to your web browsing and development workflow.


  • Sider - Multi-model AI sidebar for Chrome/Edge. Chat, summarize pages, analyze PDFs, translate - without switching tabs. [Freemium]
  • Merlin AI - All-in-one AI extension. Summarize YouTube videos, research, write emails, generate code on any webpage. [Freemium]
  • Monica AI - Universal AI assistant for Chrome. Context-aware help on any webpage, content analysis, writing assistance. [Freemium]
  • Wappalyzer - Identify technologies used on any website. Essential for understanding tech stacks when vibe coding. [Freemium]
  • Vimium - Keyboard-driven browsing. Navigate the web without a mouse - pairs well with terminal-first AI workflows. [Free] [Open Source]
  • Refined GitHub - Browser extension that adds useful features to GitHub's interface. [Free] [Open Source]
  • OctoTree - GitHub code tree navigation. Browse repos like an IDE in your browser. [Freemium]
  • Perplexity Extension - AI-powered search directly in your browser. Get cited, accurate answers while coding. [Freemium]
  • ChatGPT for Chrome - Display ChatGPT responses alongside Google search results. [Free]
  • daily.dev - Developer news aggregator extension. Stay updated on AI coding tools and tech trends. [Free]
  • React DevTools - Essential for debugging React apps built with AI. Inspect component hierarchy and state. [Free]
  • Vue DevTools - Debug Vue.js applications. Inspect components, state, and events. [Free]
  • Redux DevTools - Time-travel debugging for Redux state management. [Free] [Open Source]

AI for Data Science & Analytics

AI tools that make data analysis accessible to everyone - the data equivalent of vibe coding.


  • Julius AI - Upload data (CSV, Excel, SQL) → ask questions in plain English → get analysis, charts, and insights. No coding needed. [Freemium]
  • Google NotebookLM - AI research assistant by Google. Upload documents → get AI-powered summaries, Q&A, and even podcast-style audio overviews. [Free]
  • Jupyter AI - Brings generative AI directly into JupyterLab. Chat, code generation, and data analysis within notebooks. [Free] [Open Source]
  • PandasAI - Talk to your pandas DataFrames in natural language. AI generates the Python code to answer data questions. [Free] [Open Source]
  • Hex - Collaborative data workspace with AI-powered SQL and Python generation. Beautiful notebook-style interface. [Freemium]
  • Observable - Reactive notebooks for data exploration and visualization with AI assistance. [Freemium]
  • Streamlit - Build data apps in Python with minimal code. AI-generated dashboards and ML demos. [Free] [Open Source]
  • Gradio - Create ML/AI demos and web UIs in Python with a few lines of code. [Free] [Open Source]
  • Databricks AI - Enterprise data + AI platform with natural language data querying. [Paid]
  • Mode - Analytics platform with AI-assisted SQL queries and automated insights. [Freemium]
  • Evidence - Code-driven BI tool. Write SQL → get beautiful reports and dashboards. Open-source. [Free] [Open Source]
  • Metabase - Open-source BI tool with natural language querying. Ask data questions in plain English. [Freemium] [Open Source]
  • Apache Superset - Open-source data visualization and exploration platform. [Free] [Open Source]
  • Retool - Build internal tools with AI-assisted component generation and database queries. [Freemium]

AI-Powered Backend & APIs

AI-native backend platforms and tools for building APIs and server-side infrastructure.


  • Supabase - Open-source Firebase alternative with Postgres, auth, storage, edge functions, and vector embeddings for AI. [Freemium] [Open Source]
  • Convex - Reactive backend with end-to-end TypeScript. AI-friendly because queries are code, not SQL. Built-in agentic components. [Freemium]
  • Firebase - Google's app development platform. Auth, database, hosting, functions - all managed. [Freemium]
  • Hasura - Instant GraphQL/REST APIs from your database. Metadata-driven, no boilerplate code needed. [Freemium]
  • Appwrite - Open-source backend-as-a-service. Auth, databases, storage, functions, messaging. Self-hostable. [Free] [Open Source]
  • PocketBase - Open-source backend in a single file. SQLite database, auth, file storage. Perfect for vibe coded apps. [Free] [Open Source]
  • Xata - Serverless Postgres with AI-ready features: vector search, branching, automatic PII anonymization. [Freemium]
  • Directus - Open-source headless CMS and data platform. Instant REST + GraphQL APIs from any SQL database. [Free] [Open Source]
  • Strapi - Open-source headless CMS. Build APIs in minutes, not days. [Free] [Open Source]
  • PostHog - Open-source product analytics with AI-powered insights, session recording, and feature flags. Has MCP server integration. [Freemium] [Open Source]
  • Hono - Ultra-fast web framework for edge computing. Works with Cloudflare Workers, Deno, Bun, and Node.js. [Free] [Open Source]
  • tRPC - End-to-end typesafe APIs for TypeScript. No code generation, no schema - just types. AI-friendly. [Free] [Open Source]
  • Drizzle ORM - TypeScript ORM that is lightweight and SQL-like. AI generates better SQL when using Drizzle. [Free] [Open Source]
  • Prisma - Next-generation ORM for Node.js and TypeScript. Schema-first approach that AI tools understand well. [Freemium] [Open Source]

AI Image Generation

AI tools for creating images, graphics, icons, and visual assets for your projects.


  • Midjourney - The aesthetic benchmark. Best for cinematic, artistic, and high-impact visuals. V7 is photorealistic. [Paid] [From $10/Mo]
  • DALL·E / GPT Image - OpenAI's image generator, now integrated into ChatGPT. Best semantic understanding of complex prompts. [Via Chatgpt Subscription]
  • Stable Diffusion - Open-source image generation. Run locally for free. Infinite customization via LoRAs and fine-tuning. [Free] [Open Source]
  • FLUX - By Black Forest Labs. State-of-the-art photorealism and prompt adherence. The professional's choice. [Freemium]
  • Ideogram - The best text-in-image AI. Perfect for logos, posters, signs, and any design requiring readable typography. [Freemium]
  • Leonardo AI - Versatile image generator with strong photorealism, character consistency, and a generous free tier. [Freemium]
  • Adobe Firefly - Adobe's generative AI. Designed for commercial safety - trained on licensed content. Integrated into Photoshop. [Freemium]
  • Canva AI - Design platform with AI image generation, background removal, magic resize, and more. [Freemium]
  • Recraft - AI image generation focused on designers. Vector graphics, icons, illustrations, and brand-consistent imagery. [Freemium]
  • Krea AI - Real-time AI image generation and enhancement. Generate and refine images interactively. [Freemium]
  • Playground AI - Free AI image generation with a social community. Mix models and styles. [Freemium]
  • Remove.bg - AI background removal in seconds. Essential for app assets and product images. [Freemium]
  • Clipdrop - Suite of AI image tools: remove background, upscale, reimagine, cleanup. By Stability AI. [Freemium]
  • Favicon.io - Generate favicons for your web projects. Pair with AI image generators for custom app icons. [Free]
  • Shields.io - Generate badges for your GitHub README. Essential for the awesome list aesthetic. [Free]
  • Carbon - Create beautiful images of your source code. Great for social media posts about your projects. [Free]
  • ray.so - Create beautiful code snippets for sharing. By Raycast. [Free]

AI Video Generation

Create videos, demos, and tutorials with AI - useful for product showcases and developer content.


  • Runway - Professional AI video generation and editing. Gen-4 for cinematic quality. Also does image-to-video. [Freemium]
  • Kling AI - Photorealistic AI video with industry-leading motion physics. 1080p/4K output. [Freemium]
  • HeyGen - AI avatar videos. Create talking-head videos from scripts. 175+ languages for localization. [Freemium]
  • Synthesia - Enterprise AI video platform. Create professional training and explainer videos with AI avatars. [Paid]
  • Pika - Creative AI video generation. Short-form content, special effects, and lip-sync. [Freemium]
  • Loom AI - Screen recording with AI-powered summaries, chapter generation, and auto-titles. Essential for async dev communication. [Freemium]
  • Descript - Video/audio editing by editing text. AI transcription, filler word removal, eye contact correction. [Freemium]
  • ScreenStudio - Beautiful screen recordings for product demos. Automatic zoom, cursor effects. [Paid]
  • tldraw - Infinite canvas whiteboard with AI. Draw ideas → generate code, diagrams, or explanations. [Free] [Open Source]
  • Excalidraw - Virtual whiteboard with hand-drawn feel. Great for architecture diagrams and brainstorming. [Free] [Open Source]
  • Mermaid - Generate diagrams and charts from markdown-like text. Flowcharts, sequence diagrams, ERDs. [Free] [Open Source]
  • D2 - Modern diagram scripting language. Text-to-diagram for architecture docs. [Free] [Open Source]

AI Audio & Music

AI tools for generating audio, music, sound effects, and voice for your applications.


  • ElevenLabs - Industry-leading AI voice generation and text-to-speech. Clone voices, generate realistic narration. [Freemium]
  • Suno - Generate full songs (lyrics, vocals, instruments) from text prompts. Great for app background music. [Freemium]
  • Udio - AI music generation with high-quality output across genres. [Freemium]
  • Mubert - AI-generated royalty-free music for apps, videos, and content. API available for developers. [Freemium]
  • Soundraw - AI music generator for creators. Generate royalty-free background music with customizable parameters. [Paid]
  • Play.ht - AI text-to-speech with ultra-realistic voices. API for developers. [Freemium]
  • Resemble AI - Voice cloning and text-to-speech API for developers. Real-time voice generation. [Freemium]
  • Bark - Open-source text-to-audio model by Suno. Generates realistic speech, music, and sound effects. [Free] [Open Source]
  • AudioCraft - Meta's open-source audio generation framework. MusicGen for music, AudioGen for sound effects. [Free] [Open Source]
  • Freesound - Collaborative database of Creative Commons licensed sounds. Essential for app sound effects. [Free]

AI Writing Tools for Developers

AI tools for writing documentation, READMEs, marketing copy, and technical content.


  • ReadmeAI - AI-powered README generator. Scan your repo → get a professional, structured README.md. [Free] [Open Source]
  • Grammarly - AI writing assistant for grammar, clarity, and tone. Essential for documentation and blog posts. [Freemium]
  • Hemingway - Makes your writing bold and clear. Highlights complex sentences and passive voice. [Free]
  • Jasper AI - Enterprise AI writing. Brand voice training, long-form content, and marketing copy generation. [Paid]
  • Copy.ai - AI-powered copywriting. Generate landing page copy, product descriptions, and social media posts. [Freemium]
  • Writesonic - AI writing and SEO tool. Generate blog posts, ads, and product descriptions. [Freemium]
  • Hashnode - Developer blogging platform with AI writing tools. Publish technical articles with custom domains. [Free]
  • Dev.to - Community-driven developer blogging. Write about your vibe coding journey to build audience. [Free]
  • Notion AI - AI writing within Notion. Draft docs, summarize notes, translate, brainstorm. [Add On] [$10/Mo]
  • Markdoc - Stripe's markdown-based authoring framework. Great foundation for AI-generated documentation. [Free] [Open Source]
  • MDX - Markdown + JSX. Write content with embedded React components. The standard for modern docs. [Free] [Open Source]
  • Docusaurus - Meta's documentation framework. Build beautiful docs sites with markdown. [Free] [Open Source]

AI Search & Research

AI-powered search engines and research tools for finding code, packages, and technical information.


  • Perplexity AI - AI-powered search engine with cited sources. Better than Google for technical research questions. [Freemium]
  • Phind - AI search engine built for developers. [Note: Service Shut Down Jan 2026] [But Alternatives Exist]
  • You.com - AI search with coding assistant. Code explanations, debugging, and multi-source research. [Freemium]
  • Kagi - Premium search engine (no ads, no tracking) with AI summarization. Great for focused research. [Paid] [$10/Mo]
  • Devdocs.io - Fast, searchable documentation aggregator for 400+ APIs and programming languages. [Free]
  • grep.app - Search across half a million Git repos. Find real-world code examples instantly. [Free]
  • Sourcegraph - Universal code search across all your repositories. Find anything in any repo. [Freemium]
  • SearchCode - Search 75 billion lines of code from 40 million projects. [Free]
  • npm trends - Compare npm package downloads over time. Essential for choosing the right libraries. [Free]
  • Bundlephobia - Find the cost of adding an npm package to your bundle. [Free]
  • Can I Use - Browser compatibility tables for web technologies. [Free]
  • Stack Overflow - The classic Q&A platform. Still essential, now with AI-powered search. [Free]
  • Google AI Studio - Prototype with Gemini models for free. Test prompts, build with AI. [Free]
  • OpenRouter - Unified API for accessing 100+ AI models. One API key for GPT-4, Claude, Gemini, Llama, etc. [Pay Per Use]
  • LiteLLM - Open-source proxy for 100+ LLMs. Use any model with a unified OpenAI-compatible API. [Free] [Open Source]

Benchmarks & Comparisons

Tools and resources for comparing AI coding assistants and measuring performance.


  • SWE-bench - The industry-standard benchmark for evaluating AI coding agents on real-world GitHub issues. [Free]
  • Aider Leaderboard - Performance comparison of LLMs on coding tasks, measured by Aider's edit format benchmarks. [Free]
  • LiveBench - Contamination-free LLM benchmark with regularly updated questions. [Free]
  • BigCode Leaderboard - Hugging Face leaderboard for open-source code models. [Free]
  • Chatbot Arena - LMSYS's crowdsourced LLM comparison via blind voting. Real human preferences. [Free]
  • Artificial Analysis - Independent LLM quality, speed, and pricing comparisons. [Free]
  • LLM Pricing Tracker - Compare pricing across AI model providers. [Free]
  • Cursor vs Copilot vs Windsurf - Community comparisons on Reddit (search in r/cursor, r/programming). [Free]
  • ThoughtWorks Technology Radar - Industry-respected assessment of tools, techniques, and platforms including AI coding tools. [Free]

Learning Resources

Articles & Blog Posts

YouTube Channels & Videos

  • Fireship - Fast-paced tech explainers (100-second format). Excellent coverage of AI coding tools.
  • Theo (t3.gg) - Deep coverage of developer tools, AI assistants, and web dev ecosystem.
  • Web Dev Cody - AI-assisted web development tutorials and live builds.
  • AI Jason - AI tool reviews, agentic coding tutorials, and workflow optimization.
  • Greg Isenberg - AI-powered business building and no-code development.
  • Matt Wolfe - AI tools roundups, demos, and weekly news.
  • Network Chuck - Beginner-friendly AI and coding tutorials.
  • ByteByteGo - System design + AI tool deep dives.
  • Traversy Media - Web development tutorials with AI coding tool integration.
  • Dave Ebbelaar - AI engineering tutorials, RAG, agents, and practical LLM usage.
  • IndyDevDan - Agentic coding workflows, Claude Code tutorials, and dev tools.
  • Cole Medin - Local AI, open-source AI tools, and DIY AI agent tutorials.
  • The AI Advantage - AI tool reviews and practical tutorials for productivity and coding.
  • All About AI - Comprehensive AI tool demos, comparisons, and coding walkthroughs.
  • Matt Shumer - AI founder building in public. Deep dives into AI agent development.
  • Kevin Powell - CSS expert. Useful for understanding and fixing AI-generated frontend code.
  • Tech With Tim - Python tutorials and AI project walkthroughs for beginners.

Courses

Books

  • "Prompt Engineering for Generative AI" by James Phoenix & Mike Taylor - O'Reilly guide to writing effective prompts for code generation and more.
  • "AI-Assisted Programming" by Tom Taulli - Comprehensive guide to coding with AI assistants and copilots.
  • "The Pragmatic Programmer" by David Thomas & Andrew Hunt - Timeless software craft principles that make vibe coding output much better.
  • "Building LLM Apps" by Valentina Alto - O'Reilly guide to building applications powered by large language models.

Newsletters

  • TLDR - Daily tech newsletter covering AI, dev tools, and startups. Free.
  • The Pragmatic Engineer - Gergely Orosz's deep dives into engineering practices and AI tools.
  • Latent Space - The AI engineer newsletter by Swyx + Alessio. Technical deep dives.
  • ByteByteGo - System design + AI infrastructure insights by Alex Xu.
  • The Neuron - Daily AI news for non-technical readers.
  • Ben's Bites - Daily AI tools and news roundup.
  • AI Valley - Curated AI tools, news, and tutorials.
  • Superhuman AI - Daily AI news and tool discoveries.
  • The Rundown AI - Daily AI newsletter with 600K+ subscribers.

Podcasts


  • Latent Space - The technical AI engineering podcast by Swyx + Alessio. Deep dives into AI infra, agents, and coding.
  • Practical AI - Making AI practical, productive, and accessible for all developers.
  • The Changelog - Open source and developer culture. Frequent AI tool episodes.
  • Lex Fridman Podcast - Long-form interviews with AI researchers, engineers, and founders.
  • AI Engineering Podcast - Focused on building production AI systems.
  • Software Engineering Daily - Daily episodes covering AI, infrastructure, and developer tools.
  • Hard Fork - NYT's accessible tech podcast with regular AI coverage.
  • No Priors - AI podcast with top founders and researchers. Covers the future of AI-assisted development.
  • Gradient Dissent - Weights & Biases podcast featuring ML practitioners and AI engineers.
  • Cognitive Revolution - Deep interviews on AI capabilities and societal impact with industry leaders.
  • ThursdAI - Weekly AI news podcast covering the latest in open-source AI, models, and tools.
  • AI Explained - Clear, well-researched explanations of AI developments and capabilities.
  • Machine Learning Street Talk - Deep technical AI discussions with researchers.
  • The TWIML AI Podcast - This Week in Machine Learning & AI. Enterprise AI use cases and research.

Communities

Places to learn, share, and discuss vibe coding with others.

Reddit

  • r/vibecoding - The main subreddit for vibe coding discussion, tool sharing, and project showcases.
  • r/ChatGPTCoding - Active community for AI-assisted coding tips, tricks, and projects.
  • r/ClaudeAI - Claude-specific community with coding discussion, prompts, and use cases.
  • r/cursor - Cursor IDE community. Tips, rules files, and feature discussions.
  • r/LocalLLaMA - Community for running AI locally. Great for local coding AI setups.
  • r/programming - General programming community with frequent AI tool discussions.
  • r/SideProject - Share projects you've built (great for showcasing vibe coded apps).

Discord

  • Cursor Discord - Official Cursor community. Rules sharing, tips, feature requests.
  • Anthropic Discord - Official Anthropic community for Claude and Claude Code users.
  • Replit Discord - Replit community for AI-assisted development.
  • Vercel Discord - v0 and Vercel community.
  • AI Engineer Discord - Community for AI engineers building with LLMs.
  • VIBECORD - Community specifically for vibe coders sharing tools, workflows, and prompts.
  • OpenAI Discord - Official OpenAI community for ChatGPT, Codex, and API discussions.
  • Midjourney Discord - Massive AI art community. Learn prompt engineering visually.
  • Hugging Face Discord - Open-source AI model community. Great for local AI coding setups.
  • LangChain Discord - Community for building LLM applications, agents, and RAG systems.
  • n8n Discord - Automation community for AI workflow building.

Other


  • Hacker News - The tech community where AI coding discussions and tool launches happen.
  • Dev.to - Developer blogging platform with active AI coding tag.
  • Indie Hackers - Community of indie makers, many using AI to build and ship products.
  • Product Hunt - Where new AI coding tools launch daily.
  • X/Twitter AI Dev Community - Follow #vibecoding, #aitools, @karpathy, @AnthropicAI, @cursor_ai, @OpenAI.
  • GitHub Discussions - Many AI tool repos have active discussion forums. Engage directly with maintainers.
  • Lobsters - Invite-only tech community like Hacker News. High-quality AI and dev tool discussions.

Case Studies & Showcases

Real projects built entirely or primarily through vibe coding.


Best Practices & Workflows

Proven strategies for effective vibe coding, avoiding common traps.

The "Think First, Code Second" Workflow

  1. Define requirements in a document before starting any AI session
  2. Create an architecture plan (AI can help with this too)
  3. Break work into small tasks - one feature or component at a time
  4. Use AI to implement each small task
  5. Test and verify after each task (don't let AI changes pile up)
  6. Commit frequently to git - create checkpoints you can revert to

Golden Rules

  • Use rules/config files (.cursorrules, CLAUDE.md) to give AI your project's conventions
  • Give AI maximum context - paste relevant files, types, error logs
  • Be specific in prompts - "Add a login form with email/password using React Hook Form and Zod validation" beats "Add login"
  • Review every change - Treat AI output like an unreviewed pull request
  • Use version control - Git commit before asking AI to make changes, so you can revert
  • Decompose complex tasks - Break big features into 3-5 smaller prompts
  • Don't blindly accept code you don't understand for production
  • Don't give vague instructions - Ambiguity leads to hallucination
  • Don't skip testing - AI-generated code needs testing like any other code
  • Don't use AI for security-critical code without expert review

The Two-AI Approach (Advanced)

Many experienced vibe coders use two tools together:

  1. Cursor for fast, iterative UI/UX work and inline editing
  2. Claude Code for deep architectural reasoning, complex refactors, and comprehensive code reviews

This combination leverages each tool's strengths for maximum productivity.


Opinions & Criticism

Balanced perspectives on the vibe coding movement.

In Favor

  • "There's a new kind of coding I call 'vibe coding'..." - Andrej Karpathy, AI researcher, former OpenAI/Tesla
  • "AI tools have legitimately changed how I ship software." - Developer testimonials across Twitter/X
  • "90% of developers now use AI coding assistants in their workflow." - GitHub/Stack Overflow surveys, 2025-2026
  • Non-technical founders are building and shipping real products for the first time
  • Experienced developers report 3-10x productivity increases on routine tasks

Concerns

  • Maintainability - Code you don't understand is code you can't debug when it breaks at 2 AM
  • Security - AI-generated code may contain vulnerabilities that a non-coder can't identify
  • Over-reliance - Teams that skip understanding fundamentals face scaling challenges
  • Hallucination - AI can confidently write plausible-looking code that is subtly wrong
  • Technical Debt - Fast iteration without understanding creates massive debt later
  • Job Market Disruption - What happens to junior developer roles if AI handles entry-level tasks?
  • Full discussion: Vibe Coding: The Risks

Related Awesome Lists

Other curated lists that complement this one.


Contributing

This list is community-maintained and I actively review every PR and issue. Please read the contribution guidelines first.

Ways to contribute:

  • Add a missing tool - Open a PR with the tool name, link, and a one-line description
  • Report a dead link - Open an issue
  • Suggest a new category - Open an issue to discuss
  • Star the repo - Helps others discover this list

I aim to review all PRs within 24 hours.


License

CC0

To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work.

Reviews (0)

No results found