Process demo • No video asset • Pure UI engineering

    From Buy toLive in 3 StepsWorks as YOUR business — never hello@, never shared.

    This is the exact path a customer takes from marketplace card → Stripe → connecting their Twilio + Google → Workflows running from their number, branded as {{tenant.name}}. No hello@, no placeholder, fully tenant isolated.

    View /demo
    BYO Twilio: Your numberBYO Google: Your calendarBYO Brand: {{tenant.name}}Zero hello@: White-labeled

    Trust proof • Technical

    ISOLATED

    No hello@ ever

    Sender always customer

    Tenant vault

    Encrypted per business

    Isolated runs

    No cross-tenant read

    Template → Live

    is_template false

    config_json diff (preview):

    - "from": "{{tenant.connected_accounts.twilio.phone_number}}"

    + "from": "+15552478891" // YOUR number

    - "brand": "{{tenant.name}}"

    + "brand": "Parkside Plumbing Co."

    → is_template: true → false

    1 / 6

    BYO model guarantee

    Customer connects THEIR Twilio, THEIR Google. Platform never shows hello@.

    ConnectedAccount encrypted, tenant isolation enforced in RLS.

    01 / Marketplace

    Browse 52 live services

    Filter by department, tier, provider. Every card is a deployable product, not a template.

    marketplace.relayengage.com • preview
    live demo
    52 services • Sales, Voice, Ops

    Lead Capture Instant

    starter
    Buy $29/mo

    Missed Call Text-Back

    starter
    Buy $29/mo

    Appointment Booker

    starter
    Buy $29/mo

    Review Request Auto

    starter
    Buy $29/mo

    Quote Follow-Up

    starter
    Buy $29/mo

    Smart Intake Qualify

    starter
    Buy $29/mo

    What happens in backend

    • 52 services, 6 departments: Sales, Voice, Marketing, Support, Operations, Social
    • Each with workflow JSON, config_json with mustache placeholders
    • White-labeled: never references hello@ or Relay branding in output
    Template (before)is_template:true
    { "is_template": true, "config": { "message": "Hi {{lead.name}}, {{tenant.name}} here — got your {{service.requested}}" } }
    Live resolved (after)is_template:false
    { "is_template": false, "tenant_id": "parkside_plumbing_91x2", "resolved": "Hi Alex, Parkside Plumbing Co. here — got your kitchen remodel" }

    Operator proof

    Workflow

    active

    Vault

    encrypted

    Tenant

    isolated

    no hello@ everYOUR number{{tenant.name}} in all messagesfree/busy checkUsageEvent loggedStripe managed

    White-labeled guarantee

    Your customer never sees Relay. Only {{tenant.name}}.

    Every workflow ships as a template with mustache variables. On activation we resolve to tenant reality. The SMS sender is customer-owned Twilio, the email domain is theirs when provisioned, the calendar is their Google. Logs live in tenant-isolated tables with RLS, never visible cross-tenant. That is why BYO in 20 seconds really means BYO.

    FROM is always YOUR number

    Twilio BYO verified, then {{tenant.connected_accounts.twilio.phone_number}} resolves to +1 YOUR.

    Brand is always {{tenant.name}}

    SMS body, email signature, calendar summary all inject business name at runtime.

    Zero hello@ leakage

    Platform support email is hidden behind branded from_local_part. Real inbox only for hello@ if provisioned.

    config_json transformation • is_template true → false

    Template stored in ServiceCatalog

    {
      "is_template": true,
      "nodes": [
        {
          "type": "sms",
          "config": {
            "from": "{{tenant.connected_accounts.twilio.phone_number}}",
            "to": "{{lead.phone}}",
            "body": "Hi {{lead.first_name}}, {{tenant.name}} here — got your {{inquiry.service}}"
          }
        },
        {
          "type": "google_calendar.create",
          "config": {
            "summary": "Booking — {{lead.name}} — {{tenant.name}}"
          }
        }
      ]
    }

    Live after activation • Parkside

    {
      "is_template": false,
      "tenant_id": "parkside_91x2",
      "nodes": [
        {
          "type": "sms",
          "config": {
            "from": "+15552478891",
            "to": "+15558821190",
            "body": "Hi Alex, Parkside Plumbing Co. here — got your kitchen remodel"
          }
        },
        {
          "type": "google_calendar.create",
          "config": {
            "summary": "Booking — Alex Carter — Parkside Plumb...",
            "for": "owner@parksideplumbing.com"
          }
        }
      ],
      "vault": "isolated",
      "brand_proof": "{{tenant.name}} = Parkside Plumbing Co."
    }
    Operator grade • Multi-tenant • Stripe managed

    See it live, then sell it as yours.

    This page is the demo the video model could not render. No placeholder images, no stock human shots. Only the actual marketplace, the actual Stripe checkout, the actual BYO vault flow. Works without connecting any account to view.

    From buy to live in ~3 minutes Uses YOUR Twilio, YOUR calendar Vault isolated

    Next step

    Multi-tenant by design, built to scale as you close more jobs.

    Every customer gets isolated storage for credentials, workflows, and runs. Your AI keys stay in your tenant vault, never exposed to other businesses. When you subscribe, your workspace is created automatically.

    RRelayMarketplace

    AI automation marketplace for small service businesses. Capture, qualify, and book leads without losing nights and weekends to the inbox.

    © 2026 Relay. All rights reserved.

    Payments processed by Stripe • Multi-tenant marketplace

    Buildy Logo
    Built with Buildy.ai