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.
How to Download
Section titled “How to Download”- Open the project by clicking its card on the dashboard
- In the action pill at the top of the project view, click Download Code
- A zip file containing the project’s source code is downloaded to your computer
What You Get
Section titled “What You Get”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.
Using Code Outside Palpaca
Section titled “Using Code Outside Palpaca”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
Code and Editor
Section titled “Code and Editor”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.