What Gets Generated

Every App Factory build produces a complete package: production code, documentation, market research, and marketing materials. Here's exactly what you get.

Output by Builder Type

Each builder generates a different project structure optimized for its target platform.

App Builder (Mobile)

builds/<app-slug>/
Project Structure
app/Expo Router screens and layouts
components/Reusable React Native components
hooks/Custom React hooks
lib/Utilities, constants, and helpers
assets/Images, icons, and fonts
app.jsonExpo configuration
package.jsonDependencies and scripts

dApp Builder (Web3)

dapp-builds/<app-slug>/
Project Structure
app/Next.js App Router pages
components/React components with shadcn/ui
lib/Wallet connection, Solana utilities
hooks/Custom hooks for Web3 interactions
public/Static assets
next.config.jsNext.js configuration

Agent Builder (AI)

outputs/<agent-name>/
Project Structure
src/Agent source code
src/index.tsEntry point and main logic
src/tools/Agent tools and capabilities
config/Agent configuration
package.jsonDependencies

Plugin Builder

builds/<plugin-slug>/
Project Structure
src/Plugin source code
src/index.tsMCP server entry point
src/tools/Exposed tools and functions
package.jsonDependencies and MCP config

Mini App Builder (Base)

builds/miniapps/<app-slug>/
Project Structure
app/Next.js pages with MiniKit integration
app/.well-known/Farcaster manifest route
components/UI components
public/Images and assets
minikit.config.tsMiniKit configuration
artifacts/Deployment and publish guides

Website Builder

website-builds/<slug>/
Project Structure
src/app/Next.js App Router pages
src/components/React components
src/lib/Utilities
public/Static assets
research/Market research
audits/Skills audit reports

Documentation Files

Every build includes operational documentation—not placeholder templates, but accurate descriptions of your specific app.

README.md

Project overview, features, and quick start instructions. Accurately describes what the app does.

RUNBOOK.md

Detailed operational guide: environment setup, deployment, and maintenance procedures.

TESTING.md

Test coverage, how to run tests, and what scenarios are covered.

LAUNCH_CHECKLIST.md

Pre-submission checklist for app stores: required assets, metadata, and compliance items.

Research Files

Market intelligence generated during the build process. All data is researched, not fabricated.

market_research.md

Market analysis, size estimates, growth trends, and opportunity assessment.

competitor_analysis.md

Detailed breakdown of competing apps: features, pricing, ratings, and positioning.

positioning.md

How the app differentiates, target user segments, and value proposition.

Marketing Files

Launch-ready marketing materials. Copy these directly to your app store listing, website, or social media.

twitter_thread.txt

Ready-to-post launch thread with engagement hooks and call-to-action.

landing_copy.md

Website copy: headline, features, benefits, FAQ, and conversion elements.

press_kit.md

Press release template, company facts, and media-ready descriptions.

aso_metadata.md

App Store Optimization: title, subtitle, keywords, and full description.

Quality Guarantee

Every file in the output has passed Ralph Mode QA validation.

  • Code compiles and runs without errors
  • Documentation accurately describes the app
  • Research data is real and verifiable
  • No placeholder content anywhere

Next Steps