riggraz / Astuto
Licence: gpl-3.0
A free, open source, self-hosted customer feedback tool 🦊
Stars: ✭ 860
Programming Languages
ruby
36898 projects - #4 most used programming language
Projects that are alternatives of or similar to Astuto
full-stack-web-developer
🔥 Roadmap to become a Full Stack Web Developer. What? Why? How?
Stars: ✭ 76 (-91.16%)
Mutual labels: roadmap, ruby-on-rails
clearflask
Listen to your users during product development with ClearFlask
Stars: ✭ 109 (-87.33%)
Mutual labels: roadmap, feedback
Logchimp
Track your customers feedback to build better products with LogChimp
Stars: ✭ 139 (-83.84%)
Mutual labels: feedback, roadmap
product
Public feedback and ideation discussions for Meilisearch product 🔮
Stars: ✭ 26 (-96.98%)
Mutual labels: roadmap, feedback
Type scopes
Automatic scopes for ActiveRecord models.
Stars: ✭ 24 (-97.21%)
Mutual labels: ruby-on-rails
Yunohost
YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.
Stars: ✭ 832 (-3.26%)
Mutual labels: self-hosted
Filterrific
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
Stars: ✭ 810 (-5.81%)
Mutual labels: ruby-on-rails
Self Hosted Ssb
self-hosted Secure Scuttlebutt web client
Stars: ✭ 25 (-97.09%)
Mutual labels: self-hosted
Orbital
Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
Stars: ✭ 22 (-97.44%)
Mutual labels: self-hosted
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+4.07%)
Mutual labels: ruby-on-rails
Hackathon Manager
All-in-one platform for hackathon registration & logistics.
Stars: ✭ 24 (-97.21%)
Mutual labels: ruby-on-rails
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-99.42%)
Mutual labels: feedback
Activejob Scheduler
A background job scheduler for any queue backend
Stars: ✭ 24 (-97.21%)
Mutual labels: ruby-on-rails
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-97.91%)
Mutual labels: self-hosted
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
- Boards, to divide different types of feedback
- Roadmap, to let your users know what you're working on
- Comments, to discuss with your customers
- Notifications, to inform post owner of comments
- Feedback labels, to inform about the state of a certain feedback
- Feedback updates, to notify your users with news regarding a certain feedback
- Completely customizable (i.e. you can add/edit/remove as many boards, feedback statuses as you want; you can configure the roadmap the way you want; etc.)
- Admin panel (multiple admins/moderators allowed)
- Dark mode
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.
- Ensure that you have the required software installed.
- 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
.
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
. - You can always run
script/docker-update-and-run.sh
if unsure whether you should update or not. However, please note thatscript/docker-update-and-run.sh
takes more time to run thanscript/docker-run.sh
. - If you changed some environment variables in
.env
you have to restart the instance for these changes to take effect.
Contributing
Astuto is licensed under the GNU GPLv3 license. You are welcome to contribute:
- Join the Discord channel to get in touch.
- You can find a todo list of what we would like to work on right now.
- You should take a look at the contribution guidelines.
- You should take a look at the technologies used to build Astuto.
- You can run the test suite by typing
rspec
inside theweb
container. Before you can runrspec
, you need to uncomment the Google Chrome installation lines indocker/app/Dockerfile
and run./script/docker-update-and-run.sh
. - If you just have some suggestions you can create an issue, email us directly or text us in our Discord server.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].