Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 2.15 KB

File metadata and controls

84 lines (61 loc) · 2.15 KB

BatchForge.ai Documentation

Getting Started

1. Open BatchForge.ai

Visit batchforge.ai — no account needed for the free tier.

2. Describe What You Want

Type a natural language description in the chat:

"Build me a portfolio website with a dark theme, animated hero section,
project gallery with hover effects, and a contact form"

3. Watch It Build

The AI generates your app in real-time:

  • Simple requests → instant code generation
  • Complex requests → Planner → Scaffold → Coder pipeline

4. Iterate

Keep talking to refine:

"Make the hero section gradient purple to blue"
"Add a 3D rotating cube using Three.js"
"Make the contact form actually send emails"

5. Export or Publish

  • Publish → Get a live URL instantly
  • Export HTML → Single self-contained file
  • Export ZIP → Full multi-file project

Two Rendering Modes

VFS Mode (Multi-File)

For complex applications with multiple files:

  • Uses Service Worker virtual file system
  • Hot-swap iframe sandbox for live preview
  • Supports React, Three.js, charts, animations
  • Full project structure visible in file tree

Page Mode (Single-File)

For simple websites:

  • HTML + CSS + JavaScript triplets
  • Instant rendering
  • Perfect for landing pages and demos

Quality Levels

Level Model Best For
Fast grok-3-mini-fast Quick iterations, simple changes
Balanced grok-3-fast Most tasks, good quality + speed
Max grok-3-latest Complex apps, highest quality output

Pricing

Tier Price Generations/Day
Free $0 3
Pro $12/mo 200
Team $29/seat/mo 500/seat
Enterprise Custom Unlimited

Keyboard Shortcuts

Shortcut Action
Ctrl+Z Undo
Ctrl+Shift+Z Redo
Ctrl+E Toggle editor
Ctrl+Enter Send message

Support