I ran out of credits
Your credits are shown in the bottom left (web) or Profile/Settings (mobile). To get more:- Free credits: Post about Vibecode on social media and redeem in the credits section
- Pay-as-you-go: Enable automatic top-ups in your account settings
- Upgrade: Higher plans include more credits each month
Plans & Credits
See all plans and credit options
My app isn’t generating
If the AI isn’t responding or your app isn’t building:- Check your credits — generation requires credits. See your balance in the bottom left (web) or Profile (mobile)
- Start a new chat — tap the ”+” button to start a fresh conversation
- Simplify your prompt — try a shorter, clearer description of what you want
- Check your internet connection — Vibecode requires an active connection
The preview isn’t loading
If the in-app preview is blank or stuck:- Wait a moment — complex apps may take a few seconds to load
- Refresh the preview — tap the refresh button in the preview area
- Check the deploy status — if your app is deployed, make sure the deployment is active
- Try a different device — test on the web app or scan the QR code on your phone
Auth/login isn’t working
If users can’t sign in or get stuck on the login screen:- Check your auth configuration — ask the AI to “verify the auth configuration, especially cookie settings and trusted origins”
- Check environment variables — make sure
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRETare set in the Backend section of your ENV tab (not Frontend) - Check Google Cloud Console — verify your redirect URI matches exactly:
https://YOUR_BACKEND_URL/api/auth/callback/google - Redeploy after changes — environment variable changes require a redeployment
My app looks broken on device
If your app looks different on a real device vs. the preview:- Check native UI components — use the Native iOS UI Components prompts to get proper native styling
- Test on the actual device — the preview is an approximation; scan the QR code for a real test
- Ask the AI to fix it — describe what looks wrong and share a screenshot if possible
Deployment isn’t working
If your deployment fails or your deployed app has issues:- Check environment variables — make sure you’re using production API keys, not test keys
- Review build logs — check the Logs tab in your deployment dashboard for errors
- Verify your app works locally — make sure everything works in the Vibecode preview before deploying
- Check payment — deployments require an active Plus plan or above
App Store submission failed
If your build fails when submitting to the App Store:- Check Apple credentials — verify your Apple ID and password are correct
- Check Expo token — make sure your access token hasn’t expired
- Sign all agreements — go to App Store Connect and accept any pending terms
- Check the bundle ID — it must be unique and follow the format
com.company.appname
