Pipeline Overview

App Factory uses a 10-stage pipeline to transform market research into production-ready mobile apps. Each stage produces validated artifacts that feed into the next.

Pipeline Stages

01

Market Research

AI-powered market analysis generates 10 ranked app ideas with evidence, target users, and complexity scores.

Key Outputs
stage01.json01_market_research.mdidea_index.json
02

Product Spec

Defines the core product loop, domain model, and MVP scope for the selected idea.

Key Outputs
stage02.json02_product_spec.mdcore_loop.mdmvp_scope.md
03

UX Design

Creates design tokens, component inventory, and interaction expectations.

Key Outputs
stage03.json03_ux_design.mddesign_tokens.jsoncomponent_inventory.md
04

Monetization

Defines subscription pricing, RevenueCat integration, and paywall strategy.

Key Outputs
stage04.json04_monetization.md
05

Architecture

Creates navigation plan, dependency matrix, and technical specifications.

Key Outputs
stage05.json05_architecture.mdnavigation_plan.jsondependency_plan.json
06

Builder Handoff

Produces complete implementation blueprint with all specifications consolidated.

Key Outputs
stage06.json06_builder_handoff.md
07

Polish

Adds accessibility requirements, performance guidelines, and quality refinements.

Key Outputs
stage07.json07_polish.md
08

Brand

Defines visual identity, generates app icon, splash screen, and brand assets.

Key Outputs
stage08.json08_brand.mdicon.svgsplash.svgadaptive-icon-foreground.svg
09

Release Planning

Creates ASO metadata, store listings, and launch strategy documentation.

Key Outputs
stage09.json09_release_planning.md
10

App Generation

Generates complete Expo React Native app with all features, subscriptions, and assets.

Key Outputs
Complete Expo app in builds/<idea_dir>/build_log.md

Quality Gates

Hard validation checkpoints ensure specifications are complete and consistent before progression.

02.5Core Loop Gate

Validates product definition and domain model completeness.

02.7Tech Planning Gate

Validates navigation and dependency plans are implementable.

09.5Runtime Gate

Validates boot sequence, flow validation, and error scenarios.

10.1Build Validation

Validates build contract synthesis and implementation plan.

Execution Modes

Idea Generation

run app factory executes Stage 01 only, creating an idea bin for selective building.

Selective Building

build <idea> executes Stages 02-10 for one chosen idea from the idea bin.

End-to-End

dream <idea> executes Stages 01-10 in a single execution from raw idea text.

Learn More