Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion harp/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Overview"
description: "One platform for the full hackathon lifecycle"
---

> WORK IN PROGRESS - Reach out to [caleb.bae@acmutd.co](mailto:caleb.bae@acmutd.co) if you would like to adopt Harp

Harp (Hacker Applications & Review Platform) is HackUTD's open-source platform for running a hackathon end to end. It covers everything from the moment applications open to the final day of the event: applications, review workflows, acceptance decisions, check-ins, meals, schedules, and public event content.

Harp is built to be adopted. Any school can run it for their own hackathon, because the event's name, dates, application form, scan types, FAQs, sponsors, and schedule are all runtime settings rather than code.
Expand All @@ -27,23 +29,28 @@ flowchart LR
<Card title="Why Harp?" icon="lightbulb" href="/harp/why-harp">
What Harp replaces and why it exists.
</Card>

<Card title="Features" icon="sparkles" href="/harp/features/hackers">
Everything the platform does, from applications to event day.
</Card>

<Card title="Architecture" icon="sitemap" href="/harp/architecture">
The three services and how they fit together.
</Card>

<Card title="Adopting Harp" icon="rocket" href="/harp/adoption/guide">
Run Harp for your own hackathon.
</Card>

<Card title="Deployment" icon="server" href="/harp/deployment/local">
Local development and production deployment.
</Card>

<Card title="Contributing" icon="code-pull-request" href="/harp/contributing">
Work on Harp itself.
</Card>
</Columns>

<Note>
Looking for deep technical detail? The [DeepWiki technical documentation](https://deepwiki.com/hackutd/harp) covers architecture, APIs, and internals generated from the source.
</Note>
</Note>