Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

frappe/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6ff7fc · Nov 9, 2023
Aug 30, 2022
May 31, 2023
Nov 19, 2022
Jul 28, 2021
Jul 23, 2021
Jun 25, 2021
Nov 9, 2023
Sep 24, 2021
Jun 25, 2021
Jun 25, 2021
Oct 11, 2022

Repository files navigation

Project Status

This app is unmaintained. We recommend using Raven instead.



logotype

Frappe Chat

UI Tests

Modern Chat application for the Frappe ecosystem.

Supports Frappe version 13 and develop.

Table of Contents

Features

  1. Intuitive and modern UI/UX
  2. REST architecture
  3. Very lightweight
  4. Mobile First
  5. Guest and Admin view
  6. Dark mode support
  7. All functionalities of a chat app

Installation

  1. Get the app from the repository.

    bench get-app chat
    
  2. Install the app on your site.

    bench --site your-site.local install-app chat
    

Usage

  1. On the portal pages, the guest will be prompted with this view.

    Welcome View

  2. The guest will have to fill a form and after that they will be prompted to the chatting space.

    Form View

  3. You can click the message icon on the navbar to open the chat admin view.

    Guest View

  4. Click on any room and start chatting right away.

    Admin Chat

  5. Chat with any user on the site.

    Direct Room

  6. Create any private room.

    New Room

  7. You can configure the required application settings in chat settings doctype.

    Chat Settings

License

MIT