C
Cursor
Introducing Cursor 1.0 — Now with Agent Mode

The AI Code Editor
Built to make you
extraordinarily productive.

Cursor is a new kind of editor. It knows your codebase, predicts your next edit, and writes code alongside you — like pair programming with the smartest engineer you know.

Free to start · No credit card required · macOS, Windows, Linux

Trusted by engineers at the world's best companies

StripeShopifyVercelNotionLinearFigmaSupabaseAnthropic

Everything you need to ship faster

Cursor is a full IDE with AI woven into every layer — not a plugin, not a copilot.

Tab Autocomplete

Cursor predicts your next edit and completes entire diffs — not just lines. Press Tab to accept.

Chat with your codebase

Ask questions about your code. Cursor reads your entire repo and gives precise, contextual answers.

Agent Mode

Let Cursor write, run, and debug code autonomously. It uses tools, reads errors, and iterates until done.

Inline Editing

Select any code and describe what you want. Cursor rewrites it instantly with a clean diff view.

Multi-file Edits

Cursor can edit across multiple files simultaneously, understanding the full context of your project.

Privacy First

SOC 2 certified. Your code never leaves your machine unless you explicitly enable cloud features.

Watch AI write your code

Describe what you want. Cursor writes it, explains it, and keeps it in sync with the rest of your codebase.

api/users.ts
1async function fetchUserData(userId: string) {
2const response = await fetch(`/api/users/${userId}`);
3if (!response.ok) throw new Error('Not found');
4return response.json();
5}
6
7// ✦ Cursor: Add error retry with exponential backoff
8async function fetchWithRetry(url: string, retries = 3) {
9for (let i = 0; i < retries; i++) {
10try { return await fetch(url); }
11catch { await sleep(2 ** i * 100); }
12}

Loved by developers

Join over 500,000 engineers who ship faster with Cursor.

"Cursor has completely changed how I write code. The tab completion is almost telepathic — it knows what I'm about to type before I do."

SK

Sarah K.

Staff Engineer

"We shipped our entire backend in 3 weeks with a team of 2. Cursor's agent mode handled the boilerplate while we focused on product decisions."

MT

Marcus T.

Founder & CTO

"I was skeptical of AI editors but Cursor is different. It actually understands my codebase context. It's like having a senior dev always available."

PN

Priya N.

Senior Developer

"Went from idea to deployed product in a weekend. Cursor wrote 70% of the code. I just had to know what I wanted to build."

AR

Alex R.

Indie Hacker

Simple pricing

Start free. Upgrade when you need more power.

Hobby

Free/forever
  • 2,000 completions/month
  • 50 slow requests
  • Basic chat
  • Community support

Pro

$20/per month
  • Unlimited completions
  • 500 fast requests
  • Agent mode
  • Priority support
  • All models

Business

$40/per user/month
  • Everything in Pro
  • Team management
  • SSO & SAML
  • Audit logs
  • Dedicated support
Build & Earnwith Panda