455 lines
16 KiB
HTML
455 lines
16 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Tripz Egypt - Investor Pitch Deck</title>
|
||
<style>
|
||
@page {
|
||
size: A4 landscape;
|
||
margin: 0;
|
||
}
|
||
* {
|
||
box-sizing: border-box;
|
||
-webkit-print-color-adjust: exact;
|
||
print-color-adjust: exact;
|
||
}
|
||
body {
|
||
margin: 0;
|
||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||
background: #0d1117;
|
||
color: #e6edf3;
|
||
}
|
||
.slide {
|
||
width: 297mm;
|
||
height: 210mm;
|
||
page-break-after: always;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
padding: 32mm 28mm;
|
||
background: radial-gradient(circle at 85% 15%, #1f293d 0%, #0d1117 70%);
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.header {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
border-bottom: 1px solid rgba(255,255,255,0.1);
|
||
padding-bottom: 12px;
|
||
}
|
||
.header .tag {
|
||
font-size: 11px;
|
||
letter-spacing: 2px;
|
||
text-transform: uppercase;
|
||
color: #38bdf8;
|
||
font-weight: 700;
|
||
}
|
||
.header .page-num {
|
||
font-size: 11px;
|
||
color: #64748b;
|
||
}
|
||
.content {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
margin: 16px 0;
|
||
}
|
||
.title {
|
||
font-size: 32px;
|
||
font-weight: 800;
|
||
color: #ffffff;
|
||
margin-bottom: 8px;
|
||
letter-spacing: -0.5px;
|
||
}
|
||
.subtitle {
|
||
font-size: 16px;
|
||
color: #94a3b8;
|
||
margin-bottom: 24px;
|
||
line-height: 1.4;
|
||
}
|
||
.grid-2 {
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr;
|
||
gap: 20px;
|
||
}
|
||
.grid-3 {
|
||
display: grid;
|
||
grid-template-columns: repeat(3, 1fr);
|
||
gap: 18px;
|
||
}
|
||
.card {
|
||
background: rgba(255, 255, 255, 0.03);
|
||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||
border-radius: 10px;
|
||
padding: 20px;
|
||
}
|
||
.card h3 {
|
||
font-size: 17px;
|
||
color: #38bdf8;
|
||
margin: 0 0 8px 0;
|
||
}
|
||
.card p {
|
||
font-size: 13px;
|
||
color: #cbd5e1;
|
||
line-height: 1.5;
|
||
margin: 0;
|
||
}
|
||
.metric {
|
||
font-size: 36px;
|
||
font-weight: 800;
|
||
color: #38bdf8;
|
||
margin-bottom: 4px;
|
||
}
|
||
.metric-sub {
|
||
font-size: 12px;
|
||
color: #94a3b8;
|
||
text-transform: uppercase;
|
||
letter-spacing: 1px;
|
||
}
|
||
.footer {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
font-size: 11px;
|
||
color: #475569;
|
||
border-top: 1px solid rgba(255,255,255,0.06);
|
||
padding-top: 10px;
|
||
}
|
||
/* Slide 1 Cover */
|
||
.cover {
|
||
justify-content: center;
|
||
align-items: flex-start;
|
||
padding: 0 36mm;
|
||
}
|
||
.cover-badge {
|
||
background: rgba(56, 189, 248, 0.1);
|
||
color: #38bdf8;
|
||
padding: 6px 14px;
|
||
border-radius: 20px;
|
||
font-size: 12px;
|
||
font-weight: 600;
|
||
margin-bottom: 20px;
|
||
border: 1px solid rgba(56, 189, 248, 0.3);
|
||
}
|
||
.cover h1 {
|
||
font-size: 52px;
|
||
font-weight: 900;
|
||
margin: 0 0 16px 0;
|
||
letter-spacing: -1.5px;
|
||
color: #ffffff;
|
||
}
|
||
.cover p {
|
||
font-size: 20px;
|
||
color: #94a3b8;
|
||
max-width: 600px;
|
||
line-height: 1.5;
|
||
margin-bottom: 36px;
|
||
}
|
||
.cover-meta {
|
||
font-size: 13px;
|
||
color: #64748b;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<!-- Slide 1: Cover -->
|
||
<div class="slide cover">
|
||
<div class="cover-badge">Confidential Investor Deck</div>
|
||
<h1>TRIPZ EGYPT</h1>
|
||
<p>Next-Generation Urban Mobility for Egypt — Driven by Proprietary Geospatial Infrastructure.</p>
|
||
<div class="cover-meta">Tripz Mobility Ltd. • tripz-egypt.com</div>
|
||
</div>
|
||
|
||
<!-- Slide 2: The Problem -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Problem Statement</span>
|
||
<span class="page-num">02 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">The Ride-Hailing Deficit in Egypt</div>
|
||
<div class="subtitle">Incumbents struggle with hyper-local operational friction, escalating infrastructure costs, and driver retention.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Surging Platform Take-Rates</h3>
|
||
<p>Legacy players impose up to 25-30% commissions on drivers, leading to driver dissatisfaction, off-app cancellations, and degraded user trust.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Crippling Mapping Costs</h3>
|
||
<p>Reliance on third-party commercial mapping APIs forces competitors to spend millions on licensing, directly eating into unit economics in low-ARPU markets.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Unreliable Urban Localization</h3>
|
||
<p>Cairo's dense urban layout suffers from poor routing accuracy, lack of informal landmark indexing, and inefficient dispatching algorithms.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 3: The Solution -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Solution</span>
|
||
<span class="page-num">03 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Purpose-Built Urban Mobility</div>
|
||
<div class="subtitle">A full-stack ecosystem combining hyper-local dispatch with proprietary routing efficiency.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Zero Map Licensing Burden</h3>
|
||
<p>Built completely on a custom self-hosted geospatial stack (OpenStreetMap vector tiles, custom routing engines), driving map API costs down to near zero.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Equitable Driver Economics</h3>
|
||
<p>Optimized platform overhead enables significantly lower driver commissions, securing higher driver availability, loyalty, and organic supply growth.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Localized Routing Engine</h3>
|
||
<p>Dynamic routing optimized specifically for local informal traffic choke-points, micro-corridors, and accurate pickup indexing across Greater Cairo.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 4: Market Opportunity -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Market Size</span>
|
||
<span class="page-num">04 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Egypt: The Prime MENA Mobility Hub</div>
|
||
<div class="subtitle">Over 105 million citizens navigating crowded transit hubs daily.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<div class="metric">$2.1B+</div>
|
||
<div class="metric-sub">TAM (Total Addressable)</div>
|
||
<p style="margin-top: 10px;">Projected size of the Egyptian on-demand ride-hailing and shared mobility market by 2028.</p>
|
||
</div>
|
||
<div class="card">
|
||
<div class="metric">25M+</div>
|
||
<div class="metric-sub">SAM (Serviceable Addressable)</div>
|
||
<p style="margin-top: 10px;">Urban population concentrated across Greater Cairo, Alexandria, and Giza requiring frequent point-to-point transit.</p>
|
||
</div>
|
||
<div class="card">
|
||
<div class="metric">12% CAGR</div>
|
||
<div class="metric-sub">Market Growth</div>
|
||
<p style="margin-top: 10px;">Fueled by smartphone penetration, young demographics, and rising demand for reliable private urban transport.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 5: Product & Tech Stack -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Technology Moat</span>
|
||
<span class="page-num">05 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Engineered for Scalability & Margin Dominance</div>
|
||
<div class="subtitle">A full-suite native ecosystem built to scale without linear API expense.</div>
|
||
<div class="grid-2">
|
||
<div class="card">
|
||
<h3>Self-Hosted Geospatial Infrastructure</h3>
|
||
<p>Vector tile server hosting, customized routing graphs, and offline-resilient dispatching. Frees Tripz from Google Maps / Mapbox tier pricing, protecting margins as ride volume explodes.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Integrated 4-Tier Application Suite</h3>
|
||
<p>Custom-engineered Rider App, Driver App, Enterprise Fleet Portal, and Real-time Operations Dashboard delivering sub-second dispatch telemetry.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 6: Business Model -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Business Model</span>
|
||
<span class="page-num">06 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Clear, Predictable Monetization</div>
|
||
<div class="subtitle">Structured to maximize operator retention while delivering sustainable contribution margins.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Commission Per Ride</h3>
|
||
<p>Fair, competitive take-rate on completed rides, creating immediate cash-flow while maintaining driver earnings above market median.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Fleet & Corporate Subscriptions</h3>
|
||
<p>Scheduled commutes and corporate logistics contracts offering recurring enterprise revenue streams.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Geospatial Data & In-App Ads</h3>
|
||
<p>High-intent, geo-targeted localized promotions and verified point-of-interest discovery within the passenger navigation interface.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 7: Traction & Milestones -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Execution & Traction</span>
|
||
<span class="page-num">07 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">From Architectural Validation to Live Operations</div>
|
||
<div class="subtitle">Validated under demanding regional real-world conditions.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Production-Ready Ecosystem</h3>
|
||
<p>Fully functional, deployed Rider and Driver platforms compliant with regional operational standards.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Proven Geospatial Stability</h3>
|
||
<p>Proprietary map server infrastructure handling thousands of concurrent routing calculations without downtime or commercial API latency.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Driver Acquisition Pipeline</h3>
|
||
<p>Pre-onboarded initial fleet partners ready for deployment across core high-density corridors in Cairo.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 8: Competitive Landscape -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Competition</span>
|
||
<span class="page-num">08 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Defensible Differentiation</div>
|
||
<div class="subtitle">Outperforming incumbents on unit margins and regional adaptability.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Incumbent Platforms</h3>
|
||
<p>High corporate overhead, expensive API reliance, rigid pricing models, and high commission rates creating driver churn.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Local Budget Players</h3>
|
||
<p>Fragile infrastructure, third-party white-label software, and poor routing reliability resulting in elevated ride cancellations.</p>
|
||
</div>
|
||
<div class="card" style="border-color: #38bdf8;">
|
||
<h3>Tripz Advantage</h3>
|
||
<p>Proprietary map infrastructure, lean cost footprint, superior driver net earnings, and algorithmic dispatch designed for Cairo streets.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 9: Go-To-Market Strategy -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Go-To-Market</span>
|
||
<span class="page-num">09 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Targeted Corridor Domination</div>
|
||
<div class="subtitle">Avoiding diffuse spend by conquering targeted high-frequency urban routes first.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>Phase 1: High-Density Nodes</h3>
|
||
<p>Launch in dense suburban-to-hub commutes (e.g., New Cairo, 6th of October, Nasr City) to guarantee immediate liquidity and short pickup times.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Phase 2: Driver Referral Flywheel</h3>
|
||
<p>Capitalize on driver community networks through zero-commission grace periods and transparent weekly payout guarantees.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Phase 3: B2B Partnerships</h3>
|
||
<p>Direct tie-ups with university campuses, enterprise parks, and residential compounds for exclusive transit corridors.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 10: Financial Projections -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Economics & Projections</span>
|
||
<span class="page-num">10 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Disciplined Capital Efficiency</div>
|
||
<div class="subtitle">Lean architectural overhead yields an accelerated path to contribution margin positive.</div>
|
||
<div class="grid-3">
|
||
<div class="card">
|
||
<h3>High Gross Margins</h3>
|
||
<p>Eliminating $0.05–$0.15 per-ride map licensing fees significantly expands net take-home margins per ride.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Scalable Cost Structure</h3>
|
||
<p>Cloud server and routing infrastructure scales sub-linearly with volume, decoupling operational scale from tech costs.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Low CAC Through B2B Nodes</h3>
|
||
<p>Strategic campus and business district hubs drive high passenger conversion at a fraction of traditional digital ad spend.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 11: Leadership & Engineering -->
|
||
<div class="slide">
|
||
<div class="header">
|
||
<span class="tag">Team & Execution</span>
|
||
<span class="page-num">11 / 12</span>
|
||
</div>
|
||
<div class="content">
|
||
<div class="title">Deep Technical & Operational Domain Expertise</div>
|
||
<div class="subtitle">Led by operators with proven track records in real-time dispatch and GIS infrastructure.</div>
|
||
<div class="grid-2">
|
||
<div class="card">
|
||
<h3>Geospatial & Systems Architecture</h3>
|
||
<p>Extensive experience designing real-time, low-latency mobile dispatch ecosystems, distributed server infrastructure, and localized map engines across MENA.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>On-the-Ground Market Operators</h3>
|
||
<p>Deep familiarity with local regulatory standards, driver operational dynamics, and fleet management nuances in the Egyptian transit sector.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer"><span>Tripz Egypt</span><span>Investment Deck</span></div>
|
||
</div>
|
||
|
||
<!-- Slide 12: The Ask & Contact -->
|
||
<div class="slide cover">
|
||
<div class="header" style="width: 100%; position: absolute; top: 32mm; left: 28mm; right: 28mm;">
|
||
<span class="tag">The Opportunity</span>
|
||
<span class="page-num">12 / 12</span>
|
||
</div>
|
||
<div class="title" style="margin-top: 40px;">Join Us in Reshaping Urban Mobility</div>
|
||
<p>We are opening strategic investor conversations to accelerate market deployment, driver onboarding, and corridor dominance in Cairo.</p>
|
||
<div class="grid-2" style="width: 100%; max-width: 650px;">
|
||
<div class="card">
|
||
<h3>Contact Management</h3>
|
||
<p>Hamza Ayed — Founder & Chief Architect<br>Email: hamza@tripz-egypt.com</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Online Presence</h3>
|
||
<p>Platform: tripz-egypt.com<br>Location: Cairo, Egypt</p>
|
||
</div>
|
||
</div>
|
||
<div class="footer" style="width: calc(100% - 56mm); position: absolute; bottom: 20mm; left: 28mm;">
|
||
<span>Tripz Egypt • Confidential</span>
|
||
<span>2026</span>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
</html> |