> ## Documentation Index
> Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---
id: 4c28e644-d888-4d80-b6e7-371d31b33304
---

# Default Themes

> HubSpot provides a variety of themes for you to use, modify, or use as a reference for your own website theme. You can also download these themes to your local environment using our CLI tools.

HubSpot provides a set of default themes that content creators can use to build website pages without needing to modify the base theme. These themes are best suited for content creators who have less access to developer resources.

If you want to develop your own theme, it's recommended to start with the [HubSpot CMS Boilerplate](/cms/start-building/building-blocks/themes/hubspot-cms-boilerplate).

With the exception of Elevate, you can access HubSpot’s default themes in the `@hubspot` folder within the design manager. This folder is read-only and the contents can only be modified by HubSpot. If you'd like to modify a theme, you'll need to use the HubSpot CLI to [fetch](/developer-tooling/local-development/hubspot-cli/reference#fetch-files) the theme you want, then [upload](/developer-tooling/local-development/hubspot-cli/reference#upload-files) the theme with your changes to a different folder than `@hubspot`.

## Elevate

[View a live demo](https://design-assets.hubspot.com/elevate/home)

Available in all accounts, Elevate is HubSpot's latest default theme, offering a refreshed set of modules, sections, and templates. Modules included in this theme are React-based, which improves site performance and extensibility. The theme's settings are also equipped with presets that streamline customization within the guardrails of your brand and style.

<Warning>
  **Please note:**

  The default Elevate theme is currently only available for use in HubSpot. Fetching the `@hubspot/elevate` theme from your account will <u>not</u> fetch all assets required for a fully functioning theme.

  To work with the Elevate theme source code, you can instead clone the [public Elevate theme](https://github.com/HubSpot/cms-elevate-theme-public/tree/main), as it includes the full set of supporting assets.
</Warning>

<Frame>
  <img src="https://www.hubspot.com/hubfs/Knowledge_Base_2023-24-25/elevate-theme-home.png" alt="Elevate theme homepage" />
</Frame>

## Themes in maintenance mode

The following themes have been moved to maintenance mode. They will no longer be updated with new features and will only receive updates as they relate to security, accessibility, and bug fixes.

### Growth

[View a live demo](https://design-assets.hubspot.com/growth/home)

A theme designed for businesses and agencies.

The Growth theme includes:

* 18 modules
* 12 sections
* 16 templates

<Frame>
  <img src="https://www.hubspot.com/hubfs/5Cdocs/default-themes/growth-homepage.jpg" alt="Growth Theme Homepage" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/growth <destination-folder>
```

### Barricade

[View a live demo](https://design-assets.hubspot.com/barricade/home)

A theme geared towards construction businesses.

The Barricade theme includes:

* 10 modules
* 19 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-barricade-theme-thumb-4.jpg" alt="Barricade theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/barricade <destination-folder>
```

### Education

[View a live demo](https://design-assets.hubspot.com/education/home)

A theme designed for educational institutions, such as schools and colleges.

The Education theme includes:

* 13 modules
* 18 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-education-theme-thumb-4.jpg" alt="Education theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/education <destination-folder>
```

### Martech

[View a live demo](https://design-assets.hubspot.com/martech/home)

A theme geared towards marketing technology businesses.

The Martech theme includes:

* 9 modules
* 19 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-martech-theme-thumb-4.jpg" alt="Martech theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/martech <destination-folder>
```

### Rally

[View a live demo](https://design-assets.hubspot.com/rally/home)

A theme designed for businesses and agencies.

The Rally theme includes:

* 14 modules
* 19 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-rally-theme-thumbnail-1-4.png" alt="Rally theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/cms-rally <destination-folder>
```

### Session

[View a live demo](https://design-assets.hubspot.com/session/home)

A theme designed for businesses.

The Session theme includes:

* 9 modules
* 18 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-session-theme-thumb-4.jpg" alt="Session theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/session <destination-folder>
```

### Sprout

[View a live demo](https://design-assets.hubspot.com/sprout/home)

A theme designed for businesses and agencies.

The Sprout theme includes:

* 15 modules
* 21 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-sprout-theme-thumb-4.jpg" alt="Sprout theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/sprout <destination-folder>
```

### Vitality

[View a live demo](https://design-assets.hubspot.com/vitality/home)

A theme designed for businesses and agencies.

The Vitality theme includes:

* 8 modules
* 18 templates

<Frame>
  <img src="https://cdn2.hubspot.net/hubfs/53/5Cdocs/default-themes/cms-vitality-theme-thumb-4.jpg" alt="Vitality theme screenshot" />
</Frame>

To download this theme using the HubSpot CLI, run the following command:

```shell theme={null}
hs fetch @hubspot/vitality <destination-folder>
```
