General
Do I need to know how to code?
Do I need to know how to code?
No. Fastshot generates production-ready code from text descriptions. You build and iterate entirely through chat.
What kind of apps can I build?
What kind of apps can I build?
Cross-platform mobile apps for iOS and Android. Common examples include social apps, productivity tools, e-commerce apps, fitness trackers, educational apps, and finance tools.
Can I build a website with Fastshot?
Can I build a website with Fastshot?
No. Fastshot is specifically designed for mobile apps using React Native and Expo. For websites, consider other tools.
Is the generated code production-ready?
Is the generated code production-ready?
Yes. Fastshot generates TypeScript React Native code with proper structure, types, navigation, and state management — ready for app store submission.
Can I export and own the source code?
Can I export and own the source code?
Yes. When you connect GitHub, your full source code is pushed to your own repository. You can clone it, modify it, and deploy it independently.
Building
How long does it take to generate an app?
How long does it take to generate an app?
The first version takes about 5-7 minutes. Follow-up changes are faster since the AI only modifies what’s needed.
Can I use my own design as a reference?
Can I use my own design as a reference?
Yes. Upload screenshots, mockups, or moodboard images. You can also paste a website URL for the AI to analyze and draw inspiration from.
How do credits work?
How do credits work?
Credits are based on actual AI usage (token consumption). Simple changes cost less than full app generation. Check your balance in the credits page.
Can I change the app icon and name?
Can I change the app icon and name?
Yes. Tell the AI “change app name to MyApp” or upload a new icon. These settings are updated in your app configuration.
Testing
Can I test on my phone?
Can I test on my phone?
Yes. Install Expo Go on your device and scan the QR code shown in the preview panel.
Why does my app look different on my phone?
Why does my app look different on my phone?
The browser preview is an approximation. Native components (navigation bars, modals, date pickers) render differently on real devices. Always test on a physical device for full accuracy.
What if the preview stops loading?
What if the preview stops loading?
Click the “Restart Metro” button. If that doesn’t help, ask the AI to “restart the preview with cache reset.”
Deployment
How do I publish to the App Store?
How do I publish to the App Store?
Connect GitHub and Expo, then click Deploy and select iOS. Fastshot handles the build and submission to App Store Connect. See the iOS deployment guide.
How do I publish to Google Play?
How do I publish to Google Play?
Connect GitHub and Expo, then click Deploy and select Android. Download the APK and upload it to Google Play Console. See the Android deployment guide.
Do I need paid developer accounts?
Do I need paid developer accounts?
For iOS: yes, an Apple Developer Program membership (25 one-time fee). These are required by Apple and Google, not by Fastshot.
Integrations
Do I need Supabase?
Do I need Supabase?
Only if your app needs user accounts, cloud storage, or a database. Without Supabase, data is stored locally on the device.
Can I add payments to my app?
Can I add payments to my app?
Yes. Fastshot supports in-app purchases and subscriptions via Adapty (built-in) or RevenueCat (optional). See the Monetization guide.