From bb7d3e8218a1dc763d7027a28001ff866db3b565 Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:19:09 +0100 Subject: [PATCH] Update README.md (#453) Add features section to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bddfb477..b8e45f17 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Astuto is an open source customer feedback tool. It helps you collect, manage an +## Features + +- **Roadmap**: show users what you're working on +- **Simple Sign In**: let users log in with email or any OAuth2 provider +- **Webhooks**: integrate with your existing tools (e.g. Jira, Trello, Slack) +- **API**: programmatically manage your feedback space with our REST API +- **Moderation Queue**: decide whether to show new feedback immediately or request approval +- **Anonymous Feedback**: enable unregistered users to publish feedback +- **... and more**: invitation system, brand customization, recap emails for administrators, private site settings, and more! + ## Get started ### Hosted @@ -73,7 +83,7 @@ volumes: ## Documentation -Check out [docs.astuto.io](https://docs.astuto.io/) to learn how to deploy Astuto, configure custom OAuth providers, customize appearance and more! +Check out [docs.astuto.io](https://docs.astuto.io/) to learn how to deploy Astuto, configure custom OAuth providers and webhooks, use our REST API and more! ## Contributing