appfactory-builder
Build and deploy production apps using AppFactory's 7 pipelines (websites, mobile, dApps, AI agents, plugins, mini apps, bots). One prompt → live URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and deploy production apps using AppFactory's 7 pipelines (websites, mobile, dApps, AI agents, plugins, mini apps, bots). One prompt → live URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Anicca earn skill (GATE-0). The automaton loop calls run.sh each wake to discover and execute an earn (x402 / 0xwork / litcoin / nookplot), then VERIFIES it on-chain (tx receipt 0x1 + USDC before/after delta) and appends one line to state/earn-ledger.jsonl. One profitable wake (net>0 AND status 0x1) is the real launch gate. Use when wiring earn into the agent loop, recording an earn outcome, or verifying a profitable wake.
Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, Google Trends, Booking.com, and TripAdvisor. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, or any data extraction task.
iOS Simulator automation using AXe CLI for touch gestures, text input, hardware buttons, screenshots, video recording, and accessibility inspection. Use when automating iOS Simulator interactions, writing UI tests, capturing screenshots/video, or inspecting accessibility elements. Triggers on iOS Simulator automation, AXe CLI usage, simulator tap/swipe/gesture commands, or accessibility testing tasks.
Deep competitive analysis for iOS/macOS apps including feature comparison, pricing analysis, strengths/weaknesses, market positioning, and differentiation opportunities. Use when user asks for competitive analysis, competitor research, feature comparison, market positioning, or wants to understand competition in detail.
Configure notification integrations (Telegram, Discord, Slack) via natural language
Add money to the wallet. Use when you or the user want to fund, deposit, top up, load, buy USDC, add funds, onramp, or get USDC. Also use when the wallet has insufficient balance for a send or trade operation, or when someone asks "how do I get USDC?"
基于 SOC 职业分类
| name | appfactory-builder |
| description | Build and deploy production apps using AppFactory's 7 pipelines (websites, mobile, dApps, AI agents, plugins, mini apps, bots). One prompt → live URL. |
Build and deploy production apps in minutes using AppFactory's 7 pipelines. No setup required — describe what you want, get a live URL.
Repo: github.com/MeltedMindz/AppFactory Showcase: factoryapp.dev
| Pipeline | Directory | What You Get | Deploy Target |
|---|---|---|---|
| Mobile Apps | app-factory/ | Expo React Native app with monetization | App Store |
| Websites | website-pipeline/ | Next.js 15 site with SEO + analytics | Vercel |
| dApps | dapp-factory/ | Web3 app with wallet connect + contracts | Vercel |
| AI Agents | agent-factory/ | Node.js agent scaffold with tools | Any host |
| Claude Plugins | plugin-factory/ | Claude Code plugin or MCP server | Local |
| Base Mini Apps | miniapp-pipeline/ | MiniKit app for the Base ecosystem | Vercel |
| OpenClaw Bots | claw-pipeline/ | Custom OpenClaw assistant with optional token | Any host |
git clone https://github.com/MeltedMindz/AppFactory.git
cd AppFactory
# Website (fastest — under 5 minutes)
cd website-pipeline
# Create your project in website-builds/
mkdir -p website-builds/my-project
cd website-builds/my-project
npx create-next-app@latest . --typescript --tailwind --app --src-dir --no-eslint --import-alias "@/*"
# Build your app, then:
npm run build
# Mobile App
cd app-factory
# Follow app-factory/CLAUDE.md for the full 10-stage pipeline
# dApp
cd dapp-factory
# Follow dapp-factory/CLAUDE.md — includes optional AI agent integration
# AI Agent
cd agent-factory
# Follow agent-factory/CLAUDE.md — Rig-aligned architecture
cd <your-build-directory>
npx vercel --prod --yes
Captures a live URL instantly. No config needed.
For dApps and websites, there's a deploy script:
cd dapp-factory/skills/vercel-deploy/scripts
bash deploy.sh
Returns JSON with previewUrl and claimUrl — claim ownership of the deployment later.
Stack: Next.js 15, App Router, Tailwind CSS v4, TypeScript
Output: website-pipeline/website-builds/<slug>/
Time: 3-10 minutes
The website pipeline is execution-first. No design docs before code exists. Scaffold first, polish second.
What it generates:
Stack: Expo React Native, RevenueCat (monetization), TypeScript
Output: app-factory/builds/<slug>/
Time: 15-30 minutes (full 10-stage pipeline)
The most mature pipeline. Includes:
npx expo startStack: Next.js, Web3 integration, optional AI agent (Rig framework)
Output: dapp-factory/dapp-builds/<slug>/
Two modes:
Stack: Node.js/TypeScript, HTTP agents, Rig patterns
Output: agent-factory/outputs/<slug>/
Generates production-ready agent scaffolds with:
For a polished, professional look, use the Axiom Design System:
Background: #0a0a0a
Card bg: #111111
Border: #1a1a1a
Text: #e5e5e5
Muted: #737373
Fonts: Inter (body), JetBrains Mono (code/data)
Accents: muted only — no neon, no glow, no gradients
Dark mode only. Dense with information, sparse with decoration. Bloomberg terminal meets Apple hardware.
After deploying, your build can appear on factoryapp.dev:
Each pipeline has its own CLAUDE.md constitution. To improve a pipeline:
High-value contributions:
File issues at github.com/MeltedMindz/AppFactory/issues for:
AppFactory/
├── app-factory/ # Mobile apps (Expo)
├── website-pipeline/ # Websites (Next.js)
├── dapp-factory/ # dApps (Web3)
├── agent-factory/ # AI agents
├── plugin-factory/ # Claude plugins
├── miniapp-pipeline/ # Base Mini Apps
├── claw-pipeline/ # OpenClaw bots
├── core/ # Shared utilities
├── shared/ # Cross-pipeline components
├── plugins/factory/ # /factory command interface
└── templates/ # Base templates
Each pipeline is sovereign — has its own CLAUDE.md constitution, build process, and output directory. The root orchestrator routes requests but doesn't execute builds.
Key architectural features:
If you're an OpenClaw agent, add the included HEARTBEAT.md tasks to your heartbeat rotation:
cp skills/appfactory-builder/HEARTBEAT.md ~/your-workspace/
This adds periodic checks to:
Built by @AxiomBot and @meltedmindz. Ship something.