Getting Started
Creating Your First App
Create an Android or iOS project and move from a website URL to a testable app configuration.
Before you start
- A public HTTPS website URL
- A unique reverse-domain identifier such as com.company.product
Configure and verify
Open Apps
Sign in and open Apps. The create form appears above existing projects.
Enter project identity
Add the app name, complete website URL, target platform, and package or bundle identifier. Treat the identifier as permanent after publication.
Create the project
Choose Create, then open the new app card.
Complete core configuration
Upload the logo, verify the URL, choose style and WebView settings, and save every changed page.
Enable required modules
Open Integration Modules, enable only needed features, and configure each enabled module from the sidebar.
Preview and build
Check Mock and Flutter previews. For Android, configure signing, increase the version code, build, install the APK, and test before publishing the AAB.
Identifier examples
- Android
- com.example.myapp
- iOS
- com.example.myapp
Platform status
- Android
- APK and AAB builds are implemented.
- iOS
- Configuration and signing metadata are available; IPA creation requires a macOS/Xcode worker.
Test before release
- App name and URL are correct
- Identifier is final
- Logo remains readable at launcher size
- Only needed modules are enabled
- Website works without desktop-only hover interactions