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.
vulk-api-engine
vulk-api-engine is the multi-tenant backend service that ships alongside every VULK project that needs persistence. Instead of generating a custom Express or Hono server per project, the agent emits a manifest (entities, fields, relationships, role rules) and the engine exposes that manifest as a REST API: /api/{entity} GET/POST/PATCH/DELETE, plus /api/auth/login, /api/auth/register, /api/auth/refresh. Every project gets its own isolated PostgreSQL schema on shared RDS Frankfurt.
VULK uses vulk-api-engine as the default backend for any project that mentions auth, accounts, dashboards, CRUD, or "save to database". The engine is written in Hono, deployed to Cloudflare Workers, hashes passwords with Argon2id, signs JWTs with RS256, and uses the password_hash column convention. No external auth (Supabase, Firebase, Auth0) is wired in — projects use the engine end-to-end.
See /docs/api/overview.
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.
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.