Never miss an AI Agent hackathon or competition deadline.
View Live Site
·
Add an Event
·
Report Bug
AgentDeadlines is a community-driven deadline tracker for AI Agent hackathons, competitions, and benchmark challenges. Inspired by aideadlin.es, rebuilt with a modern stack.
- Countdown badges — Color-coded urgency (red/orange/green) with live updates
- Smart filters — Filter by category (Hackathon / Competition / Benchmark), format (Online / In-person / Hybrid), and status (Upcoming / Past)
- Dark theme — Cyberpunk-inspired UI with neon accents
- Responsive — Works on desktop, tablet, and mobile
- Community data — Events managed via YAML, open for PRs
| Framework | Next.js 14 (App Router) |
| Styling | Tailwind CSS 4 |
| Language | TypeScript |
| Data | YAML |
| Package Manager | pnpm |
| Deployment | Vercel |
# Clone the repo
git clone https://github.com/SEED-TO-TREE/agentdeadlines.git
cd agentdeadlines
# Install dependencies
pnpm install
# Run dev server
pnpm devOpen http://localhost:3000 in your browser.
We welcome community contributions! To add a new event:
- Fork this repository
- Add your event to
data/events.yaml - Submit a Pull Request
See CONTRIBUTING.md for the full guide and YAML schema.
