Cursor

by Anysphere Inc.

Free Tier freemium

AI-powered code editor built on VS Code with native AI pair programming Cursor is an AI-native code editor developed by Anysphere Inc., built as a fork of Microsoft's Visual Studio Code.

Performance Scores

8.0

2 rankings evaluated

Score range: 7.5 – 8.5

Key Facts

pricing

pricing facts about Cursor
AttributeValueAs ofSource
Pricing tiers (June 2026)June 2026 tiers: Hobby (Free $0), Pro $20/user/mo, Pro+ ~$60/user/mo, Ultra ~$200/user/mo, Teams $40/user/mo, Enterprise custom. Pro+ and Ultra figures are secondary-sourced (official page hides per-tier prices behind a UI toggle).Jun 2026Cursor official pricing page
Usage-based billingSince June 2025 Cursor bills on usage: each paid plan includes a model-usage pool roughly equal to its price (Pro covers about 225 Claude Sonnet 4.5 requests), auto-routed usage is unlimited, and named-model usage beyond the pool is billed on demand in arrears.Jun 2026Cursor official pricing page
Pro PlanPro plan from $20/month as of 2026Apr 2026Cursor Pricing
Teams PlanTeams plan from $40/user/month with admin controls and centralized billingJun 2026Cursor Pricing
Free TierHobby plan free with limited monthly Pro requestsApr 2026Cursor Pricing

company

company facts about Cursor
AttributeValueAs ofSource
Company & adoptionDeveloped by Anysphere Inc. as a fork of VS Code; more than 500,000 developers reported as of early 2026. Compatible with the VS Code extension ecosystem.Jun 2026Cursor official site

General

General facts about Cursor
AttributeValueAs ofSource
Founded2022Mar 2026Anysphere
Free TierFree tier with limited completionsMar 2026Cursor
Pro Plan$20/month (Pro)Mar 2026Cursor
Teams Plan$40/user/month (Teams)Jun 2026Cursor
Active Developers500,000+Mar 2026Anysphere
Language Support20+ programming languagesMar 2026Cursor
Funding$400M Series B at $2.5B valuation (2024)Mar 2026Crunchbase

capability

capability facts about Cursor
AttributeValueAs ofSource
Composer AgentComposer agent feature for multi-file edits and codebase-aware refactorsApr 2026Cursor Features

technical

technical facts about Cursor
AttributeValueAs ofSource
Model SupportSupports Anthropic Claude (4.x family), OpenAI GPT, and Cursor-tuned models as of 2026Apr 2026Cursor Website

Strengths

  • Purpose-built AI-native editor
  • Strong multi-file refactoring
  • Multi-model support (Claude, GPT, Gemini)
  • Agentic Composer for multi-file generation
  • Familiar VS Code-based editor
  • Strong indexing for large codebases

Limitations

  • Higher tiers needed for heavy use
  • Separate editor to adopt
  • No managed hosting (BYO deployment)
  • Less guided than Lovable or Bolt for new projects
  • Pricing on agent tiers is usage-based

Based on evaluations in 2 rankings: Best AI Coding Tools and Developer Assistants 2026, Best AI App Builders in 2026

About Cursor

Cursor is an AI-native code editor developed by Anysphere Inc., built as a fork of Microsoft's Visual Studio Code. It integrates large language models directly into the editor: multi-line completions, codebase-aware chat, an agent that edits across multiple files, and natural-language code generation. Because it is a VS Code fork, existing extensions, themes, and keybindings carry over. Cursor reported more than 500,000 developers using the editor as of early 2026.

The editor indexes the full project so its suggestions reference real variable names, patterns, and structure rather than generic snippets. Its agent (Composer) can plan and apply changes across files, run commands, and iterate, while "Tab" handles fast inline completions.

