🚲 Bike Leasing Calculator

Calculate your bike leasing costs in real-time

How to Embed

Add the calculator to your website with just a few lines of code:

Method 1: Script Tag (Recommended)

<!-- Add this where you want the calculator to appear --> <div id="bike-calculator"></div> <!-- Add these scripts before closing </body> tag --> <link rel="stylesheet" href="https://calculator.gobybike.fi/calculator.min.css"> <script src="https://calculator.gobybike.fi/calculator.min.js"></script> <script> BikeCalculator.init({ container: '#bike-calculator' }); </script>

Method 2: iframe (For sites with strict CSP)

<iframe src="https://calculator.gobybike.fi/" width="100%" height="650" frameborder="0" style="max-width: 600px; border: none;" ></iframe>

Custom Configuration

BikeCalculator.init({ container: '#bike-calculator', downPaymentPercent: 20, monthlyRent: 100, priceRange: { min: 0, max: 5400, default: 2500 }, colors: { primary: '#1e3a5f', accent: '#ff6b4a' } });

Features

How It Works

Rental Period Formula:

Payment Breakdown: