Ship iOS and Android apps faster with AI-generated RN architecture
React Native Mobile Framework encodes senior RN engineer patterns into prompt sequences that generate production-quality mobile app architecture. From Expo Router navigation to native module integration, every prompt produces clean, maintainable code that ships to both iOS and Android. Used by 2,100+ mobile developers.
Full Access Unlocked
All 46 prompts · All 5 modules
"The navigation architecture prompts saved me from the deep linking nightmare I had on my last projec..."
Sofia R. · Mobile Developer
Need expert implementation?
Hire an OrchestratorConnect with a certified Prompt.Doctor Orchestrator to deploy this framework for you.
No coding required. You will use ChatGPT or Claude as your AI tool. Follow these steps in order — do not skip ahead.
Purchase & download the framework
Click the buy button on this page. After checkout, go to the and hit Download .zip. Unzip it — you'll get a .md file (the full framework) and a .pdf (easy to read reference). Keep both open.
Open your project — new or existing
This dashboard is designed to integrate into any existing project or be built as a standalone app. If you already have a site in Airo (or Cursor, Bolt, etc.), open that project. If you're starting fresh, create a new project. The Orchestrator Prompt handles both cases — it scans what's already there and adds only what's missing.
Paste the Orchestrator Prompt into your builder's chat
Open the on this page. Copy the Orchestrator Prompt and paste it into your AI builder's chat. It will scaffold the full admin system — secure login, email marketing module, booking engine, and CMS — on top of your existing codebase. This takes 2–5 minutes.
Add your API keys as secrets
Critical — Novice UsersIn your builder, go to Settings → Secrets and add the keys your app needs. For this framework: STRIPE_SECRET_KEY (for booking payments — get it from your Stripe dashboard), ANTHROPIC_API_KEY (for AI-assisted content — get it from console.anthropic.com), and DATABASE_URL (your MySQL connection string). No key is needed for the admin login, CMS, or email modules — those run on your existing infrastructure.
Don't have a MySQL server?
You can purchase a shared hosting plan with cPanel and MySQL at host.esgwon.dev. Once your account is set up, follow the step-by-step guide to create your database and connect it to your AI website builder.
How to set up cPanel MySQL & connect to your AI website →Need help with Stripe?
Get your STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY from your Stripe dashboard. The guide covers test keys, webhook setup, and going live.
Need help with Anthropic?
Get your ANTHROPIC_API_KEY from console.anthropic.com. The guide covers model selection, cost management, and troubleshooting.
Prompting Airo after setup — always name the file
When asking Airo to add tables, columns, or features to the admin dashboard, always include src/server/lib/admin-db.ts in your prompt. Without it, Airo may target the wrong database. Example: "Add a bookings table in the admin database (src/server/lib/admin-db.ts) — do not touch any other database connection in this project."
Run the framework prompts inside your live app
Your app is now running in the builder's preview panel. Open the on this page, copy each prompt one at a time, and paste it into your builder's chat. Replace every [BRACKET] with your real data before sending. Work through the stages in order — each stage output feeds the next.
Test end-to-end, then publish or hand off to your client
Walk through the admin as a real user: log in, create a booking, send a test email campaign, update a CMS image, and run the Safe-to-Publish gate. Once everything passes, click Publish in your builder. Because this is a white-label dashboard, your client accesses it at /admin on their own domain — no Prompt.Doctor branding, no third-party login required.
5 modules · 46 prompts · 7 workflow stages
Project Architecture
Generate a complete RN project structure: folder organization, TypeScript config, ESLint/Prettier setup, and environment variable management.
7 promptsNavigation System
Expo Router v3 setup with typed routes, deep linking, tab navigation, stack navigation, and modal patterns.
9 promptsState & Data Layer
Zustand store patterns for local state, React Query for server state, AsyncStorage for persistence, and optimistic update patterns.
9 promptsNative Integration System
Camera (Expo Camera), biometric auth (Expo LocalAuthentication), location (Expo Location), and push notifications (Expo Notifications).
10 promptsPerformance & Shipping
FlatList optimization, memo patterns, Hermes engine config, bundle size analysis, and App Store / Google Play submission checklists.
11 promptsGenerate a complete Expo Router v3 navigation architecture for a [APP TYPE] app. Include: Root layout with providers (auth, theme, query client), Tab navigator with [N] tabs ([LIST TABS]), Stack navigator for each tab's nested screens, Typed route definitions using expo-router's typed routes, Deep link configuration for [LIST DEEP LINK PATTERNS], Auth guard that redirects unauthenticated users to /login, and a loading screen during auth check. Use TypeScript throughout.
Generate a complete push notification system for a React Native Expo app. Include: Permission request flow (iOS and Android), Expo Notifications setup with FCM for Android, Token registration and storage, Notification handler for foreground, background, and killed states, Local notification scheduling, Deep link navigation from notification tap, and a NotificationService class that encapsulates all logic. The app is [DESCRIBE APP]. Notification types: [LIST NOTIFICATION TYPES].
You are an expert full-stack developer. Build a complete mobile app backend and companion web dashboard using React 19, TypeScript, Tailwind CSS, shadcn/ui, Express, and MySQL with Drizzle ORM inside the Airo AI website builder. This backend will serve a React Native Expo mobile app. APP CONTEXT: App Name: [APP NAME] Mobile App Type: [TYPE: e.g., social, productivity, marketplace, fitness, delivery] Core Features: [LIST 3–5 CORE FEATURES] User Types: [e.g., end users + admin, buyers + sellers, patients + providers] BUILD THE FOLLOWING: **1. REST API BACKEND (Express)** Mobile-optimized API with: - JWT token auth (BetterAuth — issue tokens for mobile clients) - POST /api/auth/mobile/login — returns access + refresh token pair - POST /api/auth/mobile/refresh — refresh token rotation - All CRUD endpoints for core entities - File upload endpoint (profile photos, content images) → /shared-storage/public/assets/uploads/ - Push notification token registration: POST /api/devices/register - Pagination using cursor-based strategy (better for mobile infinite scroll) - Response envelope: { data, meta: { cursor, hasMore } } **2. DATABASE SCHEMA** - users: id, email, name, avatar, pushToken, deviceId, role, createdAt - [ENTITY_1]: id, userId, [fields], createdAt, updatedAt - [ENTITY_2]: id, userId, [fields], createdAt, updatedAt - notifications: id, userId, type, title, body, data{}, read, createdAt - sessions: id, userId, token, refreshToken, expiresAt, deviceInfo **3. ADMIN WEB DASHBOARD (/admin)** - Overview: total users, DAU, key metrics cards - User management table: search, filter by role/status, view profile, ban/unban - Content moderation queue (if applicable) - Push notification broadcaster: compose + send to all / segment - Analytics charts: signups over time, feature usage, retention **4. DEVELOPER PORTAL (/developer)** - API documentation page (all endpoints, request/response examples) - API key management for third-party integrations - Webhook configuration **5. LANDING PAGE (/)** - App store download buttons (iOS + Android) - Feature highlights with mobile screenshots slot - Social proof / user count - FAQ Use BetterAuth for web dashboard auth (admin role). Make all API responses consistent and mobile-optimized. Production-ready, fully typed TypeScript.
system
7 prompts
architecture
9 prompts
workflow
9 prompts
prompts
10 prompts
templates
11 prompts
"The navigation architecture prompts saved me from the deep linking nightmare I had on my last project. Everything just worked."
Sofia R.
Mobile Developer
All 46 prompts across 5 modules are unlocked for your account.
Lifetime access