---
title: "Packaging Code Bundle Files for Skykit Beam"
slug: "packaging-code-bundle-files"
description: "Learn how to package code bundle files to upload them into Skykit Beam."
tags: ["packaging code bundle", "code bundle", "Skykit Beam"]
updated: 2025-11-14T18:52:13Z
published: 2025-11-14T18:52:13Z
canonical: "support.skykit.com/packaging-code-bundle-files"
---

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

# Packaging Code Bundle Files for Skykit Beam

Before you can upload your code bundle into Skykit Beam for your code bundle, make sure you include an image file named thumbnail.jpg or thumb, you first have to package your code bundle files into a zip file.

1. Open the folder that contains your code bundle files.  
  
![Local drive with code bundle files](https://cdn.document360.io/86c4dfb2-4202-4f4a-97e1-d24441ae8c90/Images/Documentation/packaging-code-bundle-files-for-skykit-beam-image-o5tkvtcc.png)
2. To have a thumbnail image displayed in Beam for your code bundle, make sure you include an image file named thumbnail.jpg or thumbnail.png, sized at 174 x 100 pixels. Beam will automatically use that image file as the code bundle's thumbnail.  
You also must include an index.html file. This file contains the main code for the code bundle. Your files will not upload if index.html is missing.  
  
![Code Bundle folder - thumbnail and index files highlighted](https://cdn.document360.io/86c4dfb2-4202-4f4a-97e1-d24441ae8c90/Images/Documentation/packaging-code-bundle-files-for-skykit-beam-image-y6rdt5rm.png)
3. Select all of your files in your bundle, right click, and then select **Compress** from the drop-down list.  
  
![Files selected - Compress option highlighted](https://cdn.document360.io/86c4dfb2-4202-4f4a-97e1-d24441ae8c90/Images/Documentation/packaging-code-bundle-files-for-skykit-beam-image-ca5qx1pk.png)  
  
A new compressed file called Archive.zip is created. This is the file you will upload into Beam.  
  
![Code Bundle folder - Archive.zip highlighted](https://cdn.document360.io/86c4dfb2-4202-4f4a-97e1-d24441ae8c90/Images/Documentation/packaging-code-bundle-files-for-skykit-beam-image-izkhkvoo.png)

Code bundles have a maximum file size of 1GB. Individual content items in a code bundle, such as videos, must be 500MB or less. 

## **Next Steps**

Now that you've packaged your code bundle, [learn how to upload it into Skykit Beam](/v1/docs/uploading-code-bundles).
