Skip to content

Downloading Code

Palpaca generates real, production-quality code for every card and page in your project. You can download this code to inspect it, customize it further, or use it outside of Palpaca.

  1. Open the project by clicking its card on the dashboard
  2. In the action pill at the top of the project view, click Download Code
  3. A zip file containing the project’s source code is downloaded to your computer

The download includes the generated source files for your project:

  • Card components — TSX files for each card, using the HubSpot UI Extension SDK
  • Page components — TSX files for the Home and Settings pages, if they exist
  • Project configuration — metadata files that define card locations, object types, and project structure

The code uses the same HubSpot UI Extension SDK components you see in the gallery, with proper imports and TypeScript types.

The downloaded code is standard HubSpot UI Extension code. You can:

  • Open it in your own IDE for further customization
  • Add it to your existing HubSpot developer project
  • Use it as a starting point for more complex extensions that go beyond what the AI agent generates
  • Review it to learn HubSpot UI Extension SDK patterns

The code you download is the same code visible in the Code tab of the editor. The download simply packages the entire project into a single downloadable archive.