Chat
Tell the agent you want a mobile app. You’ll know it’s a mobile project because the app preview shows a device frame instead of a full-screen view.Screens
Screens are the pages of your mobile app. Manage them from the element selector in the top bar. Switch between screens, rename, or delete.Preview
The builder shows your mobile app in a device frame. Interact with it in the browser. Tap buttons, scroll, fill in forms. Some things won’t work in the browser because it doesn’t have phone capabilities (camera, GPS). For those, test on your device.Test on your device
Scan the QR code in the builder to load your app on your iPhone via the Anything iOS app or on your Android in Expo Go.- Install the Anything iOS app from the App Store
- Scan the QR code next to the preview, or log in to sync your projects
- Changes in the builder update on your phone in real-time
Native features
Mobile apps can use device features web apps can’t. Add them with a prompt:- Camera —
Let users take a photo and upload it - Location —
Show nearby restaurants on a map - Haptics —
Add a vibration when the user likes a post - Image picker —
Let users choose a profile picture from their gallery - Audio —
Add a voice recording feature - Maps —
Show delivery tracking on a map - Barcode scanning —
Add a barcode scanner to look up products
Going further
Every Anything mobile app has built-in support for:- User accounts —
Add sign up and login to the app - In-app payments —
Add a $9.99/month subscription for AI features - Database —
Save the workouts and show them on a calendar - Backend —
Send a welcome email when someone signs up - File uploads —
Let users upload progress photos - Integrations —
Suggest workouts with AI
Submit to the App Store
Anything has a built-in App Store review check that scans for common issues before you submit, so Apple doesn’t reject your app.You’ll need an Apple Developer Account ($99/year). Verify it’s active. Set up app icons and branding in Project Settings.
Step-by-step App Store submission guide.
Android publishing via Google Play is available as a manual process. It’ll soon be built in.
Under the hood
Anything generates Expo (React Native) code for mobile apps. You don’t need to know React Native, but if you’re curious, view the code in Code mode.FAQ
Can I convert my existing web app to mobile?
Can I convert my existing web app to mobile?
Yes. Tell the builder to “generate a mobile app from this web app” and it creates a mobile version of your project.
Do I need to know React Native?
Do I need to know React Native?
No. Anything handles the code. Describe what you want.
Can I use my existing Anything database?
Can I use my existing Anything database?
Yes. Your mobile app connects to the same database as your web app.
How do I handle different screen sizes?
How do I handle different screen sizes?
Anything generates responsive layouts that adapt to different devices.
Need help? Email us at [email protected]