Open source · written in Rust

The open engine for AI-generated software.

bext compiles, runs, and renders code — in under a millisecond, in a single binary. The same engine that serves the whole bext ecosystem, free to run, self-host, and embed. Built in the open.

$ curl -fsSL https://bext.dev/install | sh
Open sourceSingle binaryRuns in a browser too
bext
$ bext run
✓ App detected — compiled by tsc-rs
✓ Automatic TLS (Let's Encrypt)
✓ V8 render pool ready
→ Live at https://your-app.com
The engine

A render & execution engine, written from scratch

Not a framework stacked on another runtime. Every layer is Rust, built for speed and isolation.

Rust core

An async, GC-free server: routing, automatic TLS, compression, ISR cache. One binary, zero dependencies.

tsc-rs compiler

Our own TypeScript/JSX compiler. WASM-portable — it runs in the browser too.

V8 isolate pool

Your loaders and components run in supervised, warm, pooled V8 isolates.

route_css

A Rust Tailwind generator (encre-css) emits exactly the utilities each page uses, at compile time.

Streaming SSR + ISR

Server-first React via PRISM: streaming, Suspense, incremental static regeneration.

Sandbox

WAF, rate limiting, per-site isolation, sandboxed execution. Every workload is contained.

Explore the engine →
Built in the open

Open source, for real

Read the code, modify it, run it, distribute your apps — for free. bext is source-available, and every release converts to Apache-2.0 after three years. No wall, no catch.

Star on GitHubRead the docs
Portable

The same engine runs anywhere — even in a tab

Because the compiler is pure Rust, we compile it to WebAssembly. The playground is the proof: it compiles and runs real bext code entirely in your browser.

Open the playground →
Getting started

Three steps. Sixty seconds.

1

Install

One command. One binary. No dependencies, no runtime to install.

$ curl -fsSL https://bext.dev/install | sh
2

Run

Point it at your project. It detects the framework, compiles, and starts serving.

$ bext run
3

That's it

HTTPS on, caching on, metrics exposed. Your app is in production.

Build on an open engine.

Free to run and distribute. Open source, written in Rust, production-ready.

Get startedGitHub