AGENTS / GITHUB / agentdeadlines
githubinferredactive

agentdeadlines

provenance:github:SEED-TO-TREE/agentdeadlines
WHAT THIS AGENT DOES

AgentDeadlines helps you keep track of important deadlines for AI-related events like hackathons, competitions, and challenges. It solves the problem of missing these opportunities by providing a central, easy-to-use list of upcoming events. Anyone interested in participating in AI events, such as students, researchers, or developers, would find this helpful. The tool displays deadlines with color-coded urgency, making it simple to prioritize your time. It’s also a community-driven project, meaning anyone can contribute and keep the information up-to-date. The site’s modern design and mobile-friendly format make it accessible on any device.

View Source ↗First seen 1mo agoNot yet hireable
README
<p align="center">
  <h1 align="center">Agent<span>Deadlines</span></h1>
  <p align="center">
    Never miss an AI Agent hackathon or competition deadline.
    <br />
    <a href="https://agentdeadlines.vercel.app"><strong>View Live Site</strong></a>
    &nbsp;&middot;&nbsp;
    <a href="#add-an-event">Add an Event</a>
    &nbsp;&middot;&nbsp;
    <a href="https://github.com/SEED-TO-TREE/agentdeadlines/issues">Report Bug</a>
  </p>
</p>

<br />

<p align="center">
  <img src="public/og-image.png" alt="AgentDeadlines Screenshot" width="720" />
</p>

<br />

## About

**AgentDeadlines** is a community-driven deadline tracker for AI Agent hackathons, competitions, and benchmark challenges. Inspired by [aideadlin.es](https://aideadlin.es), rebuilt with a modern stack.

### Features

- **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

## Tech Stack

| | |
|---|---|
| **Framework** | Next.js 14 (App Router) |
| **Styling** | Tailwind CSS 4 |
| **Language** | TypeScript |
| **Data** | YAML |
| **Package Manager** | pnpm |
| **Deployment** | Vercel |

## Getting Started

```bash
# Clone the repo
git clone https://github.com/SEED-TO-TREE/agentdeadlines.git
cd agentdeadlines

# Install dependencies
pnpm install

# Run dev server
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser.

## Add an Event

We welcome community contributions! To add a new event:

1. Fork this repository
2. Add your event to `data/events.yaml`
3. Submit a Pull Request

See [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide and YAML schema.

## License

[MIT](LICENSE) — Built by [@남우](https://github.com/SEED-TO-TREE)

PUBLIC HISTORY

First discoveredApr 2, 2026

IDENTITY

inferred

Identity inferred from code signals. No PROVENANCE.yml found.

Is this yours? Claim it →

METADATA

platformgithub
first seenFeb 28, 2026
last updatedApr 1, 2026
last crawled15 days ago
version

README BADGE

Add to your README:

![Provenance](https://getprovenance.dev/api/badge?id=provenance:github:SEED-TO-TREE/agentdeadlines)