Private Alpha

Ship production apps
10x faster with AI agents

One command. Production-ready app. Your AI agent starts coding immediately — strict guardrails keep every line clean.

$npx create-vllnt-app@latest
See Presets

What are you building?

Pick a preset. Get a production-ready project in seconds. Your AI agent understands the architecture from the first prompt.

Landing Page
landing
--preset landing
Blog
blog
--preset blog
Marketing Site
landing + blog
--preset marketing
SaaS
landing + dashboard + auth
--preset saas
Full SaaS
landing + dashboard + auth + blog + docs
--preset full-saas
Dashboard
dashboard + auth
--preset dashboard
Internal Tool
dashboard + admin + auth
--preset internal
Docs Site
docs
--preset docs
Custom
pick what you need
Custom

Build exactly what you need

Each preset assembles the right pieces. Start small, scale up. Your agent knows how to extend every section.

Landing

Hero, pricing, CTA — ready to convert

Blog

MDX-powered content, ship posts fast

Dashboard

Data tables, charts, protected routes

Auth

Login, register, sessions — just works

Docs

Documentation your users actually read

Admin

User management, settings, controls

Your AI agent is productive from line one

Every project ships with machine-readable contracts. Your agent reads them and starts building — no guessing, no hallucinating, no wrong patterns.

How it works

1. You run one command — project scaffolded in seconds

2. Your agent reads CLAUDE.md — understands every rule

3. Your agent codes — guardrails catch mistakes instantly

4. You ship — lint, types, and build all pass

CLAUDE.md

Strict rules your agent follows

AGENTS.md

Architecture your agent understands

vllnt.json

Project state your agent reads

Your agent can't break things

Strict rules baked into every project. Your agent writes code that passes on the first try.

@vllnt/eslint-config

Every lint rule is an error. No warnings to ignore. Code is clean or it doesn't compile.

TypeScript strict

Strict mode everywhere. Your agent uses type guards, not type assertions.

Convex validators

Database queries are validated, bounded, and indexed. No N+1, no full table scans.

Zero-Error Guarantee

Every scaffolded project passes lint, typecheck, and build. Out of the box. Guaranteed.

Health check before you ship

One command validates your entire project. Your agent reads the structured output and fixes issues automatically.

$ vllnt doctor --json
{
  "status": "pass",
  "message": "All 8 checks passing",
  "fix": { "cmd": "pnpm", "args": ["install"] }
}
vllnt doctor

Full health check

--for blog

Section-specific validation

--json

Machine-readable for agents

Works with every AI coding agent

Claude Code, Codex, Cursor, Windsurf, Gemini — your agent reads the same contracts and follows the same rules.

Claude Code
Codex
Cursor
Windsurf
Gemini CLI