{"id":50288536,"url":"https://github.com/codewithveek/hackhost","last_synced_at":"2026-05-28T04:04:02.201Z","repository":{"id":184552261,"uuid":"667444433","full_name":"codewithveek/hackhost","owner":"codewithveek","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-07T02:02:18.000Z","size":804,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-04T14:37:16.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hackhost-alpha.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithveek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-17T14:13:44.000Z","updated_at":"2023-07-28T22:06:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca03238b-397a-4ce6-91d9-ffbd4ea38976","html_url":"https://github.com/codewithveek/hackhost","commit_stats":null,"previous_names":["lucky-victory/hackhost","darkcodewrangler/hackhost","codewithveek/hackhost"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithveek/hackhost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithveek%2Fhackhost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithveek%2Fhackhost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithveek%2Fhackhost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithveek%2Fhackhost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithveek","download_url":"https://codeload.github.com/codewithveek/hackhost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithveek%2Fhackhost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33593411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-28T04:04:01.451Z","updated_at":"2026-05-28T04:04:02.187Z","avatar_url":"https://github.com/codewithveek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackHost\n## Inspiration\nThe inspiration behind HackHost came from the realization that there were no open-source alternatives for hosting hackathons, sparked by TiDB's idea list. We aimed to fill this gap and empower organizers to effortlessly manage hackathon events.\n\n## What it does\nHackHost is an open-source platform that simplifies hackathon hosting. It offers a user-friendly interface built with chakra-ui, Next.js, Prisma, and TiDB Serverless. The app provides seamless authentication using next-auth.js, cloudinary for asset management, and Redux Toolkit for state management. Organizers can create, customize, and manage hackathons, while participants can easily register, form teams, and submit projects.\n\n## How we built it\nHackHost was meticulously crafted using Next.js 13, making the most of Prisma's ease of use, and the rapid development capabilities of chakra-ui library. We learned to navigate and leverage these tools effectively to create a robust platform.\n\n## Challenges we ran into\nDuring development, we encountered challenges with Next.js 13's app directory setup, requiring 'use client' inclusion in all pages for chakra-ui components to function correctly. However, we persevered, finding effective solutions to ensure a seamless user experience.\n\n## Accomplishments that we're proud of\nWe are immensely proud of successfully creating an open-source hackathon hosting platform that fills a crucial void in the hackathon community. Learning to utilize Prisma for the first time was a significant achievement, enabling us to build a solid foundation for HackHost. Moreover, mastering the chakra-ui library allowed us to develop applications faster and with exceptional design.\n\n## What we learned\nThroughout the development journey, we learned the power of Prisma's simplicity and effectiveness, which greatly contributed to the success of HackHost. Additionally, chakra-ui proved to be a game-changer, enhancing the overall user experience and speeding up the application development process.\n\n## What's next for HackHost\nLooking ahead, we plan to enhance HackHost further by implementing email notifications for users, introducing a user connection feature with the ability to follow others, and creating a comprehensive dashboard for organizers to gain deeper insights into their hackathons. The journey has just begun, and we are excited to continue refining HackHost based on valuable feedback and contributions from the community.\n\n\n# Try it out\nTo run HackHost locally, the following environment variables are required\n\nFor TiDB Connection you can provide\n```sh\nTIDB_HOST=\u003cYOUR TiDB HOST\u003e\nTIDB_PORT=\u003cYOUR TiDB PORT\u003e\nTIDB_USER=\u003cYOUR TiDB USER\u003e\nTIDB_PASSWORD=\u003cYOUR TiDB PASSWORD\u003e\nTIDB_DB_NAME=\u003cYOUR DATABASE NAME\u003e\nSSL_FLAGS=pool_timeout=60\u0026sslaccept=accept_invalid_certs\n```\nor a Database URL \n```sh\nDATABASE_URL=\u003c=mysql://\u003cTiDB_USER\u003e:\u003cTiDB_PASSWORD\u003e@\u003cTiDB_HOST\u003e:\u003cTiDB_PORT\u003e/\u003cDB_NAME\u003e?sslaccept=accept_invalid_certs\n\u003e\n```\nIn other to upload images, you will need to provide the following:\n```sh\nNEXT_PUBLIC_CLOUDINARY_CLOUDNAME=\u003cyour cloudinary cloud name\u003e\nNEXT_PUBLIC_CLOUDINARY_PRESET=\u003cyour cloudinary preset\u003e\n```\nThen for authentication, provide the following\n```sh\nNEXTAUTH_SECRET=\u003cA SECRET HERE\u003e\nGITHUB_CLIENT_ID=\u003cGITHUB CLIENT ID HERE\u003e\nGITHUB_CLIENT_SECRET=\u003cGITHUB CLIENT SECRET HERE\u003e\nGOOGLE_CLIENT_ID=\u003cGOOGLE CLIENT SECRET ID\u003e\nGOOGLE_CLIENT_SECRET=\u003cGOOGLE CLIENT SECRET HERE\u003e\nNEXTAUTH_URL=http://localhost:3000\n```\n\n## Run the app\nOnce you have setup you environment variables\n\nRun the following commands.\n```sh\nnpm install\nnpm run prisma:gen\nnpm run dev\n```\nYour application should be up and running on http://localhost:3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithveek%2Fhackhost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithveek%2Fhackhost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithveek%2Fhackhost/lists"}