Cookie Policy
Cookie Policy
Last updated: August 29, 2025
This Cookie Policy explains how RiderWin Labs OÜ ("RWL", "RiderWin Labs", "we", "us", or "our") uses cookies and similar technologies when you visit our websites (including riderw.in, rwl1.app, aibible.io, aibibbia.com, infoblog.club) and how you can control them.
1. What are cookies?
Cookies are small text files that are stored on your device (computer, tablet, or mobile) when you visit a website. They help the website remember information about your visit, such as your preferred language and other settings, which can make your next visit easier and more useful.
2. How we use cookies
We use cookies for several purposes:
Essential Cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you, such as setting your privacy preferences, logging in, or filling in forms.
Analytics Cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us know which pages are the most and least popular.
Functional Cookies
These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages.
Marketing Cookies
These cookies may be set through our site by our advertising partners to build a profile of your interests and show you relevant advertisements.
3. Types of cookies we use
// Cookie Configuration Table
interface CookieConfig {
name: string;
purpose: string;
duration: string;
type: 'Essential' | 'Analytics' | 'Functional' | 'Marketing';
}
const cookies: CookieConfig[] = [
{
name: 'consent',
purpose: 'Stores your cookie consent preference',
duration: '1 year',
type: 'Essential'
},
{
name: 'session',
purpose: 'Maintains your session while using our services',
duration: 'Session',
type: 'Essential'
},
{
name: '_ga',
purpose: 'Google Analytics - tracks website usage',
duration: '2 years',
type: 'Analytics'
},
{
name: '_gid',
purpose: 'Google Analytics - tracks website usage',
duration: '1 day',
type: 'Analytics'
},
{
name: '_gat',
purpose: 'Google Analytics - limits request rate',
duration: '1 minute',
type: 'Analytics'
}
];
4. Third-party cookies
We work with trusted third-party services that may set cookies:
- Google Analytics: For website analytics and performance monitoring
- Stripe: For payment processing (if applicable)
- Supabase: For authentication and database services
- Vercel: For hosting and performance optimization
5. Your cookie choices
You have several options for managing cookies:
Browser Settings
You can control and/or delete cookies as you wish. You can delete all cookies that are already on your computer and you can set most browsers to prevent them from being placed.
Cookie Consent Banner
When you first visit our website, you'll see a cookie consent banner where you can choose which types of cookies to accept.
Opt-out Links
For analytics cookies, you can opt out of Google Analytics by visiting the Google Analytics Opt-out Browser Add-on.
6. Updates to this policy
We may update this Cookie Policy from time to time. We will notify you of any material changes by posting the new policy on our website.
7. Contact us
If you have any questions about our use of cookies, please contact us at:
RiderWin Labs OÜ
Tööstuse 75-71, Tallinn, Estonia
Email: privacy@riderw.in
This Cookie Policy is compliant with EU e-Privacy Directive and GDPR requirements.