{"id":34020829,"url":"https://github.com/kodustech/web","last_synced_at":"2026-02-06T14:34:34.880Z","repository":{"id":286887378,"uuid":"959427014","full_name":"kodustech/web","owner":"kodustech","description":"Web client for interacting with the Kodus AI API.","archived":false,"fork":false,"pushed_at":"2026-01-29T13:31:00.000Z","size":7608,"stargazers_count":13,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-29T14:39:41.227Z","etag":null,"topics":["ai-assistant","ai-code-generator","ai-code-review","nextjs","reactjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodustech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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-04-02T19:07:18.000Z","updated_at":"2026-01-29T13:31:04.000Z","dependencies_parsed_at":"2025-04-25T20:23:36.562Z","dependency_job_id":"4b528c4a-6954-4150-be15-449405b3e0e6","html_url":"https://github.com/kodustech/web","commit_stats":null,"previous_names":["kodustech/web"],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/kodustech/web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodustech%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodustech%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodustech%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodustech%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodustech","download_url":"https://codeload.github.com/kodustech/web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodustech%2Fweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-assistant","ai-code-generator","ai-code-review","nextjs","reactjs"],"created_at":"2025-12-13T15:26:36.735Z","updated_at":"2026-02-01T12:11:21.201Z","avatar_url":"https://github.com/kodustech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"koduslogo\" src=\"https://kodus.io/wp-content/uploads/2025/04/kodusweb.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kodus.io\" target=\"_blank\"\u003eWebsite\u003c/a\u003e\n  ·\n  \u003ca href=\"\" target=\"_blank\"\u003eCommunity\u003c/a\u003e\n  ·\n  \u003ca href=\"https://docs.kodus.io\" target=\"_blank\"\u003eDocs\u003c/a\u003e\n  ·\n  \u003ca href=\"https://app.kodus.io\" target=\"_blank\"\u003e\u003cstrong\u003eTry Kodus Cloud »\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://github.com/kodustech/web\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/kodustech/web\" alt=\"Github Stars\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://github.com/kodustech/web/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-AGPLv3-red\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eA modern, intuitive interface for managing your code reviews.\u003c/h3\u003e\n\n\u003cbr/\u003e\n\n## About Kodus Web\n\nKodus Web is the official web interface for Kodus, delivering a modern and intuitive experience for managing your code reviews. Built with cutting-edge technologies, it provides a seamless and responsive experience for all users.\n\n### Key Features\n\n- **Modern Interface** — Clean and intuitive design that makes navigation and review management a breeze\n- **Responsive Design** — Perfectly crafted for both desktop and mobile devices\n- **Dark Mode** — Eye-friendly dark theme for comfortable viewing\n- **API Integration** — Efficient communication with the Kodus backend\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- npm or yarn\n- Docker\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/kodustech/web.git\ncd web\n```\n\n2. Build and start the containers:\n\n```bash\nnpm run docker:build\nnpm run docker:start\n# or\nyarn docker:build\nyarn docker:start\n```\n\n## Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript\n- **Styling**:\n    - Tailwind CSS\n    - Radix UI\n    - Lucide React\n- **State Management**:\n    - React Query (TanStack Query)\n    - React Hook Form\n- **Authentication**: NextAuth.js\n- **Data Visualization**: Victory\n- **Development Tools**:\n    - ESLint\n    - Prettier\n    - TypeScript\n    - Docker\n\n## Contributing\n\nWe welcome contributions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodustech%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodustech%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodustech%2Fweb/lists"}