All Projects → riggraz → Astuto

riggraz / Astuto

Licence: gpl-3.0
A free, open source, self-hosted customer feedback tool 🦊

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
Feedback
📣 We love feedback ✨
Stars: ✭ 15 (-98.26%)
Mutual labels:  feedback, roadmap
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
Xuanxuan
xuanxuan is an open source IM resolution.
Stars: ✭ 893 (+3.84%)
Mutual labels:  self-hosted
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
Interview
python, golang, devops 基础知识、 系统设计、后端开发路线图
Stars: ✭ 921 (+7.09%)
Mutual labels:  roadmap
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
Devmap
A Simple tool to organize my roadmaps.
Stars: ✭ 16 (-98.14%)
Mutual labels:  roadmap
Roadmap nlp
Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等
Stars: ✭ 25 (-97.09%)
Mutual labels:  roadmap
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
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+4.77%)
Mutual labels:  self-hosted
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

GitHub GitHub last commit
Astuto - An open source customer feedback tool 🦊 | Product Hunt Embed



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

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.

  1. Ensure that you have the required software installed.
  2. Clone this repository.
  3. 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).
  4. Run script/docker-update-and-run.sh.
  5. 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 run script/docker-update.sh and then script/docker-run.sh. You can run them together with script/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 that script/docker-update-and-run.sh takes more time to run than script/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:

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].