Website · Community · Docs · Try Kodus Cloud »
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.
- 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
- Node.js 18+
- npm or yarn
- Docker
- Clone the repository:
git clone https://github.com/kodustech/kodus-web.git
cd kodus-web
- Build and start the containers:
npm run docker:build
npm run docker:start
# or
yarn docker:build
yarn docker:start
- 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
We welcome contributions!