Dovetail is a customer insights hub designed for teams to store, analyze, and collaborate on user research data. Its main purpose is to help businesses understand their customers better by turning raw data like interviews, feedback, and surveys into clear, actionable insights. The platform uses artificial intelligence to speed up the analysis process, such as transcribing audio and video, summarizing long texts, and identifying key themes. Dovetail was founded in 2017 by Benjamin Humphrey and Bradley Ayers. The company is based in Sydney, Australia, and serves organizations worldwide, helping them build a central repository for all customer knowledge.
Dovetail offers several pricing plans to fit different team sizes and needs. There is typically a plan for individuals or small teams just starting with research, which includes basic features for analysis and collaboration. A more advanced plan is designed for growing teams that need more capacity, more integrations, and enhanced security features. For large organizations, there is an enterprise plan that provides advanced security, dedicated support, and scalable solutions to build a customer-centric culture across the entire company.
Dovetail offers a free plan that is suitable for individuals or small projects. This plan usually includes a limited number of projects, transcriptions, and data storage. It allows users to experience the core features of the platform, such as tagging and basic analysis, without any cost. For those who need more features or have larger data volumes, Dovetail also provides a free trial of its paid plans, allowing teams to test the full capabilities before committing to a subscription.
To start using Dovetail, you first need to sign up for an account. Once you are in, you create a new Project for your research study. Next, you import your data. This can be video files from user interviews, audio recordings, survey results from a CSV file, or simple notes. Dovetail's AI will automatically transcribe any audio or video. As you review your data, you can highlight important quotes and apply tags to them. Tags help you categorize information. After tagging, you can group related tags into themes or insights. This process, often called affinity mapping, helps you see the bigger picture. Finally, you can create an Insight report that summarizes your findings, includes key evidence like quotes and video clips, and can be shared with your team and stakeholders.
Pros:
Cons:
Dovetail connects with many popular tools to create a smooth workflow for your team. These integrations help bring customer feedback from different sources into one central place.
Dovetail provides a public API that allows developers to build custom integrations and automate workflows. You can use the API to programmatically manage projects, import data, and export insights. To get an API key, you typically need to go to your account settings within the Dovetail application, where you can generate a personal access token. This token is used to authenticate your API requests.
Here is a simple example of how to use the API with curl
to list your projects:
curl --request GET \
--url https://api.dovetailapp.com/v1/projects \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'accept: application/json'
Replace YOUR_API_KEY
with your personal access token.
Dovetail does not have a publicly advertised affiliate program with standard commission rates. They focus more on direct sales and organic growth. However, if you are an influencer, a consultant, or run a business that complements Dovetail, you can contact their partnerships or support team. They may be open to discussing custom partnership opportunities or collaborations.