NEW Gmail OTP sign-in is live

The AI pair
programmer
built for VS Code.

Autocomplete, chat, explain, fix and refactor — all inside your editor. Sign in once with Gmail and ship faster without leaving the flow.

No credit card Every language Free tier forever
src / api.ts
api.ts utils.ts
1// DevMind is writing this →
2export async function fetchUsers(): Promise<User[]> {
3  try {
4    const res = await fetch('/api/users');
5    if (!res.ok) throw new Error(`HTTP ${res.status}`);
6    return res.json();
7  } catch (err) {
8    console.error('fetchUsers:', err); throw err;
9  }
10}
DevMind — Added try/catch, typed return, and error logging. ✓ Done
TypeScriptPythonGoRustJavaC++RubySwiftKotlinPHPC#Scala TypeScriptPythonGoRustJavaC++RubySwiftKotlinPHPC#Scala
Features

Everything to code faster.

From inline autocomplete to multi-file refactors — DevMind stays out of your way until you need it.

01

Instant autocomplete

Low-latency inline completions tuned on real production code. Tab to accept, keep flowing.

02

Contextual chat

Ask about the current file, plan refactors, or generate code without leaving the sidebar.

03

Explain, fix & refactor

Select code → explain, fix, or refactor in one keystroke. Previews open beside, never replacing your work.

04

Live quota tracking

The status bar shows how many requests remain today. Plan and usage always visible at a glance.

05

Private by default

Your code is never stored. Requests stream to the model and are discarded immediately after.

06

Gmail OTP sign-in

No passwords. Verify once with a Gmail OTP, get your API key, and the extension connects instantly.

How it works

Running in under 60 seconds.

No config files. No keys to hunt for. Install, verify your Gmail, and start coding.

01

Install

Grab DevMind from the VS Code marketplace in one click.

02

Verify Gmail

Enter your email and the 6-digit OTP — no passwords, no friction.

03

Paste API key

Copy your key from the dashboard and paste it into VS Code once.

04

Start coding

Autocomplete, chat, and refactor are active immediately.

Shortcuts

Keyboard-first by design.

Every action has a single keystroke. Stay in flow, never reach for the mouse.

Keyboard shortcuts

One key for every action.

Common actions map to intuitive shortcuts. No menus, no dialogs — just results.

Explain code⌘ ⇧ E
Fix bug⌘ ⇧ F
Refactor⌘ ⇧ R
Generate⌘ ⇧ G
Accept inlineTab
CLI install

One command to start.

Install straight from the terminal.

zsh
$ code --install-extension DevmindAi.devmind-ai
Installing DevMind AI…
DevMind AI installed successfully
$ code .
Free tier

20 requests/day, forever.

No credit card. No expiry. Upgrade only when you need more.

Pricing

Start free. Scale when ready.

Simple, transparent plans. Upgrade or downgrade at any time.

Free
₹0/forever
For anyone getting started with AI coding.
  • 20 requests / day
  • Autocomplete + chat
  • Explain, fix, refactor
  • Community support
Get started free
Solo
₹499/month
For individual developers who code daily.
  • 100 requests / day
  • Autocomplete + chat
  • Explain, fix, refactor
  • Email support
Upgrade to Solo
Pro
₹999/month
For heavy daily users who want priority access.
  • 500 requests / day
  • Everything in Solo
  • Priority model routing
  • Priority email support
Upgrade to Pro
Team
₹799/seat · mo
For teams with shared admin and pooled usage.
  • 2,000 requests / day / seat
  • Admin console
  • Centralized billing
  • Slack support
Contact sales
FAQ

Frequently asked.

How is DevMind different from GitHub Copilot?

DevMind is built end-to-end for VS Code — Gmail OTP sign-in, chat, refactor, and billing all in one verified account. It runs on DeepSeek models tuned for real codebases, with transparent per-day quota tracking in the status bar.

Do you store my code?

No. Requests are streamed to the model and discarded. We log anonymous usage counts to enforce your daily quota, nothing more.

Which languages are supported?

Every language VS Code supports. First-class training signal for TypeScript, Python, Go, Rust, Java, C++, Kotlin, and Swift.

Why Gmail-only sign-in?

Gmail OTP gives us a reliable, spam-resistant sign-in without passwords. It also keeps one verified identity across the dashboard, billing, and the VS Code extension.

Can I cancel anytime?

Yes. Plans are month-to-month. Cancel from the billing page and you keep access until the end of the current period.

Ready to ship faster?

Install DevMind, verify your Gmail once, and start coding in under a minute.