PreviewBrowser-only · no server call

Preview a small, safe subset of SolveLang.

This page is intentionally narrower than the canonical Rust CLI. It is useful for support and lead-routing demos, but it is not the hosted full runtime and does not execute integrations, agents, or file/network side effects.

Ready

For full language behavior, use solvec.

Script

Edit the supported subset, then run it locally in this browser.

Output

Deterministic output for the supported browser subset.

Run the preview to see output here.

Supported in this preview

let variables, text and number values, print statements, comments, blank lines, and simple if blocks using ==. Unsupported full-runtime syntax should fail clearly instead of being presented as available.

Maturity boundary

The browser preview is **Preview**, not the canonical runtime. HTTP/file/environment helpers and AI behavior are experimental in the Rust implementation. Managed production workflow execution is planned.