Replit-style AI builder

An AI agent that builds files instead of just generating text.

Forge Agent gives you a Claude-like builder loop: describe the app, let AI produce concrete file changes, inspect the code, refine, and preview the result in one workspace.

agent.build({
  goal: 'ship production app',
  output: ['files', 'changes', 'checks'],
  mode: 'builder'
});

Build-directed reasoning

Turns requests into an implementation plan and then asks AI for complete file contents.

Direct file application

Applies generated changes into the workspace files so you inspect real code, not just advice.

Preview-oriented iteration

Designed around tight loops: build, inspect, refine, preview, and ship.

GenMB AI integration

Uses the built-in AI Text Generation endpoint while keeping external provider keys out of the browser.

Built with GenMB
Built with GenMB