FAQs
Can I import Figma file and convert it to code?
Yes, you can. You need to click on "Import from Figma" copy the Figma link and finally click on Continue. Read more here
Do I need to learn coding to use Alpha?
No, you don't need to learn coding. However, having a basic idea really helps in building complex systems.
How can I build a website with Dualite?
Yes, you can ! Simply describe in a detailed and structured format what you want to build. Add fonts and other branding details and relevant references or integrate Figma designs. Quickstart here
How do I generate an APK file from a React Native Project on Dualite?
Dualite by default builds the web-build with expo in order to have the ability to preview the result for you right in the browser without emulators.
Expo offers the ability to export an application for both Android and iOS. Please refer to the steps below.
Clone your Alpha project locally, either download as ZIP or push to GitHub then clone.
Make sure Android Studio and relevant libraries for Android Development are installed.
You can run your app using expo cli using the command:
expo start -a(-a flag refers to android)You can also do
npx expo run:android
Here are some reference links
I'm experiencing a white screen on the Preview section. What to do?
If you're experiening white screen, you should click on the "Restart" button at the top-right of the Preview section.

Even if this does not work, then it is possible when you're in a low network area. Would recommend to switch to a better network area. If you're still facing issues, contact at [email protected]
Facing issues in integrating Gemini with the following error: GEMINI_API_KEY not found
This is a common issue where the AI needs to replace GEMINI_API_KEY with VITE_GEMINI_API_KEY. Just put this error wherever this is showing in the UI or in the error card into the Chatbox and prompt it "to fix", and it should get fixed.
"Sorry, there was an issue processing your request" on Dualite

If you're facing this issue, it is probably either a network error or some internal error at Dualite. Ideally, I would request you to copy the last prompt that you just gave it in the chat box and paste it again. It should work.
If it's still not working, then you should contact [email protected]
Last updated