Skip to content

Home & Settings Pages

In addition to cards, each project can include two special pages: a Home page and a Settings page. These are standalone views that exist outside of CRM record pages.

  • Home page — a standalone page accessible from the HubSpot navigation menu. Use it for dashboards, overviews, or any interface that is not tied to a specific CRM record.
  • Settings page — a configuration page for your extension. Use it to let users customize behavior, set preferences, or manage integration settings.

Both pages are built with the same AI editor and SDK components as cards, but they are not attached to an object type or location.

PageBest For
HomeDashboards, aggregate views, standalone tools, landing pages for your extension
SettingsUser preferences, API key configuration, notification settings, feature toggles
  1. Open a project by clicking its card on the dashboard
  2. In the expanded project view, you will see two dashed slots labeled Home Page and Settings Page
  3. Click the dashed slot for the page you want to create
  4. The page opens in the AI editor, where you can describe what it should contain

Click the Home or Settings page card in the project view to reopen it in the editor. You can continue sending prompts to refine the page, just like with cards.

The key difference is scope:

  • Cards are embedded in CRM record pages and have access to the current record’s data through the object type binding
  • Pages are standalone and not tied to any specific record — they are full-page views within your HubSpot app

Both are built with the same SDK components and edited with the same AI agent.