The official website for OmniChat - a powerful universal API that brings together multiple AI models in one unified interface.
- React
- TailwindCSS
- Node.js
- PostCSS
Before running the website locally, you'll need:
- Node.js (v16 or higher)
- npm or yarn
-
Clone the Repository:
git clone https://github.com/chaitanyarahalkar/omnichat.git cd omnichat -
Install Dependencies:
npm install # or yarn install -
Start Development Server:
npm run dev # or yarn devThe website will be available at
http://localhost:3000 -
Build for Production:
npm run build # or yarn build
omnichat/
├── public/ # Static files
├── src/ # Source code
│ ├── components/ # React components
│ ├── pages/ # Page components
│ └── styles/ # CSS styles
├── package.json # Dependencies and scripts
└── tailwind.config.js # Tailwind configuration
We welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.