/index-chat

Index Chat is a chat application that is built on top of Indexes. It provides best-designed chat experience for your users.

Primary LanguageTypeScriptMIT LicenseMIT

About Index Chat

Index Chat is a chat application that is built on top of Indexes. It provides best-designed chat experience for your users.

Table of contents

  1. Features
  2. Screenshots
  3. Getting started
  4. Contributing
  5. License

Features

  • 100% TypeScript: Index Chat is written in TypeScript
  • Fully customizable: You can customize the look and feel of the chat
  • No dependencies: Index Chat has no dependencies except Hero Icons
  • User-friendly chatting experience: Index Chat is designed to be user-friendly
  • Unit Tests: Index Chat has unit tests
  • Event streaming

Screenshots

Index Chat Index Chat

Getting started

Import and Initialize

import {IndexChat} from "@/components/chat";

export default function Home() {
    return (
        <div>
            <IndexChat/>
        </div>
    )
}

Contributing

All contributions are welcome. If you would like to contribute to this project, feel free to submit pull requests. Prior to making significant changes, I recommend opening an issue to discuss the changes.

License

This project is licensed under the MIT license. For more information, refer to the LICENSE file.