Open Source Helpdesk
frappedesk.com
FrappeDesk offers an easy setup, clean user interface, and automation tools to resolve customer issues efficiently. It is based on Frappe Framework. It lets you streamline your company's support and helps you to efficiently manage your customer queries. It can help you to,
- Create tickets from email or help center
- Empower customers with a comprehensive knowledge base and self-service portal
- Automate redundant tasks like agent assignment and set up triggers to notify agents and customers based on certain events
To setup the repository locally follow the steps mentioned below:
- Install bench and setup a
frappe-bench
directory by following the Installation Steps - Start the server by running
bench start
- In a separate terminal window, create a new site by running
bench new-site frappedesk.test
- Map your site to localhost with the command
bench --site frappedesk.test add-to-hosts
- Get the Frappe Desk app. Run
bench get-app https://github.com/frappe/desk
- Run
bench --site frappedesk.test install-app frappedesk
. - Now open the URL
https://frappedesk.test:8000/frappedesk
in your browser, you should see the app running
There are many ways you can contribute even if you don't code:
- You can start by giving a star to this repository!
- If you find any issues, even if it is a typo, you can raise an issue to inform us.
- You can join our telegram group and share your thoughts.