Skip to main content

Model it. Test it. Use it.
No code required.

Model complex business logic with clarity. Connect readable rule nodes, validate deterministically, and execute via API. Built for everyone, not just developers.

Visual Logic Builder
Live Testing
Instant API AI-Ready via MCP Ruby SDK
stellwerk.io/flows/7652efbe-c95b-45...
Stellwerk Flow Builder

Design flows visually. Execute via API. No code deploys.

Use Cases

Built for Real Business Logic

From pricing engines to approval workflows, STELLWERK handles the calculations your business depends on.

Have a different use case in mind?

Try It Free

The Problem

Business Logic Shouldn't Live in Code

Every company has pricing rules, approval workflows, and calculations buried somewhere. Usually in the worst possible places.

Hardcoded in Application Code

  • Rule changes require code deploys
  • Logic scattered across microservices
  • Only developers can modify rules
  • No audit trail for business decisions

Trapped in Spreadsheets

  • No API access for automation
  • "Which version is the correct one?"
  • Copy-paste errors everywhere
  • Floating point math disasters

Custom Rule Engines

  • Months to build, years to maintain
  • Knowledge leaves with the developer
  • Every edge case is your problem
  • Security vulnerabilities to manage

Generic No-Code Tools

  • Great for forms, terrible for math
  • Can't handle nested conditions
  • No array or collection operations
  • Vendor lock-in, limited exports

STELLWERK gives you a visual canvas to design logic, an API to execute it, and an audit trail to trust it.

Comparison

How STELLWERK Compares

See why teams choose STELLWERK over traditional approaches.

Capability Hardcoded in app code Spreadsheets Excel/Sheets Custom Engine DIY solution STELLWERK visual engine
Visual rule design
API-first execution
Non-technical editing
Version control
Audit trail
No deploy for changes
Precision decimal math
Collection operations
Built-in testing
Time to production Weeks Hours* Months Hours

* Spreadsheets: Hours to build, but difficult to integrate, maintain, and audit at scale. = Partial support / DIY required

Workflow

From Concept to Execution

1

Design Visually

Map your logic on an infinite canvas. Break complex problems into small, testable nodes.

2

Configure & Wire

Define inputs, write Excel-like formulas (Dentaku), and control flow with Calculate, Map, and Switch nodes.

3

Execute via API

Post JSON data to our high-performance engine and get results instantly. No deployment required.

4

Connect AI Agents

Let Claude, Cursor, or any MCP-compatible AI plan, implement, and execute your flows.

Integration

Simple API, Powerful Results

One endpoint. JSON in, JSON out. Works with any language.

Or use our Ruby SDK to run flows directly in your app.

POST /api/v1/flows/:id/execute
Request Body
curl -X POST \
  https://api.stellwerk.io/api/v1/flows/abc123/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "inputs": {
      "base_price": 99.99,
      "quantity": 5,
      "customer_tier": "gold"
    }
  }'
200 Response
JSON Response
{
  "success": true,
  "outputs": {
    "subtotal": 499.95,
    "discount_rate": 0.15,
    "discount_amount": 74.99,
    "final_price": 424.96,
    "savings_message": "Gold member: 15% off!"
  },
  "metadata": {
    "flow_version": 3,
    "execution_time_ms": 12,
    "nodes_executed": 7
  }
}
12ms
Avg Response Time
99.9%
Uptime SLA
REST
Simple Integration
JSON
Universal Format
View Full API Documentation

Ruby on Rails? Use stellwerk-ruby to run flows directly in your app without API calls.

AI Integration

Let AI Run Your Logic

Connect Claude, Cursor, and other AI assistants to STELLWERK via the Model Context Protocol.

OAuth One-Click Connect
Connect to STELLWERK
1

Click "Connect" in your AI client

Claude.ai, Cursor, or any MCP client

2

Authorize via STELLWERK

Secure OAuth 2.0 with PKCE

Start using your flows

No API keys or config files needed

Tokens auto-refresh. Revoke anytime from Settings.

AI Conversation
Chat with Claude
Calculate shipping for 5kg to Germany, express delivery

Using stellwerk.execute_flow...

The shipping cost is €34.99 with express delivery (2 business days).

6
MCP Tools
Claude
Desktop Ready
Cursor
IDE Support
Open
MCP Standard
Ruby
SDK Available
list_flows

Discover available flows in your workspace

get_flow

Understand flow structure and logic

get_flow_requirements

Learn required inputs and types

execute_flow

Run calculations and get results

list_executions

Review execution history

validate_formula

Check formula syntax

Pricing

Simple & Scalable

Free during beta. Pay for scale, not seats.

Beta

Basic

FREE
  • Visual Flow Builder
  • Flow Testing & Simulator
  • Import/Export Flows
  • MCP Support (AI Integration)
  • Basic Roles (Admin/User)
  • STELLWERK SDK (Ruby)
  • 1 Tenant · 10 Flows
  • 1,000 Runs / Month
Get Started

Pro

-
  • Everything in Free
  • Audit Trail & Versioning
  • Advanced Analytics
  • Advanced RBAC (Planned)
  • 100,000 Runs / Month

Enterprise

-
  • Everything in Pro
  • SSO (SAML/OIDC)
  • Custom Limits & SLAs
  • Dedicated Support
  • Enterprise Scale

Need more power? Join the waitlist for Pro access.

Why Trust STELLWERK

Built for Production

Enterprise-grade reliability without the enterprise complexity.

Secure by Design

  • API key authentication
  • Complete tenant isolation
  • No shared data between accounts

Fast Execution

  • Sub-100ms response times
  • PostgreSQL-backed persistence
  • Optimized graph traversal

Precision Math

  • Decimal arithmetic via Dentaku
  • No floating point errors
  • Financial-grade calculations

Transparent

  • Open product roadmap
  • Public changelog
  • Comprehensive documentation

Easy Integration

  • Simple REST API
  • JSON in, JSON out
  • Works with any language

Scalable

  • Multi-tenant architecture
  • Horizontal scaling ready
  • No single points of failure
Open Beta

STELLWERK is currently in open beta. Join early adopters testing the platform and help shape its future.