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.
- A WyberAi account
- 1 credit — per generation
Step-by-step
- 1Start 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 - 2Write 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 - 3Watch it generate
Generation takes 20–60 seconds. Wyber generates all React Native files: screens, navigation, StyleSheet styles, realistic seed data, and a correct
package.jsonfor Expo SDK 52.Mobile generation in progressScreenshot placeholder — to be added after testing - 4Preview 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 - 5Iterate
Send follow-up prompts in the chat panel to change screens, add new tabs, or tweak the design. Each iteration costs 1 credit.