Commit graph

4 commits

Author SHA1 Message Date
54e9712a63 feat: Add privacy-first enhancements celebrating user choice
- Enhanced consent modal with equally prominent 'No thanks' option
- Added live cookie counter showing real-time cookie status
- Implemented privacy score (100% when privacy mode active)
- Added achievement system rewarding privacy choices
- Show statistics that 73% of users choose privacy
- Created before/after comparison showing benefits
- Added cookie education with detailed explanations
- Celebratory messages when choosing privacy
- Developer education showing GDPR compliance in ~100 lines
- Created ultra-simple 30-line implementation (simple-gdpr.html)
- Added AGENTS.md with development guidelines

Makes refusing tracking the celebrated default choice, showing that privacy-first is easy and everything works perfectly without tracking.
2025-09-25 13:55:12 +02:00
45b4248662 Add comprehensive i18n support for Norwegian and English
- Add language toggle button with EN/NO options in top-right corner
- Implement complete translation system with localStorage persistence
- Add proper Norwegian translations with correct capitalization
- Support real-time language switching without page reload
- Integrate translations with GDPR consent system and notifications
- Update all UI text, modal content, and status messages
- Fix JavaScript syntax errors with escaped apostrophes
- Follow Norwegian writing conventions for compound words

Features:
• Language preference persisted between visits
• All content translates instantly when switching
• Modal consent flow fully localized
• Button text and notifications use selected language
• HTML lang attribute updates for accessibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 13:14:50 +02:00
db8c59d226 Add favicon and improve demo page
- Add SVG favicon with privacy shield design
- Include standard .ico favicon for browser compatibility
- Add git repository link to demo page for easy access
- Clean up meta tags and remove unnecessary PWA complexity

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 13:05:14 +02:00
2d693605cf Add GDPR compliant optional tracking solution
- Complete demo with privacy-first hero section and live status indicator
- Production-ready integration examples for React, Vue, WordPress, and vanilla JS
- Comprehensive documentation covering API, customization, and legal compliance
- GDPR compliant by default with enhanced tracking only on explicit consent

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 12:59:47 +02:00