{"id":22646772,"url":"https://github.com/grenish/git-me-up","last_synced_at":"2026-04-04T16:31:59.430Z","repository":{"id":243016607,"uuid":"807963231","full_name":"Grenish/git-me-up","owner":"Grenish","description":"Git Me Up is an innovative online tool designed to help you craft stunning and professional README files for your GitHub profile.","archived":false,"fork":false,"pushed_at":"2025-01-04T21:19:49.000Z","size":234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T19:25:07.843Z","etag":null,"topics":["html","javascript","nextui","react","readme","readme-generator","readme-profile","tailwindcss","typescript","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://git-me-up.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/Grenish.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}},"created_at":"2024-05-30T05:50:16.000Z","updated_at":"2025-01-04T21:19:53.000Z","dependencies_parsed_at":"2024-12-09T07:39:41.305Z","dependency_job_id":null,"html_url":"https://github.com/Grenish/git-me-up","commit_stats":null,"previous_names":["grenish/git-me-up"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grenish%2Fgit-me-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grenish%2Fgit-me-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grenish%2Fgit-me-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grenish%2Fgit-me-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grenish","download_url":"https://codeload.github.com/Grenish/git-me-up/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246150411,"owners_count":20731419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["html","javascript","nextui","react","readme","readme-generator","readme-profile","tailwindcss","typescript","vercel","vercel-deployment"],"created_at":"2024-12-09T07:28:57.624Z","updated_at":"2025-12-30T23:18:50.363Z","avatar_url":"https://github.com/Grenish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Me Up\n\n**Git Me Up** is a modern, minimal, and professional GitHub profile `README` generator. It’s designed to make your profile stand out without unnecessary clutter—updated, aesthetic, and tailored for developers who value simplicity and functionality.\n\n---\n\n## Why Git Me Up\n\nUnlike other generic GitHub README generators, **Git Me Up** emphasizes:\n\n* **Modern and Minimal Design:** Clean, professional output without unnecessary fluff.\n* **AI-Powered Bio Generation:** Create personalized, engaging bios effortlessly.\n* **Dynamic GitHub Stats:** Real-time, visually appealing metrics for your profile.\n* **Extensive Tech Icons Library:** Showcase your tech stack with high-quality SVG icons.\n* **Customizable Themes:** Dark/light mode and multiple fonts for a cohesive look.\n* **API-First Approach:** Integrate directly into your workflow or projects.\n\n---\n\n## Key Features\n\n* **AI Bio Generation:** Uses Google Gemini to generate professional bios from your GitHub profile.\n* **Dynamic GitHub Stats Cards:** Generate live SVG cards displaying stars, repos, contributions, and streaks.\n* **Tech Stack Icons:** Access over 300 normalized SVG icons for popular languages, frameworks, and tools.\n* **Customization:** Easily adjust themes, fonts, and card types to match your profile aesthetic.\n* **API-Ready:** Fully accessible API for embedding all features in your projects or applications.\n\n---\n\n## Tech Stack\n\n* **Framework:** Next.js 15 (App Router)\n* **Language:** TypeScript\n* **AI Model:** Google Gemini Flash (`@ai-sdk/google`)\n* **Dynamic SVG Generation:** [Satori](https://github.com/vercel/satori)\n* **Data Source:** GitHub API\n\n---\n\n## API Documentation\n\n### 1. AI Bio Generation API\n\nGenerate a professional bio from a GitHub profile.\n\n**Endpoint:**\n\n```\nPOST /api/generate\n```\n\n**Request Body (JSON):**\n\n| Parameter   | Type   | Required | Description                     |\n| ----------- | ------ | -------- | ------------------------------- |\n| `githubUrl` | string | Yes      | Full URL of the GitHub profile. |\n\n---\n\n### 2. Dynamic GitHub Stats Card API\n\nGenerate a customizable, real-time SVG card for your GitHub stats or streaks.\n\n**Endpoint:**\n\n```\nGET /api/github/stats\n```\n\n**Query Parameters:**\n\n| Parameter  | Type   | Required | Default      | Description                                                 |\n| ---------- | ------ | -------- | ------------ | ----------------------------------------------------------- |\n| `username` | string | Yes      | —            | GitHub username to display stats for.                       |\n| `type`     | string | No       | `stats`      | Card type: `stats` (Total Stars, Public Repos) or `streak`. |\n| `theme`    | string | No       | `dark`       | Visual theme: `dark` or `light`.                            |\n| `font`     | string | No       | `montserrat` | Font style: `montserrat` or `doto`.                         |\n\n---\n\n### 3. Tech Stack Icons API\n\nDirect access to SVG icons for over 300 technologies.\n\n**Endpoint:**\n\n```\nGET /\u003cicon-name\u003e.svg  (Proxied via /svg/)\n```\n\n**Usage Example:**\n\n```markdown\n\u003cimg src=\"https://git-me-up.vercel.app/svg/React.svg\" alt=\"React\" width=\"40\" height=\"40\"/\u003e\n\u003cimg src=\"https://git-me-up.vercel.app/svg/Tailwind-CSS.svg\" alt=\"Tailwind CSS\" width=\"40\" height=\"40\"/\u003e\n\u003cimg src=\"https://git-me-up.vercel.app/svg/Next.js.svg\" alt=\"Next.js\" width=\"40\" height=\"40\"/\u003e\n```\n\n**Available Icons (Examples):**\n\n* **Languages:** JavaScript, TypeScript, Python, C++, Go, Rust\n* **Frameworks/Libraries:** React, Next.js, Vue.js, Angular, Express\n* **Databases:** MongoDB, PostgreSQL, MySQL\n* **Tools \u0026 Platforms:** Docker, Kubernetes, Vercel, Figma\n* **Styling:** Tailwind CSS, Sass\n\n---\n\n## Roadmap\n\n* Expand GitHub stats SVG variations.\n* Redesign and enhance existing cards for better aesthetics.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrenish%2Fgit-me-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrenish%2Fgit-me-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrenish%2Fgit-me-up/lists"}