Astuto is an open-source customer feedback tool designed to help businesses collect, analyze, and manage suggestions from their users. Its main purpose is to provide a centralized platform where companies can gather ideas, understand customer needs, and prioritize what features to build next. As an open-source project, Astuto can be self-hosted, which gives companies complete control over their data and the application's environment. This makes it a popular choice for developers, startups, and businesses that prioritize data privacy and customization. The tool focuses on simplicity and transparency, offering features like public roadmaps and voting systems to keep customers engaged and informed about product development.
Astuto provides a focused set of features for effective feedback management.
Astuto's pricing model is based on its open-source nature.
Self-Hosted Plan: This is the primary offering and is completely free. You can download the Astuto software and host it on your own server. This plan includes all features without any limitations. The only costs are related to your own server infrastructure and the technical resources needed for setup and maintenance. It is ideal for users with technical expertise who want full control.
Managed Hosting: While not offered directly by the core project, third-party services may provide managed hosting for Astuto. These services would typically offer tiered pricing plans based on factors like the number of users, traffic, and level of support. Such plans are suited for businesses that want to use Astuto without managing the technical infrastructure themselves.
Yes, Astuto has a free plan. Because it is open-source software, the core product is entirely free to use when you host it yourself. The self-hosted version provides access to all features without any restrictions on the number of users, feedback posts, or boards. There is no trial period because the software itself is free forever. The main consideration for the free plan is the cost and effort of setting up and maintaining your own server.
Getting started with Astuto involves a few straightforward steps.
Pros:
Cons:
Astuto supports integrations with other applications primarily through webhooks, which offer great flexibility. You can configure webhooks to trigger actions in other tools when an event happens in Astuto.
Yes, Astuto provides a REST API for developers. The API allows you to programmatically interact with your feedback data, enabling you to build custom integrations, automate tasks, and pull data into other systems. Since Astuto is self-hosted, you can generate an API key from within the admin settings of your own instance. There is no cost to use the API.
Here is a basic example of how to fetch feedback posts using the API with cURL:
# Replace YOUR_ASTUTO_URL and YOUR_API_KEY with your actual details
curl -X GET 'https://YOUR_ASTUTO_URL/api/v1/posts' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
For detailed information, you should consult the API documentation that comes with your Astuto installation.
As an open-source project, Astuto does not have a traditional affiliate program where you can earn commissions for referrals. The project is maintained by a community of contributors and is free for everyone to use. If you wish to support and promote Astuto, you can contribute to the project on GitHub, write blog posts or create tutorials about it, or recommend it to others in your network. For partnership inquiries, it is best to reach out to the project maintainers directly through their official communication channels.
Show your users that Astuto is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/astuto?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-astuto" target="_blank"><img src="https://saasprofile.com/astuto/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Astuto badge" loading="lazy" /></a>