Skip to content

Website for OmniChat - A universal API that unifies multiple AI models into a single powerful interface. Built with React and TailwindCSS.

License

Notifications You must be signed in to change notification settings

OmniChatAI/website

Repository files navigation

OmniChat Website

The official website for OmniChat - a powerful universal API that brings together multiple AI models in one unified interface.

Tech Stack

  • React
  • TailwindCSS
  • Node.js
  • PostCSS

Getting Started

Prerequisites

Before running the website locally, you'll need:

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the Repository:

    git clone https://github.com/chaitanyarahalkar/omnichat.git
    cd omnichat
  2. Install Dependencies:

    npm install
    # or
    yarn install
  3. Start Development Server:

    npm run dev
    # or
    yarn dev

    The website will be available at http://localhost:3000

  4. Build for Production:

    npm run build
    # or
    yarn build

Project Structure

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

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

Website for OmniChat - A universal API that unifies multiple AI models into a single powerful interface. Built with React and TailwindCSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published