{"id":43358845,"url":"https://github.com/neuwcodebox/starseekers","last_synced_at":"2026-02-02T03:26:00.333Z","repository":{"id":325391513,"uuid":"1100226688","full_name":"neuwcodebox/starseekers","owner":"neuwcodebox","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-14T09:05:35.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-16T13:17:22.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://starseekers-web.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/neuwcodebox.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-20T02:19:32.000Z","updated_at":"2025-12-14T09:05:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/neuwcodebox/starseekers","commit_stats":null,"previous_names":["neuwcodebox/starseekers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuwcodebox/starseekers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseekers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseekers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseekers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseekers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuwcodebox","download_url":"https://codeload.github.com/neuwcodebox/starseekers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuwcodebox%2Fstarseekers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29003223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"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-02-02T03:25:58.231Z","updated_at":"2026-02-02T03:26:00.326Z","avatar_url":"https://github.com/neuwcodebox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starseekers\n\nStarseekers is a Next.js application that embeds your starred GitHub repositories and lets you run semantic search across them. It uses OpenAI embeddings and a Pinecone vector index to stay lightweight and fast.\n\n## Features\n- Sign in with GitHub OAuth to obtain a user token\n- Sync the starred repository list via the GitHub API and store embeddings in Pinecone\n- Hash description/topic/language to regenerate only changed items\n- Embed queries and search vectors within a per-user namespace\n- Single-page UI powered by NextAuth and the App Router\n\n## Environment variables\nSet the following values in `.env.local` (or similar):\n\n```\nGITHUB_ID=\u003cgithub oauth client id\u003e\nGITHUB_SECRET=\u003cgithub oauth client secret\u003e\nNEXTAUTH_SECRET=\u003crandom string\u003e\nNEXTAUTH_URL=http://localhost:3000\nOPENAI_API_KEY=\u003copenai key\u003e\nPINECONE_API_KEY=\u003cpinecone key\u003e\nPINECONE_INDEX=\u003cpinecone index name\u003e\n```\n\n## Local development\n```bash\nnpm install\nnpm run dev\n```\n\n- Call `/api/sync` to refresh embeddings for starred repositories.\n- Call `/api/search` to perform semantic search.\n- If `PINECONE_INDEX` is not set, the default index name `starseekers` is used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuwcodebox%2Fstarseekers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuwcodebox%2Fstarseekers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuwcodebox%2Fstarseekers/lists"}