Skip to content

clawlabz/forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge

One sentence in. Live product out.

The product factory for solo founders and one-person companies.

Website · Get Started · How It Works · Showcase


Describe your product idea in one sentence. Forge handles everything else — market research, requirements, design, code, testing, and deployment. You get a live, working product at your own domain.

No team needed. No design skills. No DevOps.

What Forge Builds For You

You say Forge delivers
"A personal AI health companion" health.clawlabz.xyz — 12 pages, AI chat, report analysis, deployed
"A bookmark manager with tags and search" mark.clawlabz.xyz — Full app with import/export, keyboard shortcuts
"An AI agent tool marketplace" toolkit.clawlabz.xyz — 28 routes, payment system, API gateway

Each product was built from a single sentence, fully automated, in under 30 minutes.

How It Works

You: "A personal finance tracker for freelancers"

Forge:
  ✅ Researched the market, analyzed 8 competitors
  ✅ Wrote product requirements (12 features, 10 user stories)
  ✅ Designed the UI (Google Stitch AI — professional quality)
  ✅ Built the full application (Next.js, database, auth, payments)
  ✅ Tested everything (87 tests passed)
  ✅ Verified quality (3 rounds of automated review)
  ✅ Deployed to your domain with SSL

You: review 3 documents, say "approved" 3 times
→ Done. Product is live.

Your involvement: ~5 minutes. Review and approve the requirements, architecture, and design. Everything else is fully automated.

Showcase

Products built with Forge — each from a single sentence:

Product What It Does Time
ClawHealth AI health companion with symptom analysis, report parsing, health tracking ~30 min
ClawMark Bookmark manager with tags, search, keyboard shortcuts, import/export ~20 min
ClawToolkit AI agent tool marketplace with API gateway, billing, dashboards ~45 min

Get Started

Install (Free, Open Source)

# Step 1: Add Forge to Claude Code
claude plugin marketplace add clawlabz/forge
claude plugin install forge

# Step 2: Build your product
/forge:build "describe your product idea here"

That's it. Forge takes over from here.

What Happens Next

  1. Market Research — Forge analyzes competitors and validates your idea
  2. Requirements — A detailed product spec is written and self-reviewed (you approve)
  3. Design — Professional UI designs are generated by Google Stitch AI (you approve)
  4. Architecture — Technical blueprint with security and performance review (you approve)
  5. Development — Full application built with multiple AI agents working in parallel
  6. Testing — Automated tests ensure everything works
  7. Quality Check — 3 rounds of multi-dimensional verification
  8. Deployment — Live at your domain with database, DNS, and SSL configured

Steps 5-8 are fully automatic. No intervention needed.

Want It Even Simpler?

Forge Pro (coming soon) — No setup, no API keys, no configuration. Just your idea and a credit card. Visit forge.clawlabz.xyz for early access.

You Stay In Control

Forge pauses at 3 checkpoints for your approval:

Checkpoint What You Review How
Requirements "Is this what I want to build?" Read a document on GitHub (works on phone)
Design "Does this look right?" View page screenshots in the document
Architecture "Does the tech make sense?" Review or just approve if you trust Forge

Say "approved" to continue, or give feedback to adjust. After the third approval, everything runs automatically until your product is live.

What You Get

When Forge finishes, you have:

  • A live product at your custom domain (e.g., myapp.yourdomain.com)
  • Source code in a GitHub repository you own
  • Complete documentation — requirements, architecture, design specs, test reports
  • A knowledge base — so you (or anyone) can understand and maintain the product

Built For Solo Founders

Forge is designed for the one-person company era. One person can now:

  • Validate an idea in 5 minutes (not 2 weeks)
  • Ship a complete product in 30 minutes (not 3 months)
  • Run multiple products simultaneously (not juggle contractors)
  • Iterate based on user feedback with another /forge:build

No employees. No contractors. No meetings. Just ideas → products.

Configuration

For power users — every part of Forge is customizable:

forge.config.yaml — Click to expand
version: "1.0"

project:
  name: "my-product"
  domain: "myapp.example.com"

# Every service is swappable
providers:
  deployment: { type: "vercel" }        # or cloudflare_pages, netlify
  database:   { type: "supabase" }      # or planetscale, neon
  dns:        { type: "cloudflare" }    # or vercel_dns, route53
  design:     { type: "stitch" }        # or manual_spec, figma
  storage:    { type: "cloudflare_r2" } # or s3

# Optional: analytics
optional:
  analytics:
    ga4:     { enabled: true, measurement_id: "" }
    clarity: { enabled: true, project_id: "" }
All Commands — Click to expand
Command Description
/forge:build "idea" Run the full pipeline
/forge:init Initialize a new project
/forge:brainstorm Market research and validation
/forge:prd Write product requirements
/forge:architect Technical architecture
/forge:design UI design (via Stitch)
/forge:develop Build the application
/forge:test Run automated tests
/forge:verify 3-round quality review
/forge:deploy Deploy to production
/forge:resume Resume after interruption

Contributing

Forge is MIT licensed and open source. Contributions welcome.


Built by ClawLabz · forge.clawlabz.xyz

Releases

No releases published

Packages

 
 
 

Contributors