A comprehensive, interactive guide to understanding the EU AI Act and its intersection with GDPR compliance, designed specifically for startups and SMEs navigating Europe's AI regulatory landscape.
🌐 Live Website: https://niranjanxprt.github.io/eu-ai-act/
- Interactive Compliance Checker - Answer a series of questions to determine your AI system's risk classification and get personalized compliance requirements
- Risk Assessment Tool - Understand which regulatory requirements apply to your specific use case
- Four-Tier Risk Framework - Clear categorization of AI systems into Unacceptable, High-Risk, Limited-Risk, and Minimal-Risk levels
- Detailed Requirements - Specific compliance obligations for each risk level with deadlines and penalties
- Expandable Risk Cards - Interactive cards that provide in-depth information about each risk category
- Industry Deep-Dives - Detailed guidance for specific sectors:
- Healthcare AI Systems
- Financial Services AI
- Employment & HR AI
- Education AI Systems
- Sector-Specific Requirements - Tailored compliance information for each industry
- Dual Compliance Overview - Understanding how GDPR and AI Act work together
- Comparison Tables - Side-by-side comparison of GDPR and AI Act requirements
- Synergy Identification - How existing GDPR compliance can support AI Act compliance
- Phased Implementation Dates - Visual timeline showing key deadlines:
- February 2, 2025 (Prohibited Practices Ban)
- August 2, 2025 (GPAI & Enforcement)
- August 2, 2026 (High-Risk AI Deadline)
- August 2, 2027 (Medical Devices Extension)
- Live Countdown Timer - Real-time countdown to the next major deadline
- Regulatory Sandboxes - Information about testing environments for startups
- Financial Support Programs - Grants and reduced fees for SMEs
- Knowledge Resources - Free templates, tools, and training programs
- Simplified Documentation - Startup-friendly compliance frameworks
- Dark Mode Support - Toggle between light and dark themes
- Fully Responsive Design - Works seamlessly on desktop, tablet, and mobile devices
- Smooth Navigation - Smooth scrolling navigation with quick access sidebar
- Accessible Design - Built with accessibility best practices
- FAQ Section - Answers to common questions about AI Act and GDPR
- Official Resource Links - Direct links to EU AI Act documentation and tools
- Interactive FAQ - Expandable FAQ items for easy navigation
- Pure HTML5 - Semantic markup for better SEO and accessibility
- CSS3 - Modern styling with CSS custom properties and responsive design
- Vanilla JavaScript - No frameworks required, fast and lightweight
- Zero Build Process - Deploy directly without compilation or bundling
- GitHub Pages Ready - Optimized for static hosting
This is a static website that can be easily hosted using a simple web server. Follow these steps to host it yourself:
# Navigate to the project directory
cd /path/to/eu-ai-act
# Python 3
python3 -m http.server 8000
# Or if python3 is your default
python -m http.server 8000Then visit http://localhost:8000 in your browser
# Navigate to the project directory
cd /path/to/eu-ai-act
# Using npx (no installation required)
npx http-server -p 8000
# Or install globally first
npm install -g http-server
http-server -p 8000Then visit http://localhost:8000 in your browser
eu-ai-act/
├── index.html # Main HTML file
├── style.css # Stylesheet
├── app.js # JavaScript functionality
└── README.md # This file
Note: No server-side processing, database, or special configurations needed. All files are self-contained and ready to serve.
This project provides general information about the EU AI Act and GDPR. It is not legal advice. Consult with qualified legal professionals for specific compliance guidance tailored to your situation.
Issues, suggestions, and pull requests are welcome! This is an educational resource to help businesses understand AI regulation.
- Live Website: https://niranjanxprt.github.io/eu-ai-act/
- Repository: https://github.com/niranjanxprt/eu-ai-act
Last updated: November 2025