What to build

There are several different development routes possible with HubSpot, depending on your goals. You’ll find a high-level overview of each route on this page, along with the tooling and accounts you’ll need for each. You'll also find links to detailed docs to give you more context, as well as relevant quickstart guides.

Use APIs and build integrations

Use HubSpot's APIs to build custom solutions, such as sharing data between HubSpot and external systems, using webhooks to listen for changes in the account, and creating custom objects to store data specific to your business.

Example use cases: 

  • Use custom objects to customize how the CRM stores data so it best represents your business.
  • Sync data from external systems to provide a richer picture of go-to-market activities.
  • Extend the capabilities of the CRM UI to best fit your processes.

Two ways to build apps

There are two types of apps, depending on what you’re building. If you’re getting started with APIs and integrations, it's recommended to start with a private app, as they're faster to set up and use for authentication. Once you’re familiar with building apps, you may want to learn more about public apps, which can be installed in multiple accounts and enable you to build other types of extensions.

Example use case for private apps: “I want to build an application for my company/team.”

Get started authenticating calls with a private app

Most API calls require authentication to interact with the data in your HubSpot account. To get started making calls to your account, create a private app and use its access token for authentication.

Please note: Super Admin permissions are required to build private apps in your HubSpot account.

How to get started:

Build for the app marketplace

Develop integrations for HubSpot's App Marketplace with a public app, to enable HubSpot users to install your integration into their account. Building public apps for the marketplace requires adherence to HubSpot's App Marketplace guidelines, and an app developer account.

Public apps authenticate with OAuth. Public apps can be installed on multiple accounts and can be distributed on the marketplace.

Example use cases for public apps:

“I’m a HubSpot partner who wants to build a reusable app that I can adapt for my clients.”

“I’m a HubSpot partner who wants to make an app available on the marketplace to promote our capabilities to as many HubSpot customers as possible.”

Customize the HubSpot UI

Please note: creating UI extensions requires a Sales Hub or Service Hub Enterprise subscription. However, you can get started building them for free in developer test accounts.

In addition to the UI elements that HubSpot provides for CRM records, you can also customize the CRM with UI extensions. These extensions are built locally using the developer projects tool, which enables you to build and deploy to HubSpot using the CLI. The UI extensions SDK provides a toolbox of methods, functionalities, tools, and components to customize your extension. If you're not sure where to start with UI extensions, check out HubSpot's sample projects.

Projects enable you to locally build and deploy private apps, UI extensions, and serverless functions using the HubSpot CLI. 

Example use cases for UI extensions: 

“I want to add a custom form to contact and company records that enables our customer support team to create Jira tickets while on customer calls.”

“I need to surface detailed sales pipeline summaries across deal records so that our managing partners can find the information they need at a glance.”

How to get started:

Build custom websites

Using HubSpot's CMS (Content Management System) software, you can create powerful websites and landing pages that adapt and tailor themselves to the individuals coming to your site. By building on the CMS, every website visitor interaction is directly connected to the account’s CRM, the same tool that the Sales, Marketing, Services, and RevOps teams are using to do their jobs more efficiently.

Build HubSpot websites locally in your preferred environment with the HubSpot CLI, using technologies such as:

  • HTML, CSS, and JavaScript
  • HubL, which is HubSpot's Jinjava-based templating language
  • React, which can be used to build JavaScript-rendered modules and partials
  • GraphQL, which you can use to query HubSpot data

And if you prefer to use GitHub for version control, you can set up an integration using GitHub Actions

The CMS enables you to build websites locally with the HubSpot CLI. You’ll have access to an array of versatile and adaptable tools, such as multi-language support, CTAs, forms, memberships, and more. HubSpot also handles security, server-side performance, CDN, hosting, and uptime assurance for you.

Example use cases for the CMS: 

“I want to build out product listing pages that pull information directly from inventory maintained in the CRM.”

“I need a website that features a public blog and a members-only blog.”


Was this article helpful?
This form is used for documentation feedback only. Learn how to get help with HubSpot.