Map the real workflow
Capture the trigger, systems, people, decisions, exceptions, and handoffs that actually run the operation.
See the system before you automate it.
Make deterministic rules, AI-assisted decisions, approvals, tools, failure paths, and human review points understandable before a process becomes opaque automation.
The Rust CLI is the canonical runtime. Studio analysis is deterministic. The browser preview supports a smaller safe subset. Managed production execution is planned, not available today.
let ticket = {
topic: "billing",
priority: "urgent"
}
if ticket.priority == "urgent" {
print("Action: escalate to founder today")
}
if ticket.topic == "billing" {
print("Owner: finance operations")
}Workflow X-Ray
Trigger
Customer support ticket
Decision
Urgent or normal priority?
Human review
Escalate urgent cases
Owner
Finance operations for billing
Designed for the workflows teams repeat every day.
How it works
SolveLang starts with decisions, ownership, exceptions, and review points—not with a connector canvas.
Capture the trigger, systems, people, decisions, exceptions, and handoffs that actually run the operation.
Turn hidden judgment calls into readable rules with explicit ownership, failure paths, approvals, and human review.
Validate the workflow with the canonical Rust runtime, then implement it using an explicitly authorized execution or integration layer.
Operational use cases
Every example distinguishes modeling from live execution and provider-dependent behavior.
Explore classification, ownership, and review rules without sending a message or creating a remote task.
Make fit, urgency, and follow-up rules visible before CRM automation.
Model missing-information checks, ownership, and handoffs before implementation.
Model routing and checks today; extraction and accounting integrations remain implementation work.
Model approval policy today; general managed approval execution is not claimed.
Use optional AI-assisted behavior with explicit review rather than silent business action.
Workflow Intelligence Studio
Studio is a local-first workspace for workflow modeling, deterministic analysis, simulation, traces, versions, quality analytics, and evidence. Its analysis is not AI-generated.
Local-first model
See triggers, rules, handoffs, and review points.
Run deterministic checks across modeled workflow structure.
Explore defined scenarios without executing production systems.
Keep traces, versions, and Workflow X-Ray findings reviewable.
Architecture
Lexer, parser, AST, validation, diagnostics, and runtime semantics in Rust.
Trusted local runs plus hardened modes that deny sensitive capabilities.
Local-first deterministic analysis and a pinned safe-core browser preview.
Live provider connections and managed execution require separate implementation and evidence.
Product status
Capability evidence reviewed 2026-09-17. These are implementation and deployment labels, not live service-health measurements.
Implemented tools you can use without connected production automation.
The workflow audit and support triage are local, rule-based planning previews. They do not connect an inbox, call an AI model, create remote tasks, or send messages.
Production API access, customer-account infrastructure, authenticator 2FA, and Admin CRM were verified enabled on September 17, 2026. This is deployed infrastructure, not a claim of general managed workflow execution or an availability SLA.
Implementation and tests do not by themselves qualify a provider for production use.
Production API subscription billing, checkout, Stripe price validation, webhook signature enforcement, and billing-failure monitoring were verified enabled on September 17, 2026. The first real-payment canary is still pending, so broader public payment availability is not yet claimed.
Not represented as complete or generally available.
For teams
Describe the process directly in the workflow audit preview. Inspect the proposed map before connecting any production integration.
Map a workflow nowFor recruiters + developers
Explore the language implementation, TypeScript tooling, AWS infrastructure, IAM, testing, and explicit safety boundaries in the source repository.
Open GitHub repositoryFAQ
SolveLang is an open-source, readable, explainable workflow language designed for AI-assisted business processes. Its canonical runtime is a Rust CLI.
The public website is deployed, and the Rust CLI and local analysis tools work today. Production API access, customer-account infrastructure, authenticator 2FA, and Admin CRM were verified enabled on September 17, 2026. This is deployed infrastructure, not a claim of general managed workflow execution or an availability SLA. Production API subscription billing, checkout, Stripe price validation, webhook signature enforcement, and billing-failure monitoring were verified enabled on September 17, 2026. The first real-payment canary is still pending, so broader public payment availability is not yet claimed. General managed workflow execution and connected support automation are not complete.
Workflow Intelligence Studio is a local-first workspace for modeling workflows, deterministic analysis, simulation, traces, versions, and evidence. Its analysis is deterministic, not AI analysis.
No. It uses a pinned WebAssembly build of the canonical safe core with host side effects denied. The native Rust CLI remains canonical for the full language.
SolveLang focuses on making workflow intent, decisions, exceptions, ownership, human review, and failure paths readable before an execution platform or integration layer runs the process.
It can clarify and validate the rules before implementation in an existing platform or custom service. Do not interpret a planning preview as an authorized live connection.