vulk-appbuild
VULK's mobile build service that compiles generated Flutter and React Native projects into signed .apk, .aab, and .ipa artifacts ready for the Play Store and App Store.
vulk-appbuild
vulk-appbuild is VULK's hosted mobile build pipeline. When a user generates a Flutter or React Native (Expo) project and clicks "Build", the source is shipped to vulk-appbuild, which provisions a clean macOS or Linux runner, runs flutter build apk / flutter build ipa / eas build, signs the binary with the user's keystore (Android) or provisioning profile (iOS), and returns a download URL. Build logs stream live to the chat panel.
VULK uses vulk-appbuild to bridge the gap between "generate Flutter code" and "binary on the user's phone" — a step normal AI builders do not handle. The service supports debug + release builds, per-flavor signing, automatic versioning, and direct submission to App Store Connect / Play Console for users on Pro and above.
vulk-api-engine
VULK's auto-generated backend service that wraps every project with a Postgres-backed REST API, JWT auth, and CRUD endpoints — so generated apps have a real backend without writing one.
Genome System
VULK's structured intent layer — 170+ "genes" (industry, component patterns, motion styles, framework signals) extracted from a prompt before generation begins, so the agent can route to the right templates, models, and design tokens.