Skip to content
/ web Public

Web client for interacting with the Kodus AI API.

License

Notifications You must be signed in to change notification settings

kodustech/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koduslogo

Website · Community · Docs · Try Kodus Cloud »

Github Stars License

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:
git clone https://github.com/kodustech/kodus-web.git
cd kodus-web
  1. Build and start the containers:
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!