Product Demo

See how decisions work
in Ruledeck

Watch how a business rule goes from a blank table to a live API — no code, no engineers, no waiting.

Get Ruledeck — €499
1 Build the rule
2 Test it
3 Publish
4 Call the API

Define your logic as a table

Add condition columns for your inputs and result columns for your outputs. Each row is one rule.

ruledeck.yourdomain.com
Loan Eligibility
alias: loan-eligibility  ·  strategy: FIRST  ·  draft
# CONDITION — credit_score CONDITION — employment CONDITION — amount RESULT — decision RESULT — rate
Loan Eligibility — Test Bench
Testing draft version before publishing
# CONDITION — credit_score CONDITION — employment CONDITION — amount RESULT — decision RESULT — rate
1 700= employed 25000approved6.9%
2 600= employed 15000approved9.9%
3ANYANYANYdeclined
Test bench — enter values and run
✓ MATCHED row 1
"decision": "approved"
"rate": "6.9%"
"matched_row": 1
Loan Eligibility
alias: loan-eligibility  ·  published  ·  v1
✓ Published — v1 is now live
# CONDITION — credit_score CONDITION — employment CONDITION — amount RESULT — decision RESULT — rate
1 700= employed 25000approved6.9%
2 600= employed 15000approved9.9%
3ELSE — fallback rowdeclined
Version history
v1Published now3 rows · FIRST strategyLIVE
Live API — loan-eligibility
Your system calls the rule and gets a decision back in milliseconds
POST /api/solve/loan-eligibility
// Your system sends
{
  "data": {
    "credit_score": 720,
    "employment": "employed",
    "amount": 12000
  }
}
200 OK matched row 1 · 1.4ms
{
  "results": [{
    "decision": "approved",
    "rate": "6.9%"
  }],
  "version": 1,
  "matched": true
}
<2ms
Response time
v1
Rule version used
Logged in audit trail
0
Code changes needed

Ready to run your first
business rule?

Deploy in under 10 minutes. One licence, your server, no ongoing costs.

Get Ruledeck — €499 →