> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hackersquad.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> View and manage project submissions from event participants

The **Projects** tab in the Event Management dashboard shows all projects submitted by hackers at your event. Access it from the [Event Management Overview](/event-management/overview) by clicking the **Projects** tab.

## Project list

The projects page displays all submitted projects with the following details:

| Field                      | Description                                                 |
| -------------------------- | ----------------------------------------------------------- |
| **Project name**           | The name of the project                                     |
| **Description**            | A brief summary of what the team built                      |
| **GitHub link**            | Link to the project's source code repository                |
| **Demo description**       | How the team plans to demonstrate their project             |
| **Technologies used**      | Sponsor technologies and tools the team incorporated        |
| **Team members**           | Participants who collaborated on the project                |
| **Demo requested**         | Whether the team requested a live demo slot                 |
| **Judging partner opt-in** | Whether the team agreed to be contacted by judging partners |

## Project details

Click on any project to view its full details. The detail view includes:

* **Project name and description** — what the team built and why
* **GitHub repository** — direct link to the project's source code
* **Demo description** — details on how the project works and what to look for during a demo
* **Technologies** — a list of sponsor companies and tools used, which helps sponsors track adoption of their products
* **Team information** — names and emails of all team members
* **Demo request status** — whether the team wants to present a live demo
* **Judging partner contact opt-in** — whether the team is open to being contacted by sponsoring companies after the event

## Filtering and search

Use the search and filter tools to quickly find specific projects:

* **Search by name** — type a project name to filter the list
* **Filter by technology** — narrow results to projects using a specific sponsor's technology
* **Filter by demo request** — show only projects that requested a demo slot

<Tip>Use the technology filter to quickly generate a report of projects that used a specific sponsor's tools — useful for post-event sponsor reports.</Tip>

## Project statistics

Key project metrics are displayed in the [event stats dashboard](/event-management/overview#project-stats):

| Metric            | Description                                                    |
| ----------------- | -------------------------------------------------------------- |
| **Submissions**   | Total number of projects submitted                             |
| **Demo Requests** | Projects that requested a live demo slot                       |
| **Technologies**  | Unique sponsor technologies tagged across all projects         |
| **Votes**         | Total community votes cast (when community judging is enabled) |

## Next steps

<Columns>
  <Card title="Demos" icon="presentation-screen" href="/event-management/demos">
    Manage demo submissions and approvals for Demo Day events.
  </Card>

  <Card title="Live Demos" icon="video" href="/event-management/live-demos">
    Stream live project demos via WebRTC.
  </Card>

  <Card title="Engineering Notebooks" icon="book" href="/event-management/engineering-notebooks">
    View participant engineering notebooks and iteration tracking.
  </Card>

  <Card title="Judges" icon="gavel" href="/event-management/judges">
    Set up judges and scoring for your event.
  </Card>
</Columns>
