Vassa is a verification kernel for AI-generated UI. It treats model output as untrusted input, verifies it, and exports safe apps to every platform.
# Install the CLI
cargo install vassa-cli
# Verify a plan from any AI model
vassa verify plan.json --json
# Export to a standalone HTML app
vassa export html plan.json -o app.html
# Export to SwiftUI source
vassa export swiftui plan.json -o MyApp.swift
# Or start with the React library
npm create vassa@latest my-app Vassa is alpha software. The kernel is solid. The edges are rough. Install it, break it, tell us what's missing.