https://github.com/kodustech/web
Web client for interacting with the Kodus AI API.
https://github.com/kodustech/web
ai-assistant ai-code-generator ai-code-review nextjs reactjs
Last synced: 4 months ago
JSON representation
Web client for interacting with the Kodus AI API.
- Host: GitHub
- URL: https://github.com/kodustech/web
- Owner: kodustech
- License: other
- Created: 2025-04-02T19:07:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T13:31:00.000Z (4 months ago)
- Last Synced: 2026-01-29T14:39:41.227Z (4 months ago)
- Topics: ai-assistant, ai-code-generator, ai-code-review, nextjs, reactjs
- Language: TypeScript
- Homepage:
- Size: 7.26 MB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
Website
·
Community
·
Docs
·
Try Kodus Cloud »
A modern, intuitive interface for managing your code reviews.
## About Kodus Web
Kodus 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.
### Key Features
- **Modern Interface** — Clean and intuitive design that makes navigation and review management a breeze
- **Responsive Design** — Perfectly crafted for both desktop and mobile devices
- **Dark Mode** — Eye-friendly dark theme for comfortable viewing
- **API Integration** — Efficient communication with the Kodus backend
## Getting Started
### Prerequisites
- Node.js 18+
- npm or yarn
- Docker
### Installation
1. Clone the repository:
```bash
git clone https://github.com/kodustech/web.git
cd web
```
2. Build and start the containers:
```bash
npm run docker:build
npm run docker:start
# or
yarn docker:build
yarn docker:start
```
## Tech Stack
- **Framework**: Next.js 15
- **Language**: TypeScript
- **Styling**:
- Tailwind CSS
- Radix UI
- Lucide React
- **State Management**:
- React Query (TanStack Query)
- React Hook Form
- **Authentication**: NextAuth.js
- **Data Visualization**: Victory
- **Development Tools**:
- ESLint
- Prettier
- TypeScript
- Docker
## Contributing
We welcome contributions!