{% extends "base.html" %} {% block title %}SupportCopilot — friendly AI e-commerce support that proves its ROI{% endblock %} {% block content %}
Runs fully offline · no API keys required

Friendly AI support that resolves tier-1 tickets and proves the ROI

SupportCopilot answers "where's my order?", returns, and policy questions with cited, policy-correct replies — auto-resolving what it can and warmly handing the rest to a human.

Try a live demo See the ROI dashboard
Deflection
{{ '%.0f' % (roi.deflection_rate * 100) }}%
Tickets handled
{{ roi.total_tickets }}
Escalation
{{ '%.0f' % (roi.escalation_rate * 100) }}%
Monthly savings
${{ '{:,.0f}'.format(roi.monthly_cost_saved_projection) }}

Customer support chat

Grounded in Northwind Outdoors' catalog & policies — every answer cites its source.

Hi there! 👋 I'm the Northwind Outdoors support copilot. Ask about products, shipping, returns, or an order — or tap an example below to see me work.

Try an example

{% set examples = [ ("How long does standard shipping take and is it free?", "", ""), ("I'd like to return my tent, it's unused with tags.", "NW-1001", "alex@example.com"), ("What's the status of my order?", "NW-1002", "jordan@example.com"), ("Do you have an ultralight 2-person tent? How much does it weigh?", "", ""), ("My tent pole snapped on its first trip, I think it's defective.", "NW-1001", "alex@example.com") ] %} {% for text, oid, mail in examples %} {% endfor %}
{% endblock %}