Skip to main content
HubSpot developer projects include a platformVersion field that enables you to control which version of the projects platform you’re developing on. This enables you to access updated functionality and ensure any new features don’t break an app you’ve released on a previous version of the platform. Below, learn about the available versions and their associated updates to specific APIs and features.

Manage versions

To check which version of the developer platform your projects are running on, locate the platformVersion field in your project’s top-level hsproject.json file.
{
  "name": "my_project",
  "srcDir": "src",
  "platformVersion": "2025.2"
}
Learn how to migrate an older version of a legacy app built with projects to the latest version of the developer platform: If you’re just getting started, check out the app creation guide.

Versions

ParameterDescription
2025.2 LatestAvailable as of Sept 2, 2025. This platform version increases the minimum required version of Node.js to v22. Changes include a new file-based build-and-deploy framework. This framework contains an app’s configuration, assets, and other source code. Learn more in the developer platform overview.
2025.1Available as of April 1, 2025. This platform version increases the minimum required version of Node.js to v20.
2023.2 SunsetThis version was sunset on October 1, 2025, and attempts to upload projects at this version will fail. To continue building and deploying, upgrade to platform version 2025.1 or 2025.2. Note that you’ll need to be using Node version 20 or higher for compatibility. Learn more about this version below.
2023.1 SunsetInitial release of the developer platform. This version is no longer be available as of March 31, 2024. Attempts to upload projects at this version will fail.

Changes in 2025.2

The latest version of the developer platform provides a number of new features, a streamlined build-and-deploy process, and other productivity tools to help you build powerful integrations with HubSpot. Learn more about how to build an app, edit your app configuration, manage your app in HubSpot, and how to install the latest version of the HubSpot CLI. More details are available in the developer platform overview
Please note: if you opt to migrate a legacy private app or public app to version 2025.2, you won’t be able to downgrade back to a previous version after the migration process is complete.

Changes in 2025.1

Version 2025.1 increases the minimum version of Node.js to v20 for serverless functions, app functions, and endpoint functions.

Changes in 2023.2 (sunset)

This version was sunset on October 1, 2025. If you have a project that’s still on 2023.2, you can continue building it by migrating to either 2025.1 or 2025.2. For posterity, below are the changes included for version 2023.2.