Description
Astuto is an open source customer feedback tool. It helps you collect, manage and prioritize feedback from your customers, so you can build a better product.
Astuto alternatives and similar software solutions
Based on the "Polls and Events" category.
Alternatively, view Astuto alternatives based on common mentions on social networks and blogs.
-
LimeSurvey
🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. -
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups -
JD Esurvey
DISCONTINUED. JD eSurvey is an open source enterprise survey web application written in Java and based on the Spring Framework. Check out the tutorial videos to find out more about the application features. -
Booked
A web-based calendar and resource scheduling system that allows administered management of reservations on any number of resources. -
Framadate
An online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Astuto or a related project?
Popular Comparisons
README
Try the demo out To login as administrator:email: [email protected] | pass: password
What is Astuto?
Astuto is a free, open source, self-hosted customer feedback tool. It helps you collect, manage and prioritize feedback from your users. It has been heavely inspired by Canny.io ("astuto", indeed, is the italian translation of the word "canny").
Features
- Collect and manage feedback
- Create custom boards and statuses, to better organize feedback
- Customize your roadmap, to let your users know what you're working on
- Many more...
Requirements
- Docker (installation instructions)
- Docker Compose (installation instructions)
Installation
Note: it is strongly suggested to run Astuto on Linux or macOS. As of today, Windows is likely to cause problems. If you want to try anyway, follow along with the Windows users installation guide.
Manual (for development)
- Clone this repository.
- In Astuto's root directory, create a file named
.env
and fill it with the required environment variables (see.env-example
for an example and check this wiki page for an explanation of the variables). - Run
script/docker-update-and-run.sh
. - You should now have a running instance of Astuto at
localhost:3000
. A default user account has been created with credentials email:[email protected]
, password:password
.
Using DockerHub image (fastest)
Coming soon!
Post-installation notes
- If you run into any problems take a look at the common problems page.
- When you want to launch Astuto you have to run
script/docker-run.sh
. If you installed new gems, packages or updated the database schema, you first need to runscript/docker-update.sh
and thenscript/docker-run.sh
. You can run them together withscript/docker-update-and-run.sh
. - If you changed some environment variables in
.env
you have to restart the instance for these changes to take effect.
Contributing
You are welcome to contribute:
- Read our contributing guidelines
- Join the Discord channel to get in touch
A huge thank you to all people who contributed:
*Note that all licence references and agreements mentioned in the Astuto README section above
are relevant to that project's source code only.