{"id":50511208,"url":"https://github.com/reazndev/github-chart-builder","last_synced_at":"2026-06-02T20:31:57.596Z","repository":{"id":324944218,"uuid":"1099183946","full_name":"reazndev/github-chart-builder","owner":"reazndev","description":"Tool to create your own unique GH contribution charts and use them to your liking","archived":false,"fork":false,"pushed_at":"2026-05-19T22:58:28.000Z","size":1174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T01:49:49.539Z","etag":null,"topics":["chart","contribution-graph","github"],"latest_commit_sha":null,"homepage":"http://gh.ruu.by/","language":"JavaScript","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/reazndev.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-18T17:14:10.000Z","updated_at":"2026-05-19T22:58:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/reazndev/github-chart-builder","commit_stats":null,"previous_names":["reazndev/github-chart-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reazndev/github-chart-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reazndev%2Fgithub-chart-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reazndev%2Fgithub-chart-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reazndev%2Fgithub-chart-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reazndev%2Fgithub-chart-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reazndev","download_url":"https://codeload.github.com/reazndev/github-chart-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reazndev%2Fgithub-chart-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33835766,"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-02T02:00:07.132Z","response_time":109,"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":["chart","contribution-graph","github"],"created_at":"2026-06-02T20:31:57.502Z","updated_at":"2026-06-02T20:31:57.590Z","avatar_url":"https://github.com/reazndev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003eGitHub Chart Builder\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/favicon.png\" width=\"100\" alt=\"GitHub Chart Builder Logo\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eGenerate customizable SVG contribution charts for your portfolio or README.\u003c/strong\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gh.ruu.by\"\u003e\u003cimg src=\"https://img.shields.io/badge/website-gh.ruu.by-24292f\" alt=\"website\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/reazndev/github-chart-builder/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-24292f.svg\" alt=\"license\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nA simple tool to customize your GitHub contribution graph and generate a clean SVG image to embed in your portfolio or profile README. \n\n## Features\n\n- **Interactive Preview:** Type any GitHub username to see their graph instantly.\n- **Custom Themes:** Pick from built-in presets or configure custom Hex colors for active/inactive days.\n- **Tweak Everything:** Adjust months (1-48), box sizes, cell spacing, and border radius.\n- **Unified \u0026 Containerized:** Single React + Node application with simple Docker/Compose setup.\n\n## Query Options\n\nThe backend handles parameters directly via URL queries, including:\n\n- `months` (1-48)\n- `boxSize` (pixel dimension of grid cells)\n- `boxSpacing` (pixel spacing between grid cells)\n- `borderRadius` (border curves for grid cells)\n- `inactiveColor` (hex code for zero contribution days)\n- `minActivityColor` (hex code for low contribution days)\n- `maxActivityColor` (hex code for high contribution days)\n- `showLabels` (boolean flag to toggle month listings)\n- `labelColor` (hex code for month labels)\n\n---\n\n## Screenshots\n\n\u003cimg width=\"1316\" height=\"1023\" alt=\"image\" src=\"https://github.com/user-attachments/assets/11e89580-922e-4a75-9eef-e196f6c9967f\" /\u003e\n\n---\n\n## Local Development\n\nTo run the application locally, you will need a personal GitHub access token (minimal `read:user` scope).\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/reazndev/github-chart-builder.git\n   cd github-chart-builder\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Setup environment variables:\n   Copy `.env.example` to `.env` and fill in your GITHUB_TOKEN:\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Launch in development mode:\n   ```bash\n   npm run dev\n   ```\n   *Runs both Vite and Express concurrently. Open `http://localhost:5173` to view the app.*\n\n---\n\n## Production \u0026 Docker Deployment\n\nTo build and host using Docker Compose:\n\n1. Copy `.env.example` to `.env` and specify your `GITHUB_TOKEN` (required for querying public contribution graphs). If you want to support private repositories via GitHub OAuth2, also configure `GITHUB_CLIENT_ID`, `GITHUB_CLIENT_SECRET`, `GITHUB_REDIRECT_URI`, and a secure `ENCRYPTION_KEY`.\n2. Spin up the container stack:\n   ```bash\n   docker compose up -d\n   ```\n   *The container exposes port `8030`, serving both the API endpoints and the optimized built frontend assets.*\n\n\n---\n\n## Contributing\n\nFeel free to open an issue or submit a pull request if you run into bugs or have layout improvements to share!\n\n## Contributors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/reazndev\"\u003e\n        \u003cimg src=\"https://github.com/reazndev.png\" width=\"80px\" alt=\"Reazn\"/\u003e\n        \u003cbr /\u003e\u003csub\u003e\u003cb\u003eReazn\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\u003csub\u003eAuthor\u003c/sub\u003e\n        \u003cbr /\u003e\u003csub\u003e@reazndev\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## License\n\nThis project is MIT licensed — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freazndev%2Fgithub-chart-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freazndev%2Fgithub-chart-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freazndev%2Fgithub-chart-builder/lists"}