Collaboration
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.
We offer a hosted solution, so you don't have to provision your own server. This is the easiest and fastest way to get started: you can sign up and start collecting feedback in a few minutes.
Start your 7-day free trial without entering any payment method, then it's 15 €/month with annual subscription or 20 €/month with monthly subscription. Learn more on astuto.io.
With the paid plan:
Read the Deploy with Docker instructions for the most comprehensive and up to date guide on installing and configuring Astuto.
What you find below are minimal instructions to get you started as quickly as possible:
docker-compose.yml
file with the following content:services:
db:
image: postgres:14.5
environment: &db-env
POSTGRES_USER: yourpostgresusername
POSTGRES_PASSWORD: yourpostgrespassword
volumes:
- dbdata:/var/lib/postgresql/data
web:
image: riggraz/astuto:latest
environment:
<<: *db-env
BASE_URL: http://yourwebsite.com
SECRET_KEY_BASE: yoursecretkeybase
ports:
- "3000:3000"
depends_on:
- db
volumes:
dbdata:
docker compose pull && docker compose up
admin@example.com
, password: password
.Check out docs.astuto.io to learn how to deploy Astuto, configure custom OAuth providers, customize appearance and more!
There are many ways to contribute to Astuto, not just coding. Proposing features, reporting issues, translating to a new language or improving documentation are a few examples! Please read our contributing guidelines to learn more.
Astuto logo and all image assets are credited here.
A huge thank you to code contributors