36 terms

Vibe Coding Dictionary

Every term you'll encounter when building with AI. From prompt engineering to YOLO deploys.

36 terms
AI Tools

Cursor

An AI-powered code editor built on VS Code that lets you write code through natural language prompts.

Read more
AI ToolsFrontend

v0

Vercel's AI tool that generates React UI components from text descriptions or screenshots.

Read more
AI Tools

Bolt

A browser-based AI coding tool by StackBlitz that generates full-stack apps from prompts.

Read more
AI Tools

Lovable

An AI app builder (formerly GPT Engineer) that generates full-stack web apps with a visual interface.

Read more
AI Tools

Claude Code

Anthropic's CLI tool that lets Claude work directly in your terminal — reading, writing, and running code.

Read more
AI Tools

GitHub Copilot

GitHub's AI pair programmer that suggests code completions as you type in your editor.

Read more
AI Tools

Replit Agent

Replit's AI agent that can build, debug, and deploy entire applications from natural language.

Read more
Concepts

Prompt Engineering

The skill of writing effective instructions for AI models to get the output you actually want.

Read more
Concepts

Hallucination

When an AI model confidently generates code or information that looks correct but is completely wrong.

Read more
Concepts

Context Window

The maximum amount of text (code, conversation, files) an AI model can process at once.

Read more
Concepts

Tokens

The basic units AI models use to process text — roughly 1 token per 0.75 words in English.

Read more
ConceptsBackend

RAG

Retrieval-Augmented Generation — feeding an AI relevant documents so it can answer based on your actual data.

Read more
ConceptsBackend

Embeddings

Numerical representations of text that capture meaning, used to find similar content for AI retrieval.

Read more
Concepts

Temperature

A setting that controls how creative vs. predictable an AI model's output is (0 = deterministic, 1+ = creative).

Read more
Concepts

System Prompt

Hidden instructions given to an AI model that define its behavior, personality, and constraints.

Read more
Workflow

Vibe Coding

Writing software by describing what you want to AI tools instead of manually writing every line of code.

Read more
WorkflowBusiness

Ship It

The philosophy of deploying your code to production quickly rather than endlessly perfecting it.

Read more
Workflow

YOLO Deploy

Pushing code directly to production without testing, staging environments, or code review. Pray and deploy.

Read more
Workflow

Prompt-Driven Development

A development workflow where you write prompts instead of code, iterating through AI conversations.

Read more
WorkflowConcepts

Rubber Duck Debugging

Explaining your bug to someone (or something) to figure out the solution — now your AI is the duck.

Read more
WorkflowFrontend

Hot Reload / HMR

Seeing your code changes instantly in the browser without a full page refresh or losing state.

Read more
Frontend

Hydration

The process where a server-rendered HTML page becomes interactive by attaching JavaScript event handlers.

Read more
Frontend

Server Components (RSC)

React components that run only on the server — no client-side JavaScript, smaller bundles, direct DB access.

Read more
Frontend

Tailwind CSS

A utility-first CSS framework where you style elements using predefined classes directly in your HTML.

Read more
Frontend

Component Library

Pre-built, reusable UI components (buttons, modals, forms) you drop into your app instead of building from scratch.

Read more
Backend

Edge Function

Server-side code that runs at the CDN edge, close to your users, for ultra-low latency responses.

Read more
Backend

Serverless

Cloud functions that run your code on demand — no servers to manage, you only pay when they execute.

Read more
Backend

Webhook

A URL that receives automatic HTTP notifications when something happens in another service.

Read more
Backend

API Route

A server-side endpoint defined right in your Next.js project — no separate backend needed.

Read more
Business

MRR

Monthly Recurring Revenue — the predictable monthly income from your subscription-based product.

Read more
Business

Indie Hacker

A solo entrepreneur who builds and monetizes software products independently, without VC funding.

Read more
Business

Micro-SaaS

A small, focused SaaS product targeting a niche market — typically run by one person or a tiny team.

Read more
BusinessFrontend

Landing Page Optimization

The process of improving your product's landing page to convert more visitors into signups or customers.

Read more
BackendAI Tools

Supabase

An open-source Firebase alternative that gives you a Postgres database, auth, storage, and real-time out of the box.

Read more
ConceptsWorkflow

Tech Debt

Shortcuts in code that save time now but create maintenance headaches later. Vibe coding generates this at scale.

Read more
WorkflowBackend

Vercel

The hosting platform built for Next.js — push your code to GitHub and it deploys automatically.

Read more

Missing a term?

I help vibe coders ship production-ready apps - fixing the gaps AI tools leave behind.

Get in Touch