{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Gvelo Experience Center{% endblock %} {% block body_class %}demo-body{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Interactive product tour

Explore Gvelo Enterprise Platform through a safe business simulation.

Walk through POS, inventory, analytics, branches, finance, AI insights, receipts, and onboarding with demo-only data.

60-second clarity Demo-only safety AI-guided decisions
Live demo sandbox
KES 426KDemo revenue
1,284Transactions
3Branches

AI Insight Restock fast-moving items before Friday.

Branch Mombasa is trending 14% above last week.

Payment Sandbox checkout is ready.

Instant value Analytics, stock pressure, and next action become visible before setup feels heavy.

First 60 seconds

Understand the operating power before you learn the software.

Operational powerSales, stock, customers, and cash connect instantly.
SimplicityChoose a profile, launch, and follow the guided path.
IntelligenceAI explains what matters and what to do next.
TrustEvery action is sandboxed and clearly explained.

Guided scenarios

Choose the story that matches the visitor.

{% for flow in flows %}
{{ flow.category }}

{{ flow.title }}

{{ flow.steps|length }} guided steps - {{ flow.duration }}

{% endfor %}

Module showcase

One tour, many operational angles.

{% if demo_features %} {% for feature in demo_features %} {{ feature.title }} {% endfor %} {% else %} POS Inventory Payments Receipts Branches Analytics Finance AI {% endif %}
{% if agent_report %}

Demo AI Agent

Tour coverage stays aware of new pages.

{{ agent_report.summary }}

{{ agent_report.created_at }}

Review Agent
{% endif %}

Video intros

Lightweight previews before the user clicks in.

{% for video in videos %}

{{ video.title }}

{{ video.module }} ยท {{ video.duration }}

{% endfor %}
{% endblock %}