App metadata & icons
Set app name, description, icons, and store-facing configuration.
App metadata affects publish previews, demo pages, store listings, and generated app.json configuration.
App identity in chat
Early in a project, the AI establishes app identity (name, slug, description). You can refine anytime:
App icon generation
OpenV2 can generate app icons via AI (/api/generate-app-icon) using FLUX models. Use the icon flow in the project header or ask in chat:
Icons are written to project assets and referenced in app.json.
app.json / Expo config
Native builds read from your Expo config:
- name — display name on home screen
- slug — Expo project slug
- version — semver for store submissions
- icon / adaptiveIcon — launcher icons
- splash — launch screen
The build wizard App info step surfaces these values before you confirm a build.
Web publish metadata
When you web deploy, name, description, and icon power:
- Browser tab title
- Open Graph / link previews
- Demo page presentation
Store listings
OpenV2 builds the binary; you submit store metadata (screenshots, descriptions, categories) in App Store Connect and Google Play Console.
