URL Clone (AI)
A generation flow where the user pastes a public URL and the AI builder fetches, analyzes, and rebuilds the site as editable source code. VULK uses headless Chromium plus vision models to capture both DOM and visual style.
URL Clone (AI)
URL clone is the workflow where the user supplies the address of a live site and the platform reproduces it as a fresh, editable codebase — not a screen-scrape, but a rebuilt project with the same structure, copy, fonts, and palette. The pipeline combines headless browser rendering (to capture the fully-hydrated DOM and computed styles), full-page screenshot capture (so a vision model can read visual hierarchy the DOM misses), and structured extraction (sections, routes, color tokens).
In VULK, URL clone runs the target through a Playwright-driven Chromium pool, captures DOM + screenshot at multiple breakpoints, normalizes the result into a Genome spec, and hands it to the standard generation agent. Output is a React or Next.js project. The user owns the resulting code and is responsible for respecting the source site's licensing — VULK clones structure and style, not branded logos or copyrighted copy.
Screenshot-to-App
A generation mode where the user drops one or more screenshots of an existing UI and the AI rebuilds it as a working application. VULK pairs vision models with the brand engine to match colors, fonts, and layout.
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.