Docs
Search docs…⌘K
DashboardStart free →
Getting Started
What is WyberAi?Your first buildHow credits work
Web Apps
Generating a web appConnecting SupabasePublishingCustom domainsExporting & self-hosting
Mobile Apps
Generating a mobile appThe live previewExporting to ExpoApp Store submission
Account & Billing
Plans & pricingCredits explainedAI models
Mobile Apps›Generating a mobile app

Generating a mobile app

Describe your mobile app in plain English and Wyber generates a React Native (Expo) app with a live in-browser preview — no Xcode or Android Studio needed to get started.

What you'll need
  • A WyberAi account
  • 1 credit — per generation

Step-by-step

  1. 1
    Start a new Mobile project

    From the dashboard, click New project and select Mobile App. You'll land in the mobile editor with an empty prompt input.

    New project — Mobile App selectedScreenshot placeholder — to be added after testing
  2. 2
    Write your prompt

    Describe the screens, navigation, and data your app needs. Be specific about the screen count and layout. Example:

    Fitness tracker with a Home screen showing today's workout, a History screen with a weekly chart, and a Profile screen. Bottom tab navigation. Dark theme.
    Mobile app prompt inputScreenshot placeholder — to be added after testing
  3. 3
    Watch it generate

    Generation takes 20–60 seconds. Wyber generates all React Native files: screens, navigation, StyleSheet styles, realistic seed data, and a correct package.json for Expo SDK 52.

    Mobile generation in progressScreenshot placeholder — to be added after testing
  4. 4
    Preview in-browser

    The preview pane renders your app using react-native-web. Navigation, state, and most UI work in the browser. Device APIs (camera, GPS, push notifications) require a real device — see The live preview.

    In-browser mobile previewScreenshot placeholder — to be added after testing
  5. 5
    Iterate

    Send follow-up prompts in the chat panel to change screens, add new tabs, or tweak the design. Each iteration costs 1 credit.

Note: The in-browser preview uses react-native-web and renders most UI. Some device APIs (camera, GPS) only work on a real device via Expo Go.
← Custom domainsNext: The live preview →