Cursor's pricing changed shape and is no longer a flat per-seat fee. As of June 2026 the tiers are: Hobby (Free, $0), Pro ($20/user/month), Pro+ (about $60/user/month), Ultra (about $200/user/month), Teams ($40/user/month), and Enterprise (custom). The shift that matters for budgeting is that each paid plan now includes a pool of model usage roughly equal to its price, then bills on demand for usage beyond it.

flowchart TD
  A[Request in Cursor] --> B{Model choice}
  B -- Auto/model-routing --> C[Unlimited on paid tiers]
  B -- Named frontier model --> D[Draws from monthly usage pool]
  D --> E{Pool exhausted?}
  E -- No --> F[Included in plan price]
  E -- Yes --> G[On-demand usage billed in arrears]

On Pro, the included pool covers on the order of a couple of hundred frontier-model requests a month (Cursor cites roughly 225 Claude Sonnet 4.5 requests as a representative figure), with auto-routed usage unlimited. Heavy users move up to Pro+ or Ultra for a larger included pool rather than paying piecemeal overage. Cursor competes with GitHub Copilot, the bring-your-own-key agents Cline and Aider, and the editor-plus-AI category generally; its strength is a polished, fast editing experience, and the trade-off is a usage-metered bill that can exceed the headline $20 for developers who lean on named frontier models all day.

Editor's Note: When Cursor moved to the usage-pool model, the first thing we saw across ShadowGen client teams was bill shock: a developer who pinned every request to a named frontier model exhausted the Pro pool in about two weeks and ran into on-demand charges, while a teammate on the same plan using auto-routing never touched overage. The fix was a habit, not a plan change — default to Auto, and reserve a named frontier model for the genuinely hard problems. For one 12-developer team that single change kept them on Pro ($20) instead of pushing everyone to Ultra, saving roughly $2,160/month versus the worst-case projection. — Rafal Fila, ShadowGen

Integrations (6)

Claude API native
GitHub native
GitLab native
Jira third-party
OpenAI GPT-4 native
VS Code Extensions native

Written & reviewed by · Last updated: · Last verified:

Other AI Coding & Development Tools Tools

See How It Ranks

Questions About Cursor

How much do AI coding assistants cost in 2026?

As of June 2026, mainstream AI coding assistants cluster in two cost shapes. Per-seat subscriptions with included AI usage: GitHub Copilot Pro $10/month (Business $19/seat), Cursor Pro $20/month, and Claude Code and ChatGPT Codex bundled into Claude ($20+) and ChatGPT ($20+) subscriptions. Free, bring-your-own-model tools where you only pay API spend: Aider and Cline ($0 for the tool, roughly $5-30/day in model cost for active use). Replit Agent is credit-metered from $25/month. The 2026 catch is that most paid tiers moved to usage metering, so the sticker price is a floor, not a ceiling.

What are the best workflow automation tools for technical writers in 2026?

Technical writers in 2026 typically combine Mintlify or ReadMe (docs-as-code platforms), n8n or Zapier (publishing automation), GitHub Actions (CI for docs), and Notion or Coda (drafting and review). The strongest setups treat docs as code with an automation layer for screenshots, link checks, and changelog publishing.

Claude Code vs Codex vs Cursor for autonomous coding in 2026: which fits best?

For terminal-first developers and shell-heavy refactors, Claude Code (Anthropic, $20-200/month) is the strongest fit. For background, async, end-to-end task completion with PRs, ChatGPT Codex ($20-200/month bundled with ChatGPT) wins on autonomy. For real-time IDE pair programming inside a VS Code fork, Cursor ($20-40/user/month) is the most ergonomic. Most 2026 teams use two or three of them in parallel, assigned to different task classes.

Lovable vs v0: which AI app builder fits your stack in 2026?

Lovable produces React + TypeScript + Supabase apps with GitHub export from $25/month per-message, suited to shipping production apps. v0 (Vercel) produces Next.js + shadcn/ui apps deployable to Vercel from $20/month Premium, suited to teams already on the Vercel platform.

Learn More