Platform Overview

The Loadwyre Platform: Every Tool Your Brokerage Needs to Match Faster

Matching engine, broker dashboard, rate intelligence, carrier capacity graph, TMS connectors, and reporting — built for mid-market freight brokerages.

Matching Engine

The matching engine is the core of Loadwyre — a multi-dimensional scoring system that ranks available carrier capacity against each incoming load in real time.

Lane fit scoring — match quality based on carrier's historical lane preference alignment
Equipment constraint matching — exact equipment type availability for the load requirement
Rate band compatibility — carrier's rate history vs. load's target rate range
Time window feasibility — proximity to load origin relative to pickup window
Real-time recalculation — scores update as new capacity entries arrive or existing entries expire

Broker Dashboard

The dashboard is the dispatch interface. Every action a dispatcher takes — reviewing matches, booking carriers, tracking load status — happens here. Designed for speed, not training.

Ranked match list with score, rate, carrier profile, and acceptance rate at a glance
One-click booking from the match list — no separate confirmation step
Load status pipeline: Matching → Quoted → Booked → In Transit → Delivered
Team view for multi-dispatcher operations — all active loads visible by dispatcher
Loadwyre broker platform dashboard showing load pipeline, carrier match list, and real-time status tracking

Rate Intelligence Module

The rate intelligence module scores each carrier's offered rate against Loadwyre's internal lane benchmark — built from anonymized load history, lane patterns, and seasonal data.

This is Loadwyre's own rate scoring model, not a live feed from external load boards. Brokers see whether a carrier's rate is at-market, above-market, or a potential signal of capacity availability — before they commit.

Rate Intelligence Deep Dive

Carrier Capacity Graph

The capacity graph is Loadwyre's picture of who is available, where they are, and what lanes they prefer. It is built from opted-in carrier data — not scraped from load boards.

Lane preference profiles built from historical load acceptance and carrier-set preferences
Tender history scoring — acceptance rate per broker, per lane, tracked automatically
Availability status updated via carrier app, REST API, or ELD integration
Rate willingness bands — anonymized, carrier-set — feed the rate intelligence module
Capacity Network Details

Reporting & Performance Tracking

Loadwyre tracks what matters to operations directors: dispatcher throughput, carrier performance, booking cycle time, and spot market coverage rate. Reports export to CSV or feed into your business intelligence stack.

Loads matched per day and per week, by dispatcher and team total
Average booking cycle time trend — watch it shrink as the match pool matures
Carrier performance trends: acceptance rate, on-time pickup, lane reliability
Spot market coverage rate — what percentage of spot loads found a match within target parameters
API-First

If Your TMS Sends a Load, Loadwyre Can Match It

REST API, webhooks, and a TMS connector SDK. Your TMS pushes loads to Loadwyre via webhook. Matched results come back in the same session. Your dispatchers never leave their existing workflow to get a match list.

SDK Quick Start
npm install @loadwyre/sdk

import { LoadwyreClient } from '@loadwyre/sdk'

const client = new LoadwyreClient({
  apiKey: process.env.LOADWYRE_KEY
})

const matches = await client.match({
  load_id: 'LWY-04821',
  equipment: 'DRY_VAN_53',
  origin: { city: 'Chicago', state: 'IL' },
  destination: { city: 'Atlanta', state: 'GA' }
})
// → { matches: [...], match_time_ms: 62 }

See the Platform

We run a 30-minute walkthrough of the full platform for qualified brokerages. No slides — live matching session with your load data.

Request a Demo