{"id":51129596,"url":"https://github.com/eyeblech/archivex","last_synced_at":"2026-06-25T11:00:58.571Z","repository":{"id":354802061,"uuid":"1225268856","full_name":"eyeblech/archivex","owner":"eyeblech","description":"archive.org web template ","archived":false,"fork":false,"pushed_at":"2026-04-30T06:38:37.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T07:18:56.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://archivex-ivory.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/eyeblech.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":null,"dco":null,"cla":null}},"created_at":"2026-04-30T05:42:51.000Z","updated_at":"2026-04-30T06:38:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eyeblech/archivex","commit_stats":null,"previous_names":["eyeblech/archivex"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eyeblech/archivex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Farchivex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Farchivex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Farchivex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Farchivex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyeblech","download_url":"https://codeload.github.com/eyeblech/archivex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyeblech%2Farchivex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34771664,"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-25T02:00:05.521Z","response_time":101,"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-06-25T11:00:57.749Z","updated_at":"2026-06-25T11:00:58.550Z","avatar_url":"https://github.com/eyeblech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🎬 ArchiveX\n\n\n![Next.js](https://img.shields.io/badge/Next.js_15-black?style=for-the-badge\u0026logo=next.js)\n\n\n[Live Demo](https://archivex-ivory.vercel.app/)\n\n\u003c/div\u003e\n\n---\n\n## 🚀 Quick Start — Use This as Your Own Archive Site\n\nThis project is a **template**. You can point it at **any Internet Archive account** \n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/eyeblech/archivex.git\ncd archivex\nnpm install\n```\n\n### 2. Find your Archive.org uploader email\n\nGo to any item you uploaded on archive.org, then run:\n\n```bash\ncurl \"https://archive.org/metadata/YOUR_ITEM_IDENTIFIER\" | python3 -m json.tool | grep uploader\n```\n\nIt will output something like:\n\n```json\n\"uploader\": \"yourname@gmail.com\"\n```\n\n### 3. Set your uploader\n\nOpen `src/lib/archive.ts` and change line 3:\n\n```ts\nconst UPLOADER = \"your@email.com\";\n```\n\nAlso update the Archive.org profile link in `src/components/ui/Navbar.tsx`:\n\n```tsx\n// Change this URL to your own archive.org profile\nhref=\"https://archive.org/details/@YOUR_USERNAME\"\n```\n\n### 4. Run locally\n\n```bash\nnpm run dev\n# Open http://localhost:3000\n```\n\n### 5. Deploy to Vercel\n\n```bash\n# Push to GitHub first\ngit add .\ngit commit -m \"my archive\"\ngit push\n\n# Then go to vercel.com → Import repo → Deploy\n# No environment variables needed\n```\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Farchivex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyeblech%2Farchivex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyeblech%2Farchivex/lists"}