Banking Modernization Demo

Build a demo workflow from a prompt.

Type a banking onboarding or origination request. The public demo will generate a website-safe draft from Tellus FlowBuilder templates and show the resulting steps, API placeholders, compliance signals, and JSON contract.

Interactive Demo

Describe a flow. Review the generated draft.

The browser calls a public demo endpoint. That endpoint performs validation, rate limiting, and safety checks, then calls the configured model server-side when public model demo mode is enabled. Keys and model credentials never reach the browser.

1

Describe the workflow

Use natural language, then refine it with the builder controls below.

2. Choose form modules
3. Add conditional logic

The generated flow is draft-only. It can be tested here, but publishing still requires protected API access and human approval.

Ready for a prompt.

Generated Structure

No draft generated yet

Use the form to generate a demo workflow.

Detected Signals

Step Preview

    Review Items

      Test Runner

      Fill sample answers and test the generated flow.

      Use scenarios or edit individual answers. The tester evaluates conditional visibility, manual review routing, validation, and mock API actions from the generated JSON.

      The tester automatically fills ordinary required fields with sample values, then applies the scenario answers above.

      Simulation Result

      Generate a flow first

      Routing decision will appear here.

      Visible Steps

        Validation and API Calls

          Generated JSON Contract

          Generate a draft to inspect the portable workflow JSON.

          Starter Templates

          Banking workflows that can be extended without custom coding.

          consumer deposit account opening

          Consumer Checking Account Onboarding

          Draft onboarding and origination flow for a consumer checking account.

          11 steps 25 fields 3 connectors 8 sensitive fields

          Rendered Step Preview

          1. 1Eligibility
          2. 2Personal information
          3. 3Contact information
          4. 4Address
          5. 5Identity
          6. 6Employment and income
          7. +5 additional steps

          Review Signals

          • regulated banking flow
          • kyc aml review required
          • glba privacy review required
          • manual review for minor applicants

          small business deposit account opening

          Small Business Deposit Account Onboarding

          Draft onboarding flow for small business deposit account origination.

          11 steps 25 fields 2 connectors 7 sensitive fields

          Rendered Step Preview

          1. 1Business information
          2. 2Entity details
          3. 3Tax information
          4. 4Business address
          5. 5Authorized signer
          6. 6Beneficial ownership
          7. +5 additional steps

          Review Signals

          • regulated banking flow
          • kyb review required
          • beneficial ownership review required
          • glba privacy review required

          loan prequalification

          Loan Prequalification

          Draft loan prequalification workflow with soft-pull placeholder.

          8 steps 12 fields 2 connectors 3 sensitive fields

          Rendered Step Preview

          1. 1Product selection
          2. 2Personal information
          3. 3Income
          4. 4Housing
          5. 5Credit consent
          6. 6Requested amount
          7. +2 additional steps

          Review Signals

          • regulated lending flow
          • fcra review required
          • ecoa udaap review required
          • adverse action notice review required

          Website Integration Pattern

          Use a server route for live demos.

          Public website demos call a guarded server-side demo route. Production FlowBuilder APIs remain protected by API key, while the demo route can call the model backend with rate limits, prompt limits, safety checks, and sanitized output.

          GET /flow-builder/demo       public documentation page
          POST /flow-builder/demo/generate  public guarded model demo
          POST /flow-builder/demo/simulate  public guarded simulator
          POST /flow-builder/generate       protected production API