{"id":50738134,"url":"https://github.com/aftab-s/gitwrap-2025","last_synced_at":"2026-06-10T15:31:37.273Z","repository":{"id":323839241,"uuid":"1094216008","full_name":"aftab-s/gitwrap-2025","owner":"aftab-s","description":"GitHub year-in-review app that generates beautiful social cards for 2025 activity.","archived":false,"fork":false,"pushed_at":"2025-12-01T16:48:50.000Z","size":2490,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-04T00:37:30.413Z","etag":null,"topics":["2025","github","year-end"],"latest_commit_sha":null,"homepage":"https://gitwrap-2025.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aftab-s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-11-11T12:15:50.000Z","updated_at":"2025-12-02T12:39:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aftab-s/gitwrap-2025","commit_stats":null,"previous_names":["aftab-s/github-unwrapped-2025","aftab-s/gitwrap-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aftab-s/gitwrap-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftab-s%2Fgitwrap-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftab-s%2Fgitwrap-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftab-s%2Fgitwrap-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftab-s%2Fgitwrap-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aftab-s","download_url":"https://codeload.github.com/aftab-s/gitwrap-2025/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aftab-s%2Fgitwrap-2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34159249,"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-10T02:00:07.152Z","response_time":89,"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":["2025","github","year-end"],"created_at":"2026-06-10T15:31:35.772Z","updated_at":"2026-06-10T15:31:37.266Z","avatar_url":"https://github.com/aftab-s.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://gitwrap-2025.vercel.app\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg alt=\"GitWrap 2025 Banner\" src=\"public/images/banner-image.png\" style=\"width:100%;max-width:1000px;border-radius:8px;box-shadow:0 8px 30px rgba(2,6,23,0.3)\" /\u003e\n  \u003c/a\u003e\n\n  \u003cp style=\"margin-top:12px;font-size:18px;\"\u003eShowcase your 2025 GitHub contributions with a polished, customizable year-in-review card - themeable, concise, and ready to share.\u003c/p\u003e\n\u003c/div\u003e\n\n# GitWrap 2025\n\n\u003e Create a polished year-in-review card for your GitHub contributions and share it with your network.\n\nLive : https://gitwrap-2025.vercel.app\n\n## ✨ Highlights\n\n- **Personalized Stats:** Commits, PRs, Issues, and Reviews aggregated into one card.\n- **Multiple Themes:** Choose from several visually appealing layouts and color schemes.\n- **Shareable Export:** Export your card as an image for LinkedIn, Twitter, or personal sites.\n- **Fast \u0026 Lightweight:** Built with Vite + React and TypeScript for snappy UX.\n - **AI (Text Only):** Uses Gemini API for text generation. \n\n## 🚀 Quick Start (Development)\n\nThese steps get you running locally for development and testing.\n\n### Prerequisites\n\n- Node.js (v18+ recommended)\n- `npm` or `yarn`\n\n### Install \u0026 Run\n\n1. Clone the repo:\n\n```powershell\ngit clone https://github.com/aftab-s/gitwrap-2025.git\ncd gitwrap-2025\n```\n\n2. Install dependencies:\n\n```powershell\nnpm install\n```\n\n3. Add environment variables by creating a `.env.local` file in the project root:\n\n```env\nVITE_GEMINI_API_KEY=your_google_gemini_api_key\nVITE_GITHUB_APP_TOKEN=your_github_personal_access_token\n```\n\n4. Run the dev server:\n\n```powershell\nnpm run dev\n```\n\nThe development server runs on `http://localhost:3000` — open that URL after starting the server.\n\n## 🧩 Project Structure (Top-level)\n\n- `src/` — React components and app logic\n- `public/images/` — banner and imagery used in the README and app\n- `api/` — serverless endpoints\n\n## 🎯 Tips for a Great Card\n\n- Try different themes in the app to find the best contrast for sharing on social.\n- Use the `Export` option to download a image.\n\n## 🤝 Contributing\n\nContributions are welcome. Open an issue for discussion or submit a PR with your changes.\n\nShort checklist for PRs:\n\n- Update or add tests if applicable\n- Keep changes focused and documented\n\n## 🙏 Credits\n\nBuilt by the `GitWrap` contributors. Hosted on Vercel: https://gitwrap-2025.vercel.app\n\n## 👥 Contributors\n\nThis project is built and maintained by our amazing contributors. Thank you for your contributions!\n\n\u003ca href=\"https://github.com/aftab-s/gitwrap-2025/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=aftab-s/gitwrap-2025\" alt=\"Contributors\" /\u003e\n\u003c/a\u003e\n\n---\n\nHappy wrapping! 🎁","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faftab-s%2Fgitwrap-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faftab-s%2Fgitwrap-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faftab-s%2Fgitwrap-2025/lists"}