Model complex business logic with clarity. Connect readable rule nodes, validate deterministically, and execute via API. Built for everyone, not just developers.
Design flows visually. Execute via API. No code deploys.
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 FreeBusiness Logic Shouldn't Live in Code
Every company has pricing rules, approval workflows, and calculations buried somewhere. Usually in the worst possible places.
STELLWERK gives you a visual canvas to design logic, an API to execute it, and an audit trail to trust it.
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
From Concept to Execution
Map your logic on an infinite canvas. Break complex problems into small, testable nodes.
Define inputs, write Excel-like formulas (Dentaku), and control flow with Calculate, Map, and Switch nodes.
Post JSON data to our high-performance engine and get results instantly. No deployment required.
Let Claude, Cursor, or any MCP-compatible AI plan, implement, and execute your flows.
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.
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"
}
}'
{
"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
}
}
Ruby on Rails? Use stellwerk-ruby to run flows directly in your app without API calls.
Let AI Run Your Logic
Connect Claude, Cursor, and other AI assistants to STELLWERK via the Model Context Protocol.
Click "Connect" in your AI client
Claude.ai, Cursor, or any MCP client
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.
Using stellwerk.execute_flow...
The shipping cost is €34.99 with express delivery (2 business days).
Discover available flows in your workspace
Understand flow structure and logic
Learn required inputs and types
Run calculations and get results
Review execution history
Check formula syntax
Simple & Scalable
Free during beta. Pay for scale, not seats.
Need more power? Join the waitlist for Pro access.
Built for Production
Enterprise-grade reliability without the enterprise complexity.
STELLWERK is currently in open beta. Join early adopters testing the platform and help shape its future.