{"id":50935398,"url":"https://github.com/pakhmutov/code-review-assistant","last_synced_at":"2026-06-17T08:30:33.105Z","repository":{"id":358744471,"uuid":"1241788988","full_name":"pakhmutov/code-review-assistant","owner":"pakhmutov","description":"AI-powered code review tool. Paste a snippet — get streamed feedback across Bugs, Improvements, Security, and Code Style.","archived":false,"fork":false,"pushed_at":"2026-05-18T23:27:44.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T23:53:08.950Z","etag":null,"topics":["ai","code-review","gemini","nextjs","react","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://code-review-assistant-vp.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/pakhmutov.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":"2026-05-17T20:19:57.000Z","updated_at":"2026-05-18T23:27:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pakhmutov/code-review-assistant","commit_stats":null,"previous_names":["pakhmutov/code-review-assistant"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pakhmutov/code-review-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakhmutov%2Fcode-review-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakhmutov%2Fcode-review-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakhmutov%2Fcode-review-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakhmutov%2Fcode-review-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pakhmutov","download_url":"https://codeload.github.com/pakhmutov/code-review-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakhmutov%2Fcode-review-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34441282,"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-17T02:00:05.408Z","response_time":127,"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":["ai","code-review","gemini","nextjs","react","typescript","vercel"],"created_at":"2026-06-17T08:30:32.335Z","updated_at":"2026-06-17T08:30:33.099Z","avatar_url":"https://github.com/pakhmutov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Review Assistant\n\n![CI](https://github.com/pakhmutov/code-review-assistant/actions/workflows/ci.yml/badge.svg)\n![Next.js](https://img.shields.io/badge/Next.js-16-black?logo=next.js)\n![TypeScript](https://img.shields.io/badge/TypeScript-5-3178c6?logo=typescript\u0026logoColor=white)\n![Vercel](https://img.shields.io/badge/Deployed_on-Vercel-black?logo=vercel)\n![License](https://img.shields.io/badge/License-MIT-green)\n\nAI-powered code review in your browser. Paste a snippet, get structured feedback across four categories — streamed in real time.\n\n**[Live →](https://code-review-assistant-vp.vercel.app)**\n\n![preview](public/preview.png)\n\n---\n\n## What it does\n\n- Paste code and select a language\n- Review streams back via Gemini 2.5 Flash with animated category status\n- Four categories: **Bugs**, **Improvements**, **Security**, **Code Style**\n- Copy results, paste from clipboard, browse last 10 reviews from history\n- Rate limited at 10 requests/min per IP\n\n## Stack\n\n| Layer | Tech |\n|---|---|\n| Framework | Next.js 16 (App Router) |\n| Language | TypeScript |\n| Styles | SCSS (CSS Modules) |\n| AI | Gemini 2.5 Flash Lite |\n| Rate limiting | Upstash Redis |\n| Deploy | Vercel |\n\n## Running locally\n\n```bash\nnpm install\ncp .env.example .env.local\n# fill in the env vars\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000).\n\n## Environment variables\n\n```env\nGEMINI_API_KEY=            # Google AI Studio\nNEXT_PUBLIC_APP_URL=       # your deployment URL (used for OG image)\nUPSTASH_REDIS_REST_URL=    # Upstash Redis URL\nUPSTASH_REDIS_REST_TOKEN=  # Upstash Redis token\n```\n\nGet a free Gemini key at [aistudio.google.com](https://aistudio.google.com).  \nGet free Upstash Redis at [upstash.com](https://upstash.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakhmutov%2Fcode-review-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpakhmutov%2Fcode-review-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakhmutov%2Fcode-review-assistant/lists"}