1. What is a cookie?
Cookies are small text files stored in your browser when you visit a website. They help us maintain session state and remember your preferences.
2. Cookies we use
We use only essential cookies — the minimum required for the Service to function: • Session / JWT token: An HTTPOnly cookie that keeps you signed in across page loads. Without this, you would need to log in on every page. • UI preferences: We use localStorage (not cookies) to persist your chosen theme (light/dark) and font size. This prevents a visible flash of the wrong theme on page load. • Onboarding state: We store a flag in localStorage indicating whether you have seen the first-run onboarding flow, so it doesn't repeat on every visit.
3. No advertising cookies
We do not install third-party advertising or tracking cookies. Jobie does not participate in ad networks, retargeting systems, or cross-site tracking. Your activity on Jobie is not shared with or observed by any third party for advertising purposes.
4. Managing cookies
You can clear cookies at any time from your browser settings (Settings → Privacy → Clear browsing data). Note: clearing the session cookie will sign you out of your account. Clearing localStorage will reset your theme and onboarding state but will not affect your account data.
5. Changes to this policy
If we ever introduce new cookie categories (e.g. analytics), we will update this page and present a new consent notice. You will always have the option to opt out of non-essential cookies.