βΉοΈ Project Update: This project was formerly known as Euro Hackathons and has been rebranded to HackTrack EU for better clarity and expanded scope.
Welcome to HackTrack EU! This repository provides a comprehensive, automatically updated list of hackathons happening across Europe.
Whether you're a seasoned hacker or a beginner looking for your first hackathon, you'll find all the information you need here! π
Note: This README is automatically updated. For the most current data and better browsing experience, visit our live website.
Last updated: 19 June 2026 at 13:01
| Hackathon Name | Location | Date | Topics | URL |
|---|---|---|---|---|
| Vibe Coding Hackathon | London, UK | 20 Jun-22, 2026 | Link | |
| Encode London Hackathon and Conference | London, UK | 23 Oct-25, 2026 | Link |
Showing last 20 events
| Hackathon Name | Location | Date | Topics | URL |
|---|---|---|---|---|
| SOFTWARE DEFINED VEHICLE (AI FOR CODING) & TIME TO MARKET | Modena, Italy | 29 May 2026 | Link | |
| Miro x Kiro AMS Hackathon: Building Today to Pitch (a Better) Tomorrow | Amsterdam, Netherlands | 26 May 2026 | Link | |
| Vibe Coding Netværk Aarhus #5 | Aarhus | 21 May 2026 | Link | |
| AI Agent Olympics Hackathon | Rho, Italy | 19 May-20, 2026 | Link | |
| Kill the Search Bar - pdm Hackathon 2026 | Berlin, Germany | 15 May-17, 2026 | Link | |
| Vibecoding Level 2 - Med Simon Souyris Strumse | Γ s, Norway | 12 May 2026 | Link | |
| De Connectie Code - AI Hackathon for moms & kids (EN/NL editie) | Amsterdam, Netherlands | 10 May 2026 | Link | |
| Critical Infrastructure Shield Hackathon Switzerland | Winterthur | 8 May-10, 2026 | Link | |
| GDG AI HACK - 2026 | Milan, Italy | 7 May-10, 2026 | AI | Link |
| GeoJam: A GeoAI Evening Hackathon | London, UK | 7 May 2026 | Link | |
| 2026 London Defence Tech Hackathon | Camberley, UK | 2 May-3, 2026 | Defense | Link |
| n8n Budapest Hackathon No. 2 | Budapest, Hungary | 30 Apr 2026 | Link | |
| Beyond the Vibecoding | Amsterdam, Netherlands | 28 Apr 2026 | Link | |
| Vibe Coding Netværk's KBH Meetup #3 | Frederiksberg, Denmark | 24 Apr 2026 | Link | |
| Frontier Interfaces Hackathon by TR* | Espoo, Finland | 24 Apr-26, 2026 | Link | |
| Hackathon Crypto Grand-Prix by PoC Innovation | Le Kremlin-bicΓͺtre, France | 23 Apr-25, 2026 | Link | |
| Context is King #3 - Context Engineering for AI Coding Agents | Helsinki | 23 Apr 2026 | Link | |
| AI Agents for Health: ClawBio Hackathon | London, UK | 23 Apr 2026 | Link | |
| AI Meetup #3: Vibe drinking: vibe coding e networking | Biella, Italy | 23 Apr 2026 | Link | |
| Hackathon Builder Challenge: AI on the Factory Floor | Lausanne, Switzerland | 22 Apr 2026 | Link |
This repository has been completely modernized with:
- π Automated Updates: New hackathons are discovered and added 3 to 4 times per day
- π€ Multi-Platform Notifications: Get notified instantly via Discord, Telegram, and Twitter
- π Live Web Interface: Browse hackathons on our modern Next.js website
- π Smart Data Management: Everything is stored and managed via Supabase database
- π± RESTful API: Access hackathon data programmatically
Visit our interactive website for the best browsing experience:
The website features:
- π± Responsive Design: Built with Next.js, Tailwind CSS, and shadcn/ui
- π Advanced Filtering: Filter by status, location, topics, and dates
- π Real-time Data: Always up-to-date with the latest hackathons
- π¨ Modern Interface: Clean, fast, and user-friendly design
Never miss a hackathon again! Our bots automatically notify you when new European hackathons are discovered:
Join our Discord server to get instant notifications:
- π Real-time alerts for new hackathons
- π Rich embeds with all hackathon details
- π·οΈ Topic filtering (AI, Crypto, Web3, etc.)
Follow our Telegram channel @HackTrackEU for mobile notifications:
- π± Mobile-friendly notifications
- π Instant updates as soon as hackathons are added
- π Direct links to registration pages
Follow @HackTrackEU for social updates:
- π¦ Tweet notifications for trending hackathons
- π·οΈ Hashtag organization by topics
- π Retweetable content to spread the word
Access hackathon data programmatically via our REST API:
# Get upcoming hackathons
GET /api/hackathons?status=upcoming
# Get past hackathons
GET /api/hackathons?status=past
# Response format
{
"data": [
{
"id": "uuid",
"name": "Hackathon Name",
"city": "City",
"country": "Country",
"date_start": "2025-06-15T00:00:00+00:00",
"date_end": "2025-06-16T00:00:00+00:00",
"topics": ["AI", "Web3"],
"notes": "Additional event details and requirements",
"url": "https://...",
"status": "upcoming",
"is_new": true
},
...
]
}Our modern infrastructure includes:
- Frontend: Next.js 16 with App Router, Tailwind CSS, shadcn/ui
- Backend: Next.js API Routes with TypeScript
- Database: Supabase (PostgreSQL) with Row Level Security
- Notifications: Discord webhooks, Telegram Bot API, Twitter API v2
- Deployment: Vercel with automated CI/CD
- Monitoring: Real-time sync
We ensure high data quality through:
- β Automated deduplication to prevent duplicates
- π Date validation and status management
- π Geographic filtering to ensure European focus
- π Link verification to ensure working URLs
- π Content filtering to identify genuine hackathons
While our system is automated, we welcome community contributions:
If you know of a hackathon that we missed:
- Open an Issue with the hackathon details
- Include: Name, Location, Date, URL, and Topics
- Our team will add it manually
Want to improve the system?
- Fork this repository
- Work on features like new data sources, UI improvements, or notification enhancements
- Submit a Pull Request with detailed description
- π‘ Feature Requests: Open an issue on GitHub
- π Bug Reports: Report via GitHub Issues
- π¬ General Discussion: Join our Discord server
This project is open source and available under the MIT License.
Special thanks to:
- π Contributors who help maintain and improve the system
- π’ Event Organizers who make these amazing hackathons possible
- π₯ Community Members who spread the word and participate
Made with β€οΈ for the European hacking community
