Cookie Policy β
Effective Date: January 16, 2025 Last Updated: January 16, 2025
TL;DR: We Don't Use Cookies β
PerchIQX documentation does not use cookies. Period.
If you're wondering "wait, does this site track me?" β the answer is no.
What Are Cookies? β
Cookies are small text files stored by websites in your browser. They're commonly used for:
- Session management (keeping you logged in)
- Analytics tracking (measuring page views)
- Advertising (targeting ads to you)
- Personalization (remembering preferences)
PerchIQX uses none of these.
What We Use Instead β
Browser Local Storage (Not Cookies) β
PerchIQX documentation uses browser local storage for two things:
1. Search Index Caching β
- What it does: Stores a searchable index of documentation pages
- Why: Makes search faster (no need to re-index every time)
- How: VitePress builds a local search index in your browser
- Privacy: Data never leaves your device
2. Theme Preference β
- What it does: Remembers if you chose dark mode or light mode
- Why: Convenience (preserves your choice across visits)
- How: Stores a single value like
theme: 'dark'
- Privacy: No personal information, just a UI preference
How Local Storage Differs from Cookies β
Aspect | Cookies | Local Storage (What We Use) |
---|---|---|
Sent to Server | β Yes (with every request) | β No (stays in browser) |
Size Limit | ~4KB | ~5-10MB |
Expiration | Set by server | No expiration (until cleared) |
Accessibility | Server + client | Client only |
Privacy | Can track across sites | Site-specific only |
Key Point: Local storage data never leaves your browser. It's not transmitted to our servers (and we don't have tracking servers anyway).
What We DON'T Use β
No Analytics Cookies β
- β No Google Analytics
- β No Facebook Pixel
- β No tracking scripts
- β No heat maps or session recording
No Advertising Cookies β
- β No ad networks
- β No retargeting pixels
- β No affiliate link tracking
- β No conversion tracking
No Social Media Cookies β
- β No Facebook "Like" buttons with tracking
- β No Twitter/X embed tracking
- β No LinkedIn analytics
- β No third-party social widgets
No Authentication Cookies β
- β No login sessions (no accounts exist)
- β No "remember me" cookies
- β No session tokens
Why We Don't Use Cookies β
1. Privacy by Design β
We believe in privacy-first development:
- Your browsing is your business
- Developer tools shouldn't spy on developers
- Database schemas are sensitive intellectual property
2. No Business Model for Tracking β
PerchIQX is:
- Open source (MIT License)
- Free to use
- Not monetized through ads or data sales
- Community-driven
We have no incentive to track you.
3. Technical Simplicity β
Not using cookies means:
- No cookie consent banners (less UI clutter)
- No GDPR compliance complexity
- No cookie management overhead
- Faster page loads (no tracking scripts)
4. Local-First Architecture β
PerchIQX MCP server runs locally on your machine:
- No cloud servers to phone home to
- No central database of user behavior
- No telemetry or crash reporting (yet)
Third-Party Services β
Cloudflare Pages (Hosting) β
Our documentation is hosted on Cloudflare Pages. Cloudflare may set:
- Performance cookies (e.g.,
__cflb
for load balancing) - Security cookies (e.g.,
__cf_bm
for bot detection)
These are set by Cloudflare's infrastructure, not by PerchIQX. See Cloudflare's Cookie Policy for details.
Important: These Cloudflare cookies are:
- Infrastructure-level (not analytics)
- Necessary for site operation
- Subject to Cloudflare's privacy policies
No Other Third Parties β
PerchIQX does not embed:
- Google Fonts (we use self-hosted fonts)
- YouTube videos (no third-party embeds)
- CDN libraries with tracking (we bundle dependencies)
How to Manage Local Storage β
If you want to clear VitePress local storage (search index and theme preference):
Chrome / Edge β
- Open DevTools (F12)
- Go to Application tab
- Expand Local Storage
- Select the site domain
- Right-click β Clear
Firefox β
- Open DevTools (F12)
- Go to Storage tab
- Expand Local Storage
- Select the site domain
- Right-click β Delete All
Safari β
- Open Preferences β Privacy
- Click Manage Website Data
- Search for the site
- Click Remove
Incognito / Private Browsing β
Local storage in private browsing:
- Is session-only (cleared when you close the window)
- Does not persist across sessions
- Still allows search to work during the session
Browser "Do Not Track" (DNT) β
Since we don't track you anyway, the Do Not Track setting doesn't apply. But we respect your preference:
- DNT enabled: β We still don't track you
- DNT disabled: β We still don't track you
Result is the same: zero tracking.
GDPR, CCPA, and Privacy Regulations β
GDPR Compliance (EU) β
Under GDPR, cookies that track users require consent. Since we don't use tracking cookies:
- β No cookie consent banner needed
- β No legitimate interest disclosures
- β No cookie policy consent mechanism
VitePress local storage is considered "strictly necessary" for site functionality (search) and doesn't require consent under GDPR Article 6(1)(f).
CCPA Compliance (California) β
Since we don't sell personal information or track users:
- β No "Do Not Sell My Personal Information" link required
- β No California privacy disclosures needed
Other Privacy Laws β
We comply with privacy regulations by not collecting data in the first place. This is the simplest compliance strategy.
Changes to This Cookie Policy β
We may update this Cookie Policy from time to time. Changes will:
- Be posted on this page
- Include an updated "Last Updated" date
If we ever introduce cookies (e.g., for analytics):
- This policy will be updated with clear notice
- Cookie consent mechanism will be added
- You will be notified prominently
Questions About Cookies? β
If you see unexpected cookies on this site:
- Report it: GitHub Issues
- Check browser extensions: Some extensions inject cookies
- Check Cloudflare: May be infrastructure cookies (see above)
Related Policies β
- Privacy Policy - Our overall privacy practices
- Disclaimer - Legal disclaimers and limitations
Cookie Philosophy: The best cookie policy is not needing one. But since users often look for it, here's our answer: we don't use cookies, and we're proud of it.
If you came here wondering "does this site track me?"βrest easy. It doesn't.
Zero cookies. Zero tracking. Zero compromises. πͺβ