Browse the docs
Docs/Artifacts

Import from ZIP

Not working reliably yet. Import from ZIP and Upload Folder appear in the New menu but are not functioning properly today. Both are coming soon.

Use your AI in the meantime. Give the zip or the folder to your connected AI assistant and ask it to push the project:

Take this folder and put it on AgentGrid.io as an app.

It creates the artifact properly, in your team, in one step.

Import from ZIP is meant to take a project archive and make it one artifact. When it lands, it will be the path for anything with more than one file: a built page, a React project, a folder of markdown with images.

Steps

::: lanes

Hand it the folder or the zip and say what it should become:

Take this project folder and put it on AgentGrid.io as an app.
Push this zip to AgentGrid.io as a doc.

Your AI creates the artifact in your team, and you get the link.

In the app

Coming soon. New → Import from ZIP exists in the menu but does not work reliably yet. When it lands: pick the .zip, and the artifact is created from your files — an index.html inside makes it an app, .md files with no index.html make it a document.

:::

The New menu

What to include

Source and assets only. Leave out node_modules, build output, and anything you would put in .gitignore.

Limits

  • Importing does not turn your local folder into a copy that syncs. Later changes go through your AI or the editor, on the artifact itself.

FAQ

My app imported but renders blank. It is missing an index.html, or the files are markdown and it was created as an app. See Artifact types.

Can I import a React project? Yes. Ask your AI to push it, and say it is a React app.

How do I update it later? Edit in place for docs, or ask your AI to make the change on the same artifact. Importing again creates a second artifact rather than updating the first.