Skip to content
TorontoLite Tours

Who we are

TorontoLite Tours crafts minimalist, story-first experiences that fit neatly into your day. We publish clear itineraries, durations, and prices in CAD with HST. We operate in small groups, prioritize accessibility, and welcome questions.

Mission

To make Toronto exploration simple, honest, and delightful—without clutter or hidden fees.

History

Started by local guides in 2019, we grew from two neighbourhood walks to a full set of routes across the core and islands. In 2023–2025 we refined accessibility and weather-friendly alternatives.

Our Values

  • Clarity over noise: routes with clear timing, rest points, and washrooms.
  • Respect: for communities, staff, and guests’ time.
  • Safety: weather-aware decisions and small groups.
  • Local insight: stories grounded in real Toronto.

Team (no-headshot policy)

We don’t use photos; we introduce ourselves on the walk.

  • Avery — Urban history and architecture
  • Jordan — Food culture and markets
  • Casey — Waterfront and islands
  • Riley — Nature and parks

Transparency Panel

See a live snapshot of service metrics (simulated) for full transparency.

Guide on-time

--.-%

Platform uptime

--.--%

Guest rating

-.-/5

Snapshot updates every 10s. Simulated, not financial advice.

Safety & Accessibility

We adapt for weather, offer step-free options where possible, and keep groups small so guides can pace appropriately. If you have accessibility needs, tell us before or during the walk—we’ll adjust.

Contact

Questions about routes, accessibility, or private groups? Reach our Toronto team:

We use necessary cookies for reliability and optional ones for analytics. You can change choices anytime.

Guide on-time rate

${ontime}%

Platform uptime (30d)

${uptime}%

Guest rating (last 200)

${sat}/5

CSAT (4 or 5 stars)

${csat}%

Median group size

${medianGroup}

Refund rate (30d)

${refundRate}%

`; modal.showModal(); let remaining = 15; const cd = modal.querySelector('#kpiCountdown'); kpiCountdownTimer && clearInterval(kpiCountdownTimer); kpiCountdownTimer = setInterval(() => { remaining -= 1; if (remaining <= 0) { remaining = 15; openKpiModal(); } else if (cd) { cd.textContent = String(remaining); } }, 1000); } kpiBtn.addEventListener('click', openKpiModal); function openMicroModal(title, body) { const m = document.getElementById('kpiModal'); m.innerHTML = `
TorontoLite Tours
${body}
`; m.showModal(); } document.getElementById('moreOnTime').addEventListener('click', () => { openMicroModal('On-time methodology', `

We compute guide on-time as the percentage of walks that depart within a 5-minute window of the advertised time.

`); }); document.getElementById('moreUptime').addEventListener('click', () => { openMicroModal('Uptime measurement', `

30-day rolling uptime from our status pings (60s interval) across two regions in Canada.

`); }); document.getElementById('moreRating').addEventListener('click', () => { openMicroModal('Rating sampling', `

Guest rating is a rolling average from the last 200 verified participants.

`); }); modal.addEventListener('click', (e) => { const rect = modal.getBoundingClientRect(); const inDialog = e.clientX >= rect.left && e.clientX <= rect.right && e.clientY >= rect.top && e.clientY <= rect.bottom; if (!inDialog) modal.close('backdrop'); }); modal.addEventListener('close', () => { if (kpiCountdownTimer) { clearInterval(kpiCountdownTimer); kpiCountdownTimer = null; } });