General
Do I need to install Xcode or Android Studio?
Do I need to install Xcode or Android Studio?
No — not to build and preview your app in the browser. Openv2 runs a full Node environment in your browser via WebContainer, so you can scaffold, prompt, and preview without any local tooling.You will need Apple and Google developer tools and accounts when you are ready to submit to the App Store or Google Play. See App Store and Play Store for those steps.
Where is my code stored?
Where is my code stored?
Your code runs in a WebContainer (an in-browser Node environment) during your session. When you are signed in, your project is saved to the cloud automatically, so it persists between sessions.Use the file tree and editor in the workbench to browse and inspect your files at any time. See Workbench & editor for more.
Can I use my own GitHub repo?
Can I use my own GitHub repo?
Openv2 does not replace Git by default. You can copy files from the workbench manually. Check the project settings or ask the AI assistant whether a Git export or sync option is available for your account.
Technical
Why does the browser preview look different from my phone?
Why does the browser preview look different from my phone?
The browser preview uses Expo’s web target, which renders your app using React DOM rather than native components. Some native APIs — camera, haptics, biometrics, and others — only work on a real device.For an accurate preview, scan the QR code with Expo Go or run a development build on your device. See Test on your device.
Why did a package install fail in the terminal?
Why did a package install fail in the terminal?
Package installs can fail due to network conditions, package compatibility issues, or limitations of the WebContainer environment. Some native packages that require binary compilation cannot install in a browser-based Node environment.Copy the full error message from the terminal, paste it into the AI chat, and ask for a fix. The assistant can suggest compatible alternatives or adjust the install command.
What are credits?
What are credits?
Credits meter your AI usage. Each completed AI message turn costs one credit. When you run out, new assistant turns are blocked until you upgrade your plan, purchase more credits, or your daily allowance resets (Free plan only).See Billing & plans for a full breakdown of plans and credit amounts.
Collaboration
What can a viewer do?
What can a viewer do?
A viewer can open your project, browse the file tree, and read code — but cannot send AI prompts or make edits. The workspace shows a read-only notice when browsing as a viewer.To give someone editing access, send them an editor invite link instead. See Collaboration.
How do invite links work?
How do invite links work?
Open Invite collaborators from the project header, choose a role (editor or viewer), and copy the generated link. Send it to your collaborator.When they open the link, they are prompted to sign in if needed, then automatically added to your project and redirected to the workspace. See Collaboration for the full flow.
Code & export
Can I download or export my project?
Can I download or export my project?
Look for an export or download option in the project header or settings menu. If it’s not available, you can copy files directly from the workbench editor.For questions about export capabilities for your account, contact Openv2 support.
Billing
What happens when I run out of credits?
What happens when I run out of credits?
New AI assistant turns are blocked immediately. You will see a notice in the chat interface.To continue, you can:
- Upgrade to a Pro or Ultra plan for a larger monthly credit pool
- Wait for your daily reset if you are on the Free plan
- Purchase more credits if that option is available in your account
How do I cancel my subscription?
How do I cancel my subscription?
Go to Settings → Billing and click Manage subscription to open the Stripe Customer Portal. From there, you can cancel your plan. Your access and credits continue until the end of the current billing period.
Still stuck?
Troubleshooting
Step-by-step fixes for common issues with preview, installs, credits, and more.
Welcome
Start from the beginning and get oriented with Openv2.
