# Project export: HuskyLink

This document was generated by HackStack to give an AI agent context about a hackathon project. Sections are labeled with their provenance; content marked as truncated was cut to keep this document small.

## Project metadata

- Hackathon: Cal Hacks 10.0
- Tagline: Linking programmers across campuses
- Devpost: https://devpost.com/software/huskylink
- GitHub: https://github.com/TenderloinTech/HuskyLink
- Video: https://www.youtube.com/embed/9cM8nxSk_fw?enablejsapi=1&hl=en_US&rel=0&start=&version=3&wmode=transparent
- Team: 4 GitHub contributor(s) — Trent Wiles (82 commits), Anish Sahoo (37 commits), Shishir Pokhrel (7 commits), DannySklyarevskiy (3 commits)

## Devpost submission (written by the team)

### Inspiration

At our Northeastern University all-freshman campus, countless students have struggled with finding the help they need to succeed in their CS classes. We decided to make this project to help connect students with collaborators, mentors and peers for CS related help and activities.

### What it does

Helps CS students across Northeastern University campuses find collaborators and peers in their programming journeys.

### How we built it

We used a number of technologies, including Reflex for our frontend, Python Flask for our backend, and Varnish for our cache server.

### Challenges we ran into

Multiple bugs in our code, including issues with Reflex and hosting the API.

### Accomplishments we're proud of

We created a working prototype that incorporated two products, Reflex and CockroachDB, that all team members were unfamiliar with prior to the start of the hackathon.

### What we learned

We learned more about how to develop databases on serverless platforms and gained experience in documenting and deploying full stack web applications.

### What's next

We would like to expand our app across all of Northeastern’s campuses, and eventually release this as a Platform-as-a-service for other universities to use.

## README (from the GitHub repository)

No README available.

## Detected evidence (automated analysis)

Indexed codebase: 38 recognized source files, 93 KB.
- CSS (language) — detected in the code
- HTML (language) — detected in the code
- JavaScript (language) — detected in the code
- Next.js (technology) — detected in the code
- Python (language) — detected in the code
- React (technology) — detected in the code
- Tailwind CSS (technology) — detected in the code
- Flask (technology) — claimed on Devpost, not found in the code

## Codebase structure (from repository index)

### Files (47 of 47)

```
.gitignore
.web/.gitignore
.web/components/reflex/chakra_color_mode_provider.js
.web/components/reflex/radix_themes_color_mode_provider.js
.web/jsconfig.json
.web/next.config.js
.web/package.json
.web/postcss.config.js
.web/reflex.json
.web/styles/code/prism.js
.web/styles/tailwind.css
.web/utils/client_side_routing.js
.web/utils/helpers/dataeditor.js
.web/utils/state.js
API/.gitignore
API/api-test.py
API/config.json.example
API/docs/README.md
API/main.py
API/title-test.py
API/user-test.py
doc/reflex.md
HtmlPrototypes/registerOne.html
HtmlPrototypes/style.css
HuskyLink/__init__.py
HuskyLink/components/__init__.py
HuskyLink/components/sidebar.py
HuskyLink/HuskyLink.py
HuskyLink/pages/__init__.py
HuskyLink/pages/add_request.py
HuskyLink/pages/create_account.py
HuskyLink/pages/dashboard.py
HuskyLink/pages/explore.py
HuskyLink/pages/index.py
HuskyLink/pages/login.py
HuskyLink/pages/profile.py
HuskyLink/pages/user.py
HuskyLink/pages/users.py
HuskyLink/pages/view.py
HuskyLink/state.py
HuskyLink/styles.py
HuskyLink/templates/__init__.py
HuskyLink/templates/template.py
README.md
requirements.txt
rxconfig.py
video.mkv
```

### Dependencies

- .web/package.json: @chakra-ui/icons@2.0.19, @chakra-ui/react@2.6.1, @chakra-ui/system@2.5.7, @emotion/react@^11.11.0, @emotion/styled@^11.11.0, autoprefixer@10.4.14, axios@1.4.0, focus-visible@5.2.0, framer-motion@10.16.4, json5@2.2.3, next@13.5.4, next-sitemap@4.1.8, next-themes@0.2.0, postcss@8.4.24, react@18.2.0, react-dom@18.2.0, react-markdown@8.0.7, react-syntax-highlighter@15.5.0, rehype-katex@6.0.3, rehype-raw@6.1.1, remark-gfm@3.0.1, remark-math@5.1.1, socket.io-client@4.6.1, tailwindcss@3.3.2, universal-cookie@4.0.4
- requirements.txt: reflex@==0.3.1

### Recent commits (newest first)

- Update README.md
- video demo
- cockroach
- new commit
- everything works, finally
- Merge branch 'main' of github.com:TenderloinTech/HuskyLink
- api name picker
- new commit
- Merge branch 'main' of https://github.com/TenderloinTech/HuskyLink
- things work
- get stats endpoint up
- new api route
- Merge branch 'main' of github.com:TenderloinTech/HuskyLink
- new api route
- screenshot
- Update reflex.md
- start reflex docs
- new commit
- some decor
- Merge branch 'main' of https://github.com/TenderloinTech/HuskyLink

## Key source files (fetched from GitHub, selected and truncated for size)

Source contents could not be fetched from GitHub right now.

[37 more indexed source files omitted to keep this export small. The full file list is in the Codebase structure section above.]