Getting Started
What is Rocket.new?
What is Rocket.new?
How do I sign up and start a project?
How do I sign up and start a project?
What kinds of apps can I build with Rocket?
What kinds of apps can I build with Rocket?
Can Rocket create mobile apps?
Can Rocket create mobile apps?
How do I use Figma with Rocket? Where do I find my Figma URL?
How do I use Figma with Rocket? Where do I find my Figma URL?
Where do I find past projects?
Where do I find past projects?
Is Rocket available on mobile?
Is Rocket available on mobile?
Using the Interface
How do I use Rocket's chat interface?
How do I use Rocket's chat interface?
What are Commands (/ and @)?
What are Commands (/ and @)?
What is Visual Edit and how do I use it?
What is Visual Edit and how do I use it?
What does the preview panel do?
What does the preview panel do?
What if changes aren't showing in the preview panel?
What if changes aren't showing in the preview panel?
Can I access and edit the code directly?
Can I access and edit the code directly?
Why can't I see my project in the dashboard?
Why can't I see my project in the dashboard?
Can I convert between mobile and web apps?
Can I convert between mobile and web apps?
How do I enable notifications?
How do I enable notifications?
What is a remix link and how do I use it?
What is a remix link and how do I use it?
How do I create a remix link?
How do I create a remix link?
Prompting and AI
How do I prompt Rocket effectively?
How do I prompt Rocket effectively?
What are prompting strategies that work well?
What are prompting strategies that work well?
- Break complex requests into smaller steps
- Be specific about inputs, outputs, and behavior
- Mention integrations and data sources explicitly
- Use iterative refinement (start simple, then add features)
- Reference specific screens or components with @ commands
Can Rocket generate full apps from prompts?
Can Rocket generate full apps from prompts?
What if my prompt doesn't work as expected?
What if my prompt doesn't work as expected?
- Simplify your request and break it into smaller steps
- Be more specific about what you want
- Use the /fix command to address issues
- Ask Rocket to explain what went wrong
- Check Debugging for common issues
Can I explore example prompts?
Can I explore example prompts?
Does clearer prompting use fewer tokens?
Does clearer prompting use fewer tokens?
Integration and API Setup
What integrations does Rocket support?
What integrations does Rocket support?
How can I connect to Supabase?
How can I connect to Supabase?
How do I troubleshoot Supabase errors or unexpected behavior?
How do I troubleshoot Supabase errors or unexpected behavior?
- Ensure your Supabase project is active and not paused
- Push migration scripts successfully (see Push Migration Scripts)
- Check redirect URLs for authentication (see Redirect URLs)
- Verify storage bucket permissions (see Storage Buckets)
Can I connect to Stripe for payments?
Can I connect to Stripe for payments?
Can I connect to custom APIs or use webhooks?
Can I connect to custom APIs or use webhooks?
- APIs feature: Import API definitions from Postman, cURL, Postman JSON, or Swagger, then integrate them into UI elements. Rocket generates the code automatically. See APIs.
- Chat prompts: Describe your API endpoints, authentication method, and data structure in chat, and Rocket will generate the integration code.
Can I add login or user authentication to my app?
Can I add login or user authentication to my app?
How do I push my code to GitHub?
How do I push my code to GitHub?
What is the APIs feature and how does it work?
What is the APIs feature and how does it work?
How do I import APIs into my Rocket project?
How do I import APIs into my Rocket project?
- Postman key: Connect to a workspace
- cURL: Paste a working command
- Postman JSON: Upload an export file
- Swagger/OpenAPI: Upload a spec (JSON or YAML)
How do I integrate an imported API into a UI element?
How do I integrate an imported API into a UI element?
Can I use the APIs feature on mobile?
Can I use the APIs feature on mobile?
Why isn't my API appearing in the API picker?
Why isn't my API appearing in the API picker?
Why is my API integration asking for attributes I didn't expect?
Why is my API integration asking for attributes I didn't expect?
Why isn't my UI updating after the API call?
Why isn't my UI updating after the API call?
Why am I getting 401 Unauthorized errors?
Why am I getting 401 Unauthorized errors?
Publishing and Deployment
How do I launch my app and where is it hosted?
How do I launch my app and where is it hosted?
What's the difference between web links, downloads, and app stores?
What's the difference between web links, downloads, and app stores?
- Web links: Instant sharing via public URLs (best for demos and testing)
- Download builds: APK/IPA files for device testing (available on web only)
- App stores: Official distribution via Google Play or App Store (requires developer accounts)
Can I share mobile app previews on the web?
Can I share mobile app previews on the web?
Can I download my source code?
Can I download my source code?
Can I publish to iOS App Store and Google Play?
Can I publish to iOS App Store and Google Play?
- iOS: Open in Xcode and submit via Apple Developer account ($99/year). See Apple Store Guide.
- Android: Build APK and submit via Google Play Console ($25 one-time fee). See Google Play Guide and Download App.
How do I install an APK on my Android device?
How do I install an APK on my Android device?
Can I make my app public or private?
Can I make my app public or private?
What is 'Built with Rocket'?
What is 'Built with Rocket'?
Editor and Customization
Can I upload images to my app?
Can I upload images to my app?
Can I edit code manually?
Can I edit code manually?
How do I use templates in Rocket?
How do I use templates in Rocket?
Can I update my app after editing the Figma file?
Can I update my app after editing the Figma file?
Can I roll back changes or access previous versions?
Can I roll back changes or access previous versions?
What tech stacks does Rocket support?
What tech stacks does Rocket support?
- Web apps: React, Next.js
- Mobile apps: Flutter (iOS and Android)
- Backend: Supabase (PostgreSQL database, authentication, storage, edge functions)
- Hosting: Netlify for web deployment
Plans, Tokens, and Billing
What are tokens and how do they work?
What are tokens and how do they work?
What plans does Rocket offer?
What plans does Rocket offer?
- Starter: Free, 1M one-time tokens, 2 Figma screens
- Personal: $25/month, 5M tokens/month, 6 Figma screens
- Rocket: $50/month, 10.5M tokens/month (includes 500K bonus), 12 Figma screens
- Booster: $100/month, 22M tokens/month (includes 2M bonus), 25 Figma screens
How do I manage my subscription or cancel it?
How do I manage my subscription or cancel it?
- Upgrade or downgrade your plan
- Purchase refuel tokens ($20 for 5M tokens)
- Cancel your subscription (no penalties)
- View and download invoices
What happens when I run out of tokens?
What happens when I run out of tokens?
- Wait for your monthly refresh (paid plans)
- Purchase refuel tokens ($20 for 5M)
- Upgrade to a higher plan for more monthly tokens
Do unused tokens roll over?
Do unused tokens roll over?
- Monthly plans: Unused tokens roll over to the next month indefinitely
- Annual plans: Unused tokens roll over month to month within your 12-month term. At renewal, remaining tokens expire and you get a fresh annual balance
- Starter plan: One-time credit, does not roll over
What are refuel tokens?
What are refuel tokens?
Can I upgrade or downgrade my plan?
Can I upgrade or downgrade my plan?
What happens when I cancel my subscription?
What happens when I cancel my subscription?
App Development and Debugging
How do I test and debug my app?
How do I test and debug my app?
Do I own the source code and app I build with Rocket?
Do I own the source code and app I build with Rocket?
Can I use my own local development environment?
Can I use my own local development environment?
Can I connect my Rocket app to a custom domain?
Can I connect my Rocket app to a custom domain?
Can Rocket generate Flutter apps for tablets or large screens?
Can Rocket generate Flutter apps for tablets or large screens?
How do I add environment variables or secrets?
How do I add environment variables or secrets?
Troubleshooting and Known Issues
Why is my app stuck or showing errors after adding Supabase?
Why is my app stuck or showing errors after adding Supabase?
- Supabase migration scripts not pushed successfully. Check the migrations panel and push them
- Supabase project is paused. Reactivate it in your Supabase dashboard
- Incorrect redirect URLs for authentication. Update them in Supabase settings
Why isn't my Figma design generating code?
Why isn't my Figma design generating code?
- Plan limits: Starter plan supports 2 screens, upgrade for more (up to 25 screens on Booster)
- Figma permissions: Ensure the link has view access enabled
- Design guidelines: Complex designs may need adjustments. See Figma Design Guidelines
- Rate limits: If you hit Figma API limits, see Rate Limit Errors
Why do I get a 'Same Figma URL already used' error?
Why do I get a 'Same Figma URL already used' error?
Why is my published app showing static content or mockups?
Why is my published app showing static content or mockups?
Why am I getting an OAuth or authentication error?
Why am I getting an OAuth or authentication error?
- Verify the email address used for registration
- Check Supabase redirect URLs match your app URLs. See Redirect URLs
- Ensure social auth providers are properly configured. See Social Auth
- Try disconnecting and reconnecting the integration
Why aren't my changes showing in the preview?
Why aren't my changes showing in the preview?
- Wait 1-2 minutes for the build to complete
- Refresh the preview panel
- Check chat for generation errors
- If issues persist, use the /fix command or ask Rocket to regenerate
Templates or assets aren't loading. What should I do?
Templates or assets aren't loading. What should I do?
- Refreshing the page
- Clearing your browser cache
- Waiting a few moments and trying again
How do I report bugs or request features?
How do I report bugs or request features?
Account, Privacy, and Community
How do I update my profile settings?
How do I update my profile settings?
Is my project private? Will it be used to train AI models?
Is my project private? Will it be used to train AI models?
- Paid plans: Projects are private by default and excluded from AI training. You control visibility settings
- Free plan: Projects are public and may appear in the Rocket showcase. They may be used to improve Rocket’s AI
How do I make my project private?
How do I make my project private?
Is there a Rocket user community?
Is there a Rocket user community?
Where can I find inspiration and examples?
Where can I find inspiration and examples?
- Idea Showcase: Browse apps built by the community
- Built with Rocket: Featured public apps
- Video Gallery: Walkthroughs and tutorials
- Library: Example prompts and use cases
How do I delete my Rocket account?
How do I delete my Rocket account?
Features in Development
Can I import an existing GitHub repository into Rocket?
Can I import an existing GitHub repository into Rocket?
Can I update existing Figma screens after they've been generated?
Can I update existing Figma screens after they've been generated?
Can Rocket send TestFlight invitations for iOS testing?
Can Rocket send TestFlight invitations for iOS testing?
Is IPA (iOS build) download available?
Is IPA (iOS build) download available?

