60-second supplier demo / 2026-05-15

Turn supplier records into a sourcing shortlist.

Use two sample supplier profiles to show capability tags, risk score, opportunity score, and the next sourcing action.

Demo script

Show the shortlist decision in under a minute.

The sample compares one strong electronics supplier against one record that needs more verification before outreach.

1

Paste two records

Use the sample supplier names, descriptions, shipment counts, countries, and certification signals.

2

Run the analysis

Confirm each row returns capability tags, risk score, opportunity score, and a recommended action.

3

Route the shortlist

Send high-opportunity suppliers to sourcing outreach and higher-risk suppliers to verification.

Proof asset

Show supplier records becoming a shortlist.

This short GIF previews the sample input, scoring fields, recommended actions, and recurring sourcing watchlist path before a buyer opens the Store page.

Animated proof of supplier records becoming a sourcing shortlist
First-run input

A tiny sample for quick proof.

Paste this shape into the Store input before wiring a supplier-directory export or shipment dataset.

{
  "defaultCategory": "electronics",
  "suppliers": [
    {
      "supplierName": "Pacific Components",
      "description": "ISO certified electronics manufacturer with export shipments and custom assembly capacity.",
      "shipmentCount": 120,
      "country": "Taiwan",
      "certifications": [
        "ISO 9001"
      ]
    },
    {
      "supplierName": "Harbor Plastics",
      "description": "Low-volume injection molding shop with consumer packaging work and limited export references.",
      "shipmentCount": 14,
      "country": "Vietnam",
      "rating": 4.1
    }
  ],
  "maxSuppliers": 2
}
Expected signal

What the buyer should inspect.

This public-safe output snapshot shows the fields that turn raw supplier data into an action queue.

[
  {
    "status": "succeeded",
    "recordIndex": 1,
    "billingEventName": "supplier-profile-analyzed",
    "supplierName": "Pacific Components",
    "category": "electronics",
    "country": "Taiwan",
    "shipmentCount": 120,
    "capabilities": [
      "manufacturing",
      "export",
      "certification",
      "industrial"
    ],
    "riskScore": 20,
    "opportunityScore": 100,
    "recommendedAction": "Prioritize Pacific Components for sourcing research; capabilities suggest a strong fit: manufacturing, export, certification."
  },
  {
    "status": "succeeded",
    "recordIndex": 2,
    "billingEventName": "supplier-profile-analyzed",
    "supplierName": "Harbor Plastics",
    "category": "electronics",
    "country": "Vietnam",
    "shipmentCount": 14,
    "capabilities": [
      "manufacturing"
    ],
    "riskScore": 45,
    "opportunityScore": 58,
    "recommendedAction": "Review Harbor Plastics for fit, but verify export references before outreach."
  }
]