Master every feature before your next presentation
LanePal is a proactive AI copilot for trucking dispatch. It listens to live phone calls between callers and dispatch agents, understands what freight they need in real time, queries a load database, and pushes matching load suggestions to the agent's screen — automatically, within 1.5 seconds, without anyone clicking anything. It works on inbound calls (callers phoning in) and outbound calls (agents dialing out from a power dialer). For dispatch companies, it means faster quotes, fewer missed loads, and agents who sound like they have a photographic memory of every available load in the system.
We have five live URLs. Each serves a different purpose in a demo or pitch.
Step-by-step instructions for running the live demo. Caller scripts, what to say, what to expect on screen.
The main product. Real-time call monitoring, live transcription, proactive AI load suggestions, manual queries. This is where the magic happens.
Agent-initiated calling. Upload a contact list, auto-dial through it, same AI augmentation on every call. Disposition tracking and session stats.
Visual simulation of 4 dispatch companies on shared infrastructure. Speed controls from 1x to 10x. Shows the investor that this architecture scales.
Deep dive into every feature, panel, and button across all pages. Built for the sales team to study before presentations.
URL: dashboard.lanepal.ai — This is the core product screen. Know every pixel of it.
URL: outbound-demo.lanepal.ai — The agent calls out. Same AI, different workflow.
Click the DEBUG button in the bottom-right corner of ANY page — the inbound dashboard or the outbound dialer. A panel slides up from the bottom of the screen.
| Component | Description |
|---|---|
| Caller | The person dialing in |
| SIP Rule | Routes the phone number (+1-626-842-9780) to our system |
| SMA | Chime SIP Media Application — the call handler |
| Lambda | Telephony router — decides what to do with the call |
| DynamoDB | Stores call state (meeting IDs, attendee tokens) |
| Chime Meeting | Ephemeral meeting created for each call |
| Agent | The dispatch agent's phone or browser |
| Media Pipeline | Captures per-speaker audio from the meeting |
| KVS | Kinesis Video Stream — raw audio buffer |
| EventBridge | Routes stream-start events to the consumer |
| KVS Consumer | ffmpeg + Amazon Transcribe Streaming pipeline |
| Transcribe | Converts audio to text in real time |
| FastAPI | The backend at api.lanepal.ai |
| Bedrock AI | Nova Micro — intent extraction, SQL generation, summarization |
| Aurora PG | PostgreSQL database with 8,000 loads |
| Dashboard | This browser — receives results via WebSocket |
Floating labels appear on the connections between nodes, showing actual data — for example, a transcript snippet like "[Contact] I need a reefer from Seattle..." traveling from the KVS Consumer node to the Backend node.
URL: scale-demo.lanepal.ai — Visual proof that one infrastructure serves many companies.
| Company | Location | Shows |
|---|---|---|
| Cascade Freight | Seattle, WA | Active calls, event log, status |
| Pacific Haulers | Portland, OR | Active calls, event log, status |
| Idaho Express | Boise, ID | Active calls, event log, status |
| Montana Logistics | Missoula, MT | Active calls, event log, status |
| Table | Rows | What It Contains |
|---|---|---|
| companies | 300 | Trucking carriers with credit scores, DOT/MC numbers, payment terms |
| loads | 8,000 | Available loads across the Pacific Northwest |
| complaints | 400 | Carrier complaint history with severity scores |
Likely questions from investors or prospects, with ready answers.
How to structure a 15-minute investor demo. Follow these steps in order.
Open tutorial.lanepal.ai (this page). Deliver the 60-second pitch from Section 1. Briefly show the "All Our Live Pages" section so the investor knows what they are about to see.
Open dashboard.lanepal.ai. Have someone call +1 (626) 842-9780. Show the call appearing, the live transcript streaming, and the proactive AI suggestion appearing automatically when the caller mentions a city and freight type. This is the "wow" moment. Let it breathe.
While still on dashboard.lanepal.ai, click the DEBUG button. Show the architecture diagram lighting up as events flow. Explain each component briefly: "This is the phone call coming in... this is the audio being transcribed... this is the AI querying the database... and this is the result arriving on the agent's screen."
In the DEBUG panel, click Simulate Load. Start at 1x — show a few calls. Click 5x — busier. Click 20x — constant activity. Click 50x — everything blazing, cost estimate visible. Say: "Same infrastructure, 50 concurrent calls, and here is the monthly cost."
Open scale-demo.lanepal.ai. Show 4 companies sharing one infrastructure. Point out the shared architecture diagram in the center. Use the speed controls. Deliver the multi-tenant talking points: one number per client, zero idle cost, 30-second onboarding.
Briefly open outbound-demo.lanepal.ai. Show the contact list, the session controls, the disposition buttons. Say: "Same AI, but for outbound prospecting. The agent never hangs up — the system auto-dials the next contact." Do not run a full demo here unless there is time.
Q&A. Use the answers from Section 8 above. Common first questions: cost per call, scaling limits, data integration, and go-live timeline.
sudo systemctl restart lanepal. Verify with curl https://api.lanepal.ai/health.