" " Subscribe2ride | Can-Am and Sea-Doo Subscription Programs | Chino, CA, USA
top of page
black-background-with-focus-spot-light_1017-27230.avif

The Can-Am & Sea-Doo Subscription Program
One Monthly Price. Unlimited Riding
Delivered to Your Door

CanAm Subscribe web header
Sea-Doo ready to ride
mav r front
Can-Am Logo
Subscribe 2 Ride Logo
Sea-Doo Subscribe web
Black Background

Powersports Redefined

The way you play is about to change! For one all-inclusive monthly subscription you get unlimited access to current model year, fully accessorized Can-Am Mavericks or Sea-Doos DELIVERED TO YOUR DOOR.  Pricing is all-inclusive and covers delivery to you, maintenance, pre-ride prep, registration, insurance and more! Imagine with one click a vehicle is delivered to your door ready to ride ! 

B53D8E76-C53D-40D6-9B7C-6EC5ED4CDFC8.jpg

Is Subscribe To Ride  Program Right For You?

Do You?

  • Enjoy tinkering in your garage fixing and maintaining your vehicles?

  • Love prepping right before your next big ride?

  • Enjoy cleaning and storing your vehicle when you get home?

  • Like paying for maintenance, insurance, storage and depreciation?

  • Enjoy it taking up a spot in your garage?

  • Prefer having tens of thousands of dollars tied up year after year? 

X

Probably Not For You

Do You?

  • Want to ride more and prep less?

  • Love saving money and time?

  • Want to drive a new top of the line Can-Am & Sea-Doo every year?

  • Want less stress before and after your riding adventures?

  • Want to never worry about storage, maintenance, and out of warranty SxS's or Personal Watercraft again? 

Y

Probably Right For You

Watch Our "How It Works" Video

360_F_252619603_JVfZRyinpRGECZYEXm9srIPusT6OE8hO_edited.jpg

"IT'S AN UPGRADE FROM OWNING!"

double trailer.png

Choose Your Program

Can-Am Subscribe

If you love to play in the dirt, then this program is for you.  Always pull into camp in a new, fully accessorized Maverick R or X3 XRS.  We all know how much time it takes to prep before each trip.  Not anymore!! Imagine a Can-Am ready to ride, delivered right to your door. Fully accessorized with light bar, lit whips, paddle tires (if needed), factory Can-Am Technician  maintained, and available for unlimited use. 

  • Brand new Maverick  R or X3 XRS 

  • Unlimited use

  • Delivered to your door

  • All inclusive pricing

  • Picked up from your house when you return

  • Seasonal Payments Sep - May

canam 2 cars v1

2026 Maverick R  and X3 XRS Turbo RR
 

Sea-Doo Subscribe

For those that love the sun and water the Sea-Doo program is for you.  You will always look your best on your favorite lake, river or ocean riding current model year Sea-Doos.  Best part, we deliver them on a trailer to your door.  They are fully prepped and ready to ride.  Zero maintenance, zero hassle, just hook up and ride. 

  • Brand new Sea-Doos on a trailer

  • Unlimited use

  • Delivered to your door on a trailer

  • All inclusive pricing

  • Picked up from your house when you return

  • Seasonal Payments Mar - Oct

Sea-Doo PWC and Switch

2026 Sea-Doo Lineup
 

LAND & SEA

We all love to play year round.  If you love the dirt and the water, The Land & Sea is the best of both worlds. Can-Am and Sea-Doos delivered to you for year round riding. This is the best valued program that gives our members a huge bang for their buck, convenience, and access to a huge variety of vehicles.   

  • Both Can-Am and Sea-Doo included

  • Unlimited use all year round

  • Delivered to your door on trailer

  • All inclusive pricing

  • Picked up from your house when you return

Land & Sea Package

2026 Maverick & SeaDoo Fleet

Slide10.jpeg

Your Powersports Garage.
On-Demand

Scroll through our virtual garage to see the available Can-Am's and Sea-Doo's available to our members. Each subscription level has it's own virtual garage so you can see what vehicles are available for each program. 

ORV-SSV-MY24-MAVX3-MAX-X-RC-72-HybridWhite-LegionRed-Action-7N6A6913-RGB-copy-feature.jpg

You Asked For It... We Delivered!

BRP designed The Subscribe2Ride program from the ground up to give customers the elevated ownership experience they crave across the Can-Am and Sea-Doo product lines. The vehicles come direct from the factory while members services are  operated by a team with 30+ years of buying, selling, guiding, renting, repairing, and servicing powersports vehicles. 

can-am-logo-yellow_edited.png
logo-brp.png
Sea-Doo_Wordmark-AQUA_RGB.png

"This represent an exciting evolution in how riders experience our vehicles”   - Patrick Corneau, Sr Director of Experiences & Partnerships at BRP.

2024-Can-Am-Maverick-R-front-right-action.avif

Subscribe Or Own? What's The True cost?

You're gonna ask "What's the cost of the program?". Well we got all the answers and our sales team will be happy to walk through all the options and find the best deal for you and your riding needs.

 

Our most popular program the "Premium Can-Am" Subscription is a great place to start with an apples to apples comparison. Download the 1-page pdf to see for yourself. 

If you start comparing the Elite plan or the Land & See plan the numbers aren't even fair compared to owning. Subscribe2Ride is the best deal in powersports and we can prove it. Contact Us for more details

Photo May 29 2023, 1 44 01 PM_edited_edited_edited.png

Locations

Can-Am and Sea-Doo subscription programs available in Southern California.

  • DELIVERY AREAS 

    • Orange County, CA

    • Los Angeles County, CA

    • San Bernardino County, CA

    • Riverside County, CA

  • PLAYGROUNDS (Arrive 'N' Drive)

    • Johnson Valley, CA

    • Long Beach, CA

    • Glamis (coming soon)

    • Ocotillo Wells (coming soon)

Where we are located
bottom of page
document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("button, a, div").forEach(function(el) { if (el.innerText && el.innerText.trim() === "Subscribe") { el.addEventListener("click", function() { fbq('track', 'Subscribe'); }); } }); }); // Fire 'Lead' when any visible element with text "Contact" is clicked. (function () { function whenFbqReady(cb, attempts = 0) { if (typeof window.fbq === "function") return cb(); if (attempts > 50) return; setTimeout(() => whenFbqReady(cb, attempts + 1), 100); } function textIsContact(el) { if (!el || !el.innerText) return false; return el.innerText.trim().toLowerCase() === "contact"; } function bindClicks(root = document) { const candidates = root.querySelectorAll("button, a, div, span"); candidates.forEach((el) => { if (textIsContact(el) && !el.dataset.fbqLeadBound) { el.dataset.fbqLeadBound = "1"; el.addEventListener("click", () => { if (typeof window.fbq === "function") { try { window.fbq("track", "Lead"); } catch (e) {} } }); } }); } function observeMutations() { const mo = new Mutation