from the same studio · § studio

The studio behind this runs real products

Project Vercel is research infrastructure from STUDIO HAZE. The runtime is shaped by what production actually demands. Two systems, entered into the record.
exhibit a · commercial conversion platform

Lena Code

Lena Code converts source code across languages while keeping its meaning fixed. The proprietary Lena Engine does the deterministic work, rule first. Lena AI steps in where paradigm gaps exceed what any rule set can express.

The Lena Engine holds the deterministic core. Lena AI covers what rules cannot express. The pipeline stays deterministic first, with model help only where it earns its place.

TypeCommercial conversion platform
CoverageMulti-language, M:N
EngineLena Engine · Lena AI
StatusActive deployment
lenacode.com ↗
exhibit b · closed language for application intent

Topaz

Topaz is a small, closed language for application intent. It reads like Python or TypeScript and compiles to a self-contained native binary with zero crates.io dependencies. STUDIO HAZE ships it at topaz.ooo, versioned and release-signed.

topaz · unicode-first identifiers stay in your language
function greet(name: string, language: string) -> string {
    return match language {
        case "한국어"  => "안녕하세요, {name}님!"
        case "Русский" => "Привет, {name}!"
        case _         => "Hello, {name}!"
    }
}

let 사용자 = "김토파즈"
print(greet(사용자, "한국어"))

You write the intent. The compiler writes the Rust.

Releasev5.5.8 · download at topaz.ooo
Testscorpus + differential suites
Dependencieszero crates.io
Safetyforbid(unsafe_code)
Outputself-contained native binary
Toolchaintopaz run / build
LicenseApache-2.0
topaz.ooo ↗