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.
Genome System
The Genome system is VULK's intent-classification layer. Before any code is written, the prompt is parsed into a structured "genome" — a vector of 170+ genes covering industry (SaaS, e-commerce, fintech, restaurant), framework signals (flutter, next.js, react-native), component archetypes (bento, hero-with-orbit, kanban), motion signature (cinematic, minimal, brutalist), and brand cues. Each gene has a detector (regex, keyword, embedding similarity) and a downstream effect on routing.
VULK uses the Genome system as the contract between the user's natural-language prompt and the deterministic generation pipeline. It picks the model tier (cheap flash vs. full Gemini 3.1 Pro), pulls the right template scaffold (e-commerce vs. dashboard), forces the brand engine to include or exclude certain palettes, and decides whether to wire vulk-api-engine. The genome is also stored on the project so subsequent edits stay in style.
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.
Brand Engine
VULK's design-token and identity layer — 210+ pre-tuned brand profiles, 118 font pairings, and a color-forcing system that locks palette, typography, and motion before generation begins.