UH Connect is a web application that helps UH students discover and connect with other gamers on campus based on their favorite games, skill levels, gaming goals (casual play, ranked competition, streaming, etc.), and availability. By creating detailed gamer profiles, students can find like-minded players to form teams, join communities, or just find new friends to play with.
Unlike general gaming platforms like Discord or Reddit, UH Connect provides a curated, campus-specific environment where students can safely connect with verified UH peers who share their gaming interests.
Live Application: https://uh-connect.vercel.app/











“I really like the clean layout and how easy it is to navigate. It would be great to have a light mode toggle for people who enjoy lighter themes.”
“Posting and interacting feels smooth, and everything is intuitive. Maybe adding a way to filter posts by tags would help find relevant content faster.”
“The community features are solid. Following users and seeing shared interests makes the app feel more personal.”
“Really clean interface and easy to navigate. I especially like how fast everything loads and how simple it is to find what I’m looking for.”
“I like how the community aspect works and following users is easy. It would be nice to have a way to bookmark or save favorite posts for later.”
Prerequisites:
Steps:
git clone https://github.com/gamer-connects/Project-UHConnect.git
cd Project-UHConnect
npm install
touch .env.local
Add values such as:
NEXT_PUBLIC_API_URL=<your-api-url>
NEXTAUTH_SECRET=<your-secret>
UHCDB_POSTGRES_PRISMA_URL=<your-postgres-connection-string>
UHCDB_POSTGRES_URL_NON_POOLING=<your-direct-postgres-url>
npx prisma migrate dev
npm run dev
http://localhost:3000
The application is automatically deployed through Vercel.
To deploy changes:
git add .
git commit -m "ready for deployment"
git push origin main
First-time deployment setup:
Project-UHConnect repositoryUHCDB_POSTGRES_PRISMA_URLUHCDB_POSTGRES_URL_NON_POOLINGNEXTAUTH_SECRETNEXTAUTH_URLAfter deployment, your live site will be available at:
https://project-uh-connect-wbxh.vercel.app
You can monitor deployment logs under the Deployments section in Vercel.