Forge Studio / Private Beta / Q3 2026

The IDE that finishes your thought.

Every IDE on the market today is a 20-year-old editor with an AI retrofit bolted on the side. Forge Studio is AI-native from the first keystroke. Pair programming that actually understands your repo, not just the cursor line. One-click deploy to Forge Cloud. No plugin circus, no config files, no chat panel you forget about.

Join the Waitlist → See the Vision
Built on Claude + Forge Agent
Private beta Q3 2026
One-click deploy
Local + Cloud modes
The Vision

The editor was built for typing. We build for thinking.

Every IDE today asks you to describe code. Forge Studio watches the code, the repo, the open PR, the failing test, and the shape of your thought, and fills the rest in. Autocomplete was the wrong abstraction. Completion at the level of intent is the right one.

"The IDE of the AI era should not be a text editor with a chatbot stapled on. It should be a thinking partner that already read your repo before you sat down."
Developers on the waitlist
1,847

Indie hackers, startup engineers, and Cursor power-users betting on a cleaner foundation. Beta begins Q3 2026.

auth.ts / Forge Studio
12// check session + refresh if expiring within 5 min
13export async function refreshIfStale(session: Session) {
14  const remaining = session.expiresAt - Date.now();
15  if (remaining < FIVE_MIN_MS) {
      const next = await auth.refresh(session.refreshToken);
      await sessionStore.write(next);
      return next;
    }
20  return session;
21}
 
// Forge Studio: pulled FIVE_MIN_MS from /lib/constants.ts, matched sessionStore signature from /lib/store.ts
Features

Built for the way developers actually work in 2026.

Repo-aware pair programming

The AI reads your entire codebase, not the 300 lines around your cursor. Suggestions match your conventions, reuse your helpers, respect your types. No more fighting the model to use the patterns that already exist.

Agent-in-the-loop

Spawn a Forge Agent from any file. It runs your tests, debugs the failures, refactors the warnings, writes the migration. You review the diff when it is done. Background work does not have to block your keyboard.

One-click deploy

Push a button and your branch is a live URL on Forge Cloud in under 90 seconds. Preview deploys, rollbacks, and production cuts handled in-editor. No YAML, no dashboard tab, no Slack bot yelling about build queues.

MCP-native

Any Model Context Protocol server plugs in directly. Databases, APIs, issue trackers, design systems, whatever you wire up. No extension marketplace, no JSON config files, no "restart the editor to apply."

Live collaborative sessions

Pair with a teammate and the AI in the same buffer. Two humans, one agent, shared context. The agent knows who typed what, whose branch is active, and which tests the other person already ran.

Keyboard-first, dark by default

Vim bindings, Emacs bindings, command palette, fuzzy everything. The mouse is optional. Dark mode is not a toggle, it is the assumption. No floating toolbars, no popup tutorials, no onboarding carousel.

Comparison

How it stacks up against the current options.

No shade on the tools we are all using. We just think the category needs a clean rebuild.

Forge Studio Cursor Windsurf VS Code + Copilot GitHub Codespaces
Repo-aware AI Full-repo context by default Partial, manual index Partial File-scope only Not included
Agent-in-the-loop Native, background agents Agent mode, foreground Cascade, foreground No No
One-click deploy Yes, to Forge Cloud No No Via extension GitHub Actions
MCP-native First-class, zero config Config file Config file Extension required No
Editor core Custom, AI-native VS Code fork VS Code fork VS Code VS Code (remote)
Live collab with AI Multi-human + agent Solo Solo Live Share, no AI Live Share, no AI
Keyboard-first Vim, Emacs, palette Vim extension Vim extension Vim extension Vim extension
Developers on the waitlist
1,847

Q3 2026 private beta. 50 spots from the waitlist, selected by the founder. Lifetime discount at GA for every beta member. No credit card to join.

Get in the first 50.

Tell us what you are building, what IDE you use today, and what breaks your flow. We read every application personally and invite the builders who will push the product hardest.

Questions

What developers ask first.

When does Forge Studio actually launch?

Private beta opens Q3 2026 for the first 50 developers on the waitlist. Public beta follows later in 2026 based on what we learn. General availability is targeted for early 2027. If you are on the waitlist, you hear about every stage before anyone else.

Is this a VS Code fork?

No. Forge Studio is a custom editor written from scratch to be AI-native. That was the whole point. VS Code is a great editor, but it was designed for human typing and bolting AI on produces a seam you can feel. We are building for the opposite default: the AI is always present, and the human is the one joining in.

Does it work offline?

Forge Studio is cloud-first with aggressive local caching. The editor, your files, and recent AI context live on your machine, so you can keep editing on a plane. Full-repo AI and agent execution require cloud access. Fully offline mode is on the roadmap for late 2026.

What will it cost?

Pricing is still being finalized, but early beta members receive a lifetime discount when we flip to paid. The current plan: a free tier for individuals with generous daily usage, a paid tier around indie-hacker budget, and a team plan for startups. Forge Cloud deploys are billed separately on usage.

Do I need Forge Agent to use Forge Studio?

No. Forge Studio stands alone. But the two products are built by the same team and speak the same protocols, so if you use Forge Agent you get first-class agent-in-the-loop execution inside Studio. If you do not, Studio still works great with Claude, GPT, Gemini, or a self-hosted model.

Can I migrate from Cursor or VS Code?

Yes. At beta launch we ship a one-click import for Cursor settings, VS Code settings, keybindings, theme preferences, and installed extensions where a Studio equivalent exists. Your muscle memory comes with you. The day-one experience should feel like home within 20 minutes.

Get in early. First 50 from the waitlist ship with us.

The editor you use for the next decade is being picked right now. Get in front of it. Beta opens Q3 2026 and every seat is personally reviewed.

Join the Waitlist → Meet Forge Agent
The Full Stack

Every Forge product, in one platform.

Forge Agent

Open-source runtime

The free agent runtime. MIT license. MCP-native.

Forge Vault

Enterprise platform

Multi-tenant agent governance, audit, RBAC.

Forge Voice

AI receptionist

Bilingual voice agent that answers every call.

Forge Desk

Virtual desktops

Managed dev environments in the cloud.