Headway is a software tool designed to help businesses communicate product updates to their customers. Its main purpose is to create a simple and effective way to share news about new features, bug fixes, and other improvements. The platform provides two main components: a public changelog page that can be customized and hosted on a company's domain, and an in-product widget that shows recent updates directly within a web application. This helps keep users informed and engaged with the product's development. Headway App, Inc. is the company behind the tool, and it is based in Covina, California, USA. It is built for companies that want to be transparent with their users and improve customer retention by showing continuous product improvement.
Headway offers a focused set of features to manage and publish product updates.
Headway provides two main pricing plans. There is a Free plan designed for individuals or small projects that are just starting out. This plan offers basic changelog functionality. The second option is a Pro plan, which is aimed at businesses and teams that need more advanced features. The Pro plan typically includes capabilities like custom branding, hosting the changelog on a custom domain, integrations with other tools, and team collaboration features. This structure allows companies to start for free and upgrade as their needs grow.
Yes, Headway offers a Free plan. This plan is a great way to start using the service without any cost. It allows you to create a public changelog and publish updates. The Free plan is suitable for small projects or for testing the platform's core functionality. It may have some limitations, such as displaying Headway branding on the changelog page and widget, and it does not include the advanced features found in the Pro plan, like custom domains or premium integrations.
Getting started with Headway is a straightforward process.
</body>
tag.Pros:
Cons:
Headway offers a few key integrations to automate the process of sharing your product updates.
Yes, Headway provides a REST API for developers. This allows you to programmatically create, update, and manage your changelog entries from your own systems. The API is useful for automating the update process, for example, by posting a new entry every time you deploy a new version of your software. API access is typically available for users on the Pro plan. You can find your API key in your account settings after logging in.
Here is a basic example of how to create a new post using the API with cURL:
curl -X POST https://headwayapp.co/api/changelogs/{changelog_id}/posts \
-H "Authorization: Bearer {your_api_key}" \
-H "Content-Type: application/json" \
-d '{
"post": {
"title": "New Feature Released",
"body_markdown": "We have just released a new feature that does amazing things.",
"category_name": "New"
}
}'
Headway does not have a publicly advertised affiliate or reseller program. Companies interested in partnering or promoting the tool should contact the Headway support team directly through their website. They may be open to discussing partnership opportunities for influencers or agencies on a case-by-case basis.