{"id":50503192,"url":"https://github.com/Hacksore/oghunt","last_synced_at":"2026-06-19T07:00:36.981Z","repository":{"id":253869042,"uuid":"827838818","full_name":"Hacksore/oghunt","owner":"Hacksore","description":"oghunt uses AI to remove the AI listings from Product Hunt launches  ","archived":false,"fork":false,"pushed_at":"2026-01-24T04:04:40.000Z","size":3177,"stargazers_count":68,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-11T00:26:01.312Z","etag":null,"topics":["ai-slop","no-ai","producthunt"],"latest_commit_sha":null,"homepage":"https://oghunt.com","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/Hacksore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["Hacksore"],"buy_me_a_coffee":["Hacksore"]}},"created_at":"2024-07-12T13:40:48.000Z","updated_at":"2026-05-15T21:21:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e591047-af13-4b25-aa83-2dbfc64f9b5e","html_url":"https://github.com/Hacksore/oghunt","commit_stats":null,"previous_names":["hacksore/oghunt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hacksore/oghunt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacksore","download_url":"https://codeload.github.com/Hacksore/oghunt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34520431,"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-06-19T02:00:06.005Z","response_time":61,"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":["ai-slop","no-ai","producthunt"],"created_at":"2026-06-02T13:30:32.505Z","updated_at":"2026-06-19T07:00:36.967Z","avatar_url":"https://github.com/Hacksore.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Hacksore","https://buymeacoffee.com/[\"Hacksore\"]"],"categories":["Starter Stacks"],"sub_categories":["Frontend / UI / Product Design"],"readme":"# oghunt\n\noghunt uses AI to remove the AI listings from today's Product Hunt launches.\n\n![image](https://github.com/user-attachments/assets/28118c37-06df-4081-9504-cac4f18c7c76)\n\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `web`: a [Next.js](https://nextjs.org/) app powering oghunt\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [Biome](https://biomejs.dev/) for code linting and formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Development\n\nThis is what you need to get up and running\n\n1. Create a ProductHunt account. Then, go to your [API Dashboard](https://www.producthunt.com/v2/oauth/applications). Afterwards, create an application. Set the redirect URI to `https://localhost:3000` for local development purposes. Then, generate a `Developer Token`.\n\n2. Generate a Gemini API key:\n   - Go to [Google AI Studio](https://aistudio.google.com/apikey)\n   - Create a new API key\n   - Copy the key for use in your environment variables\n\n3. Create a `.env` file similar to [.env.example](/.env.example) with the following variables:\n   - `CRON_SECRET`: Set to whatever you'd like locally\n   - `DATABASE_URL`: Set to `\"postgresql://dev:dev@localhost:5432/oghunt\"`\n   - `GEMINI_API_KEY`: Your Gemini API key from step 2\n   - `PRODUCTHUNT_TOKEN`: Your ProductHunt Developer Token from step 1\n\n4. Start the database:\n```\ndocker compose up -d\n```\n\n5. With the docker container running in the background, install dependencies and set up the database:\n   - `pnpm i`\n   - `pnpm db:push` (only needed once to push these changes to the local DB)\n   - `pnpm dev`\n\n6. Seed the database:\n   - Send a GET request to `http://localhost:3000/api/ingest-posts`\n   - Include the header: `Authorization: Bearer CRON_SECRET` where `CRON_SECRET` matches your `.env` value\n\nPlease feel free to check out our [architecture diagram](./public/og-hunt-diagram.excalidraw) in Excalidraw.\n\n## Team\n\n- Lead Developer: [Pizza](https://github.com/RossLitzenberger)\n- Product Owner: [Pati](https://typehero.dev/)\n- Project Manager: [Hacksore](https://github.com/Hacksore)\n- Senior Lead Developer: [Jim](https://github.com/JoshHyde9)\n- Tech Consultant: [Trash](https://github.com/bautistaaa)\n- Algorithm Specialist: [🐝](https://github.com/ArcherScript)\n- Database Engineer: [Overclock](https://github.com/LucFauvel)\n- Knows HTML: [Chad](https://github.com/chadstewart)\n- Lead 404 Engineer: [Shane](https://github.com/swalker326)\n- Lead UI/UX Engineer: [Boston](https://github.com/BostonRohan)\n- System Architect: [Max](https://github.com/maxdemaio)\n- Data Scientist: [TypeSafe](https://github.com/typesafeui)\n- Data Visualization: [Nathan](https://github.com/nathanroark)\n- Senior Lead Frontend Developer: [Jean](https://github.com/Kampouse)\n- Human Resources: [Metalface](https://github.com/metal-face)\n- Scrum Leader: [Aodhan](https://github.com/MVAodhan)\n- 👑✨💅 Our Glorious Lead Tailwind Engineer: [PicklNik](https://github.com/picklenik)\n- Civil Engineering Lead: [Mark](https://github.com/markkhoo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHacksore%2Foghunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHacksore%2Foghunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHacksore%2Foghunt/lists"}