Unable to Recover Source Code from Vercel Deployment

Dear Vercel Support,

I am experiencing difficulties recovering my source code from my Vercel project. Here are the details:

Project Details:

  • Project Name: ai-farm
  • Latest Deployment ID: 5hoPMDx6M (deployed 47 days ago)
  • Project Structure: Contains directories like docs/, eliza-agent/, hyperfy/, public/, src/, and configuration files

Issue:

  1. I accidentally deleted my local repository
  2. The project was not connected to any Git repository (GitHub/GitLab/Bitbucket)
  3. I have tried the following methods without success:
    • Using source-from-vercel-deployment tool
    • Using Vercel CLI (vercel pull)
    • Attempting to download through the Vercel dashboard (but don’t have the download option)

What I’ve Tried:

  1. Used source-from-vercel-deployment tool, but it only downloaded partial files
  2. Attempted to use Vercel CLI, but encountered errors
  3. Looked for “View Source” and “Download Source” options in the dashboard

Request:
Could you please assist me in recovering the complete source code from my latest deployment? The project contains important files and directories that weren’t successfully downloaded through the standard methods.

Thank you for your help.

Hi @kahhong1997-1640, welcome to the Vercel Community!

I’m sorry that this happened. I’m afraid that your best bet is manually recovering the files one by one from the Source tab in the deployment details page. There’s nothing else we can do regarding this. For future projects, please use source control such as Git and a remote repository on GitHub or similar providers.