2026 SRPNT X8
{ "@context": "https://schema.org", "@type": "Product", "name": "SRPNT X8 Electric Dirt Bike", "description": "The SRPNT X8 is the flagship 18kW mid-drive electric dirt bike — 72V 60Ah LG battery, 70 mph top speed, forged 6061 aluminum frame, 240mm inverted fork, KKE rear linkage suspension. A direct competitor to the Sur-Ron Storm Bee and Talaria XXX. Available at Throttle Theory Powersports, 12373 Scarsdale Blvd Suite E, Houston TX 77089.", "brand": {"@type": "Brand", "name": "SRPNT"}, "sku": "SRPNT-X8", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "5499.00", "availability": "https://schema.org/InStock", "seller": { "@type": "LocalBusiness", "name": "Throttle Theory Powersports", "telephone": "+18327529062", "address": { "@type": "PostalAddress", "streetAddress": "12373 Scarsdale Blvd, Suite E", "addressLocality": "Houston", "addressRegion": "TX", "postalCode": "77089" } } }, "additionalProperty": [ {"@type": "PropertyValue", "name": "Battery", "value": "72V 60Ah LG (4,320Wh)"}, {"@type": "PropertyValue", "name": "Peak Power", "value": "18,000W"}, {"@type": "PropertyValue", "name": "Top Speed", "value": "70 mph"}, {"@type": "PropertyValue", "name": "Motor Type", "value": "Mid-drive PMSM"}, {"@type": "PropertyValue", "name": "Controller", "value": "Advanced PMSM with 4 ride modes"}, {"@type": "PropertyValue", "name": "Frame", "value": "Forged 6061 T4/T6 aluminum (3,000-ton press)"}, {"@type": "PropertyValue", "name": "Front Suspension", "value": "240mm inverted fork"}, {"@type": "PropertyValue", "name": "Rear Suspension", "value": "KKE linkage shock"}, {"@type": "PropertyValue", "name": "Climb Grade", "value": "65 degrees"} ] } :root{ --w:#fff;--near:#F7F7F7;--rule:#E8E8E8;--rule2:#D0D0D0; --ink:#0F0F0F;--ink2:#2C2C2C;--ink3:#5A5A5A;--ink4:#9A9A9A; --fire:#E8521A;--fire2:#FF6B35;--fire3:#C43E10; --fire-t:#FFF3EE;--fire-b:#FFD5C2; --green:#15803D;--green-t:#F0FDF4;--green-b:#86EFAC; --blue:#1D4ED8;--blue-t:#EFF7FF;--blue-b:#93C5FD; --fd:'Barlow Condensed',sans-serif;--fb:'Barlow',sans-serif;--fm:'DM Mono',monospace; --ease:cubic-bezier(.16,1,.3,1); } .pd*,.pd*::before,.pd*::after{box-sizing:border-box;margin:0;padding:0;} .pd{font-family:var(--fb);background:var(--w);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;} @keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}} @keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(232,82,26,.4)}50%{box-shadow:0 0 0 6px rgba(232,82,26,0)}} .pd .a0{animation:fadeUp .45s var(--ease) both} .pd .a1{animation:fadeUp .45s var(--ease) .07s both} .pd .a2{animation:fadeUp .45s var(--ease) .13s both} .pd-local{display:flex;align-items:center;gap:12px;border:1px solid var(--green-b);border-left:4px solid var(--green);background:var(--green-t);padding:14px 18px;margin-bottom:8px;flex-wrap:wrap;} .pd-local-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 2.2s ease-in-out infinite;} .pd-local-txt{flex:1;} .pd-local-hed{font-family:var(--fd);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--green);margin-bottom:2px;} .pd-local-sub{font-size:12.5px;color:#166534;line-height:1.5;} .pd-local-sub a{color:var(--green);font-weight:600;text-decoration:none;} .pd-local-btn{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:#fff!important;font-family:var(--fd);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:9px 18px;flex-shrink:0;transition:background .15s;} .pd-local-btn:hover{background:#166534;} .pd-intro{border:1px solid var(--rule);border-left:4px solid var(--fire);padding:22px 24px;margin-bottom:8px;position:relative;overflow:hidden;} .pd-intro::after{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(232,82,26,.05) 0%,transparent 70%);pointer-events:none;} .pd-intro-tag{font-family:var(--fm);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--fire);display:flex;align-items:center;gap:8px;margin-bottom:9px;} .pd-intro-tag::before{content:'';width:5px;height:5px;background:var(--fire);border-radius:50%;flex-shrink:0;animation:pulse 2.5s ease-in-out infinite;} .pd-intro p{font-size:14.5px;color:var(--ink3);line-height:1.85;} .pd-intro strong{color:var(--ink2);font-weight:600;} .pd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-stat{background:var(--w);padding:16px 14px;position:relative;} .pd-stat::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--fire);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease);} .pd-stat:hover::before{transform:scaleX(1);} .pd-stat-val{font-family:var(--fd);font-size:clamp(20px,3vw,28px);font-weight:900;color:var(--ink);letter-spacing:-.3px;line-height:1;margin-bottom:4px;} .pd-stat-lbl{font-family:var(--fm);font-size:9px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--ink4);} .pd-sh{margin-bottom:18px;} .pd-sh-pre{font-family:var(--fm);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--ink4);display:flex;align-items:center;gap:10px;margin-bottom:6px;} .pd-sh-pre::after{content:'';flex:0 0 24px;height:1px;background:var(--fire);} .pd-sh h2{font-family:var(--fd);font-size:clamp(18px,2.4vw,26px);font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:-.2px;line-height:1.1;margin-bottom:6px;} .pd-sh p{font-size:13.5px;color:var(--ink3);line-height:1.75;} .pd-hr{border:none;border-top:1px solid var(--rule);margin:36px 0;position:relative;} .pd-hr::after{content:'///';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--w);padding:0 10px;font-family:var(--fm);font-size:10px;color:var(--rule2);letter-spacing:2px;} .pd-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-feat{background:var(--w);padding:20px 20px;position:relative;overflow:hidden;transition:background .15s;} .pd-feat::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--fire);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease);} .pd-feat:hover{background:#FDFCFC;} .pd-feat:hover::before{transform:scaleX(1);} .pd-feat-ico{font-size:20px;display:block;margin-bottom:9px;} .pd-feat-title{font-family:var(--fd);font-size:14px;font-weight:700;text-transform:uppercase;color:var(--ink);letter-spacing:.2px;margin-bottom:5px;line-height:1.1;} .pd-feat-body{font-size:12.5px;color:var(--ink3);line-height:1.65;} .pd-feat-body strong{color:var(--ink2);font-weight:600;} .pd-fastace{border:1px solid var(--rule);border-left:4px solid var(--fire);padding:20px 22px;margin-bottom:28px;background:var(--fire-t);} .pd-fastace-lbl{font-family:var(--fm);font-size:10px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--fire);display:block;margin-bottom:8px;} .pd-fastace-title{font-family:var(--fd);font-size:18px;font-weight:700;text-transform:uppercase;color:var(--fire3);letter-spacing:.2px;margin-bottom:8px;} .pd-fastace p{font-size:13.5px;color:var(--ink3);line-height:1.8;} .pd-fastace strong{color:var(--ink2);font-weight:600;} .pd-specs-wrap{border:1px solid var(--rule);overflow:hidden;margin-bottom:28px;} .pd-specs-head{background:var(--ink);padding:14px 20px;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#E5E5E5;} .pd-specs-table{width:100%;border-collapse:collapse;} .pd-specs-table tr{border-bottom:1px solid var(--rule);transition:background .12s;} .pd-specs-table tr:last-child{border-bottom:none;} .pd-specs-table tr:hover{background:#FDFCFC;} .pd-specs-table td{padding:10px 18px;font-size:13px;line-height:1.4;} .pd-specs-table td:first-child{font-family:var(--fm);font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--ink4);background:var(--near);width:45%;border-right:1px solid var(--rule);} .pd-specs-table td:last-child{color:var(--ink2);font-weight:500;} .pd-specs-table .fire{color:var(--fire3);font-weight:600;} .pd-for{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);margin-bottom:28px;} .pd-for-col{background:var(--w);padding:20px 20px;} .pd-for-col-h{font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:flex;align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--rule);} .pd-for-col-h span{font-size:16px;} .pd-for-yes .pd-for-col-h{color:var(--green);} .pd-for-no .pd-for-col-h{color:var(--ink4);} .pd-for-list{list-style:none;padding:0;margin:0;} .pd-for-list li{display:flex;gap:8px;align-items:flex-start;font-size:13px;padding:6px 0;border-bottom:1px solid var(--rule);line-height:1.4;} .pd-for-list li:last-child{border-bottom:none;} .pd-for-yes .pd-for-list li{color:var(--ink3);} .pd-for-yes .pd-for-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;} .pd-for-no .pd-for-list li{color:var(--ink4);} .pd-for-no .pd-for-list li::before{content:'—';color:var(--rule2);font-family:var(--fm);font-size:11px;margin-top:1px;flex-shrink:0;} .pd-note{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;font-size:13px;line-height:1.65;margin-bottom:7px;border-left:3px solid;} .pd-note-neutral{background:var(--near);border-color:var(--rule2);color:var(--ink3);font-size:12.5px;} .pd-note-neutral strong{color:var(--ink2);} .pd-pickup{background:var(--ink);padding:32px 28px;text-align:center;position:relative;overflow:hidden;border-top:3px solid var(--fire);margin-top:28px;} .pd-pickup::before{content:'HOUSTON TX';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--fd);font-size:80px;font-weight:900;color:rgba(255,255,255,.03);white-space:nowrap;letter-spacing:-2px;text-transform:uppercase;pointer-events:none;} .pd-pickup-pre{font-family:var(--fm);font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--fire);display:block;margin-bottom:10px;} .pd-pickup h2{font-family:var(--fd);font-size:clamp(20px,3vw,32px);font-weight:900;color:#EFEFEF;text-transform:uppercase;letter-spacing:-.3px;line-height:1.05;margin-bottom:8px;} .pd-pickup h2 em{font-style:normal;color:var(--fire);} .pd-pickup p{font-size:13.5px;color:#888;max-width:380px;margin:0 auto 22px;line-height:1.75;} .pd-pickup-btns{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;} .pd-btn-fire{display:inline-flex;align-items:center;gap:6px;background:var(--fire);color:#fff!important;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:12px 26px;transition:background .15s,transform .15s var(--ease);} .pd-btn-fire:hover{background:var(--fire2);transform:translateY(-2px);} .pd-btn-ghost{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#888!important;font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none!important;padding:12px 26px;border:1px solid #333;transition:border-color .15s,color .15s;} .pd-btn-ghost:hover{border-color:var(--fire);color:var(--fire)!important;} .pd-pickup-addr{margin-top:14px;font-family:var(--fm);font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#3A3A3A;} @media(max-width:600px){ .pd-stats{grid-template-columns:1fr 1fr;} .pd-for{grid-template-columns:1fr;} .pd-local{flex-direction:column;gap:8px;} .pd-pickup{padding:24px 16px;} .pd-pickup::before{font-size:44px;} } AVAILABLE NOW — Stop by today At Throttle Theory Powersports · 12373 Scarsdale Blvd Suite E, Houston TX 77089 · Near Pearland, Clear Lake & Webster 📞 832-752-9062 72V · 18,000W Mid-Drive · 70 MPH · LG Battery · Houston TX The SRPNT X8 is a flagship-tier electric dirt bike that competes directly with the Sur-Ron Storm Bee and Talaria XXX — at a significantly lower price. This isn't a pit-bike-class machine like a Sur-Ron Light Bee or Strike Shadow. The X8 sits on a larger, aggressive full-size platform built around a forged 6061 aluminum frame, an 18,000-watt mid-drive PMSM motor, and a massive 72V 60Ah LG battery that delivers real-world range you don't get from smaller e-motos. Top speed of 70 mph, 65-degree climb capability, 240mm inverted front fork, and KKE rear linkage suspension put this in a different category entirely. Now on the floor at our Southeast Houston showroom. 70 MPH Top Speed 18,000W Peak Power 60Ah LG 72V Battery KKE Rear Linkage The Flagship Difference 18kW Mid-Drive + Forged 6061 Frame — Real E-Moto Spec The X8 isn't a scaled-up pit bike. It's built on the same engineering principles as the Sur-Ron Storm Bee and Talaria XXX — a true mid-drive motor architecture mounted in a forged aluminum frame, with motorcycle geometry instead of bicycle geometry. The 18,000W PMSM mid-drive sits at the swingarm pivot for proper weight distribution, the chassis and swingarm are both forged from 6061 T4 & T6 aircraft-grade aluminum under 3,000 tons of pressure, and the suspension is full-size moto spec — 240mm inverted fork with KKE rear linkage. This is the spec sheet you pay $7,000+ for from the established brands. SRPNT delivers it for under $5,500. Flagship Engineering The Components That Set the X8 Apart This is what separates a real e-moto from a glorified electric bicycle. ⚡ 18kW PMSM Mid-Drive Motor The X8's massive 18,000-watt PMSM mid-drive sits at the swingarm pivot — the same position a gas dirt bike's transmission output sprocket lives. Result: proper weight distribution, instant throttle response, and explosive acceleration. Effortlessly conquers climbs up to a 65-degree incline. 🔋 72V 60Ah LG Battery A massive 4,320Wh battery pack built with premium LG cells. That's more than 2x the capacity of typical 25-30Ah e-moto packs — real all-day range, sustained power delivery under load, and the thermal headroom to handle Houston heat without throttling. 🔱 3,000-Ton Forged Frame Chassis and swingarm are forged from 6061 T4 & T6 aircraft-grade aluminum under 3,000 tons of pressure. This isn't welded tube — it's a single forged structure, which delivers industry-leading rigidity, clean aesthetics, and the durability to survive years of hard riding. 🛡️ 240mm Inverted Front Fork Heavy-duty inverted (upside-down) front suspension with 240mm of travel — full motocross spec, not the budget right-side-up forks on cheaper e-motos. Absorbs big hits, recovers cleanly, and stays composed under hard braking into corners. 🔱 KKE Rear Linkage Suspension Real KKE-engineered rear linkage system — a progressive-rate suspension that's plush off the top for small bumps and firms up through the stroke for big hits. The same linkage philosophy used on factory motocross bikes. Predictable, planted, confidence-inspiring. 📊 PMSM Controller + TFT Dash Advanced PMSM controller with four ride modes — High, Drive, Eco, and Reverse — selectable via the TFT dashboard. Side-stand kill switch built in. Tunable performance for everything from technical trail riding to wide-open track sessions. Full Specifications SRPNT X8 — Complete Spec Sheet Technical Specifications Battery 72V 60Ah LG lithium-ion (4,320Wh) Peak Power 18,000W Top Speed Up to 70 mph Motor Type Mid-drive PMSM Controller Advanced PMSM Ride Modes High · Drive · Eco · Reverse Climb Grade Up to 65° Display TFT dashboard Front Suspension 240mm inverted fork Rear Suspension KKE linkage shock Frame Forged 6061 T4/T6 aluminum (3,000-ton press) Swingarm Forged 6061 T4/T6 aluminum Safety Integrated side-stand kill switch Lighting Integrated LED headlight & rear lighting Colors Black · Grey · Blue Use Off-road / private land only — not street legal Is This the Right Bike? Who the SRPNT X8 Is Built For ✓ Great Fit Experienced riders ready for 70 mph off-road performance Anyone moving up from a Sur-Ron Light Bee, Talaria Sting, or Strike Shadow 72V Riders shopping the Sur-Ron Storm Bee or Talaria XXX who want flagship spec for less money Real motocross terrain — big jumps, technical climbs, hard-pack tracks Houston-area riders running Three Palms, Sam Houston National Forest, or General Sam's all day Anyone who wants real-world all-day range from the 60Ah LG pack Heavier or taller riders who need full-size motorcycle geometry, not a pit bike Buyers who want flagship-tier specs without the established brand premium ○ Consider Other Options Beginners or first-time riders — 18kW and 70 mph is far too much to manage early on Kids — full-size adult motorcycle geometry, not for young riders Casual trail riders who don't need flagship power — Strike Shadow 60V or 72V costs much less Anyone needing street-legal operation — off-road only Buyers under $3,500 — the Strike Shadow lineup fits better at that budget ○ Off-road only. The SRPNT X8 is designed for private land, motocross tracks, and off-road use. Not street-legal. Sold for recreational off-road riding only. The 70 mph top speed and 18kW power output require appropriate protective gear, experience, and a legal place to ride. Check our Houston off-road parks guide for legal riding spots near you. In Stock · Houston TX See the SRPNT X8 in Personat Our SE Houston Showroom The X8 is on the floor next to our Strike Shadow lineup — sit on it, compare the size and geometry against the smaller e-motos in person, or call to confirm color availability before you make the drive. 📞 Call 832-752-9062 📖 2026 E-Moto Buyers Guide 12373 Scarsdale Blvd Suite E · Houston TX 77089 · Near Pearland & Clear Lake
More you might like
Related
SRPNT X8 2026-Black
Related
SRPNT X8
Related
SRPNT X8
Related