# As a condition of accessing this website, you agree to abide by the following # content signals: # (a) If a Content-Signal = yes, you may collect content for the corresponding # use. # (b) If a Content-Signal = no, you may not collect content for the # corresponding use. # (c) If the website operator does not include a Content-Signal for a # corresponding use, the website operator neither grants nor restricts # permission via Content-Signal with respect to the corresponding use. # The content signals and their meanings are: # search: building a search index and providing search results (e.g., returning # hyperlinks and short excerpts from your website's contents). Search does not # include providing AI-generated search summaries. # ai-input: inputting content into one or more AI models (e.g., retrieval # augmented generation, grounding, or other real-time taking of content for # generative AI search answers). # ai-train: training or fine-tuning AI models. # ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF # RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT # AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET. # BEGIN Cloudflare Managed content User-agent: * Content-Signal: search=yes,ai-train=no Allow: / User-agent: Amazonbot Disallow: / User-agent: Applebot-Extended Disallow: / User-agent: Bytespider Disallow: / User-agent: CCBot Disallow: / User-agent: ClaudeBot Disallow: / User-agent: CloudflareBrowserRenderingCrawler Disallow: / User-agent: Google-Extended Disallow: / User-agent: GPTBot Disallow: / User-agent: meta-externalagent Disallow: / # END Cloudflare Managed Content Forge — Cursor is for engineers. Forge is for builders.

Cursor is for engineers. Forge is for builders.

Run Claude Code and Codex on full auto.
Perfect vibe coding companion for builders.

Forge product screenshot
MK Maya
118 -  if (!invoice.dueAt) return null;
119 +  const isOverdue = invoice.status === "past_due";
120 +  const ownerEmail = account.owner.email;

› add overdue invoice banner to account dashboard

● Read(src/routes/account/BillingPanel.tsx)
● Read(src/lib/billing/invoices.ts)
● Update(src/routes/account/InvoiceBanner.tsx)

✽ Checking billing edge cases… (thought for 4s)
  ✓ Hide banner for paid accounts
  ✓ Link billing owners to hosted invoice
  □ Add empty state copy for trial accounts

$ pnpm test billing-panel
 8 tests passed in 2.9s
add regression coverage for trial accounts ▸▸ bypass permissions on (shift+tab to cycle) · ← for agents
make customer search keyboard friendly and sync filters to the URL
Forge routed to Sonnet for UI state changes
  • Readsrc/components/customers/CustomerSearch.tsxok
  • Updatesrc/lib/urlFilters.tsok
  • Bashpnpm test customer-searchrunning
Added roving focus to the quick results, preserved owner and segment filters in the URL, and restored focus to the selected customer row after closing search.
Files changed3+74 -18
Msrc/components/customers/CustomerSearch.tsx+42-11
Msrc/routes/customers/index.tsx+21-7
1m 18s18.2k in · 2.1k out$0.08
Add screen reader labels before finishing
Auto Adaptive Auto run
+  await importJobs.markComplete(batch.id);
72    await contacts.upsertMany(normalizedRows);
73    await auditLog.record("contacts.imported", batch.id);

› make CSV lead import resume after a network drop

● Read(src/lib/imports/csv.ts)
● Read(src/lib/imports/leadMapper.ts)
● Update(src/server/jobs/importLeads.ts)

Running pnpm test import-leads

test import resumes pending batch          ... ok
test duplicate email merges owner field    ... ok
test invalid rows stay downloadable        ... ok

3 passed in 1.18s

※ recap: Lead imports now checkpoint every 250 rows, preserve
  rejected CSV rows, and continue from the last confirmed batch
  after the worker restarts.
surface skipped rows in the import summary ▸▸ bypass permissions on (shift+tab to cycle) · ← for agents
╭────────────────────────────────────────────────╮
│ >_ OpenAI Codex (v0.135.0)                       │
│                                                │
│ model:    gpt-5.5 xhigh   /model to change │
│ directory: ~/Documents/AtlasCRM                │
╰────────────────────────────────────────────────╯

› make customer search keyboard friendly and sync filters to the URLPlan
  ✓ audit current customer table focus order
  ✓ keep status, owner, and segment filters in search params
  ✓ add arrow-key navigation to quick results
  □ verify screen reader labels

● Editing
  src/components/customers/CustomerSearch.tsx
  src/routes/customers/index.tsx
  src/lib/urlFilters.ts

Updated search keeps selected filters shareable and restores
focus to the result row after closing the command menu.
verify screen reader labels and finish the patch gpt-5.5 xhigh · ~/Documents/AtlasCRM

Built to ship.

Four agents. One screen.

Spawn as many Claude Code or Codex sessions as your machine can carry. File-level locks prevent collisions.

Lid closed, still running.

Fire off the work, walk away. Come back to a finished turn and a revert button if you don't like it.

See the app as it builds.

Hit ⌘R and Forge boots your dev server, finds the URL, and loads it in the Live tab. Updates in real time.

Any model. One dropdown.

300+ models via OpenRouter. Switch per session, or let Forge pick. Bring your own key.

Multiple sessions

Four agents.
One screen.

Spawn as many Claude Code or Codex sessions as your machine can carry. They run side by side in a resizable grid, fully streamed, never blocked. File-level locks warn the moment two sessions reach for the same file — you direct from above, the agents handle the rest.

Multiple sessions demo

Local models

Your machine.
Your models.

Run Ollama, LM Studio, or any OpenAI-compatible endpoint directly in Forge. Your code stays on your machine — no API keys, no cloud, no limits.

Local models demo

Optimized for builders

Always shipping.
Always better.

New features ship constantly, shaped by what builders actually ask for. Every update puts more in your hands — Forge keeps pace with how fast you build.

Optimized for builders demo

It's free. Go build.

FAQ

Questions & answers.

Do I need to know how to code?

No. Forge is built for builders, not engineers. You describe what you want and AI handles the rest. Knowing how to code helps, but it's not a requirement.

What API keys do I need?

Forge works with Claude Code, Codex and OpenRouter via Forge's own AI.

Does it replace my code editor?

It can. Forge has a built-in file viewer, full-text search, and a terminal. But it's designed to sit on top of whatever you already use. You don't have to give anything up to try it.

Can engineers use Forge?

Yes, but Forge is designed for non-technical builders.

Is it free?

Yes. Forge is free to download and use with your own API keys and subscriptions.

Is it macOS only?

For now, yes — Apple Silicon and Intel. Other platforms are on the roadmap.