AILANG Demo Hub
sunholo.com Source AILANG Docs
Demo Mode Stored in browser only. Get a free key
Sunholo × AILANG

AILANG Demos

Document intelligence, streaming protocols, and contract-verified AI agents

WebAssembly Streaming Contracts Budgets

10,000% AI-Coded. AILANG itself is 100% AI-coded — language, compiler, type checker, effects, Z3 verification, WASM runtime, and stdlib. These demos are 100% AI-coded using AILANG. The compiler rejects anything that doesn't type-check, and contracts prove it safe.

Document Intelligence
Document Intelligence
10 modules 28 contracts 5 formats

Parse, extract, and validate DOCX, PPTX, XLSX, PDF, and images with formal safety guarantees. 10 AILANG modules parse Office XML directly — no Python, no server. Every AI extraction is validated by contracts. 99.8% recall vs Unstructured in head-to-head benchmarks.

Explore Document Intelligence →
Streaming & Voice
Streaming & Voice
std/stream WebSocket SSE

Real-time streaming protocols — SSE, WebSocket bidirectional audio, and hybrid REST+SSE — all exercising AILANG's std/stream effect system. Each demo has a CLI module as its canonical integration test.

Explore Streaming Demos →
Website Building
WASM AI-generated

Describe a website, upload content and photos, pick a style — AI generates a complete multi-page site. AILANG WASM runs Gemini in the browser. No server needed for generation.

Contract-Verified AI
Data & Analytics
Contracts BigQuery

BigQuery integration with contract-verified SQL generation. AILANG contracts guarantee that AI-generated queries are SELECT-only — no mutations, no injection, enforced at the language level.