Docs›Page

Google Drive Deployments

ArylLabs gives you a platform to convert your Google Drive cloud storage to a Private Cloud Hosting, where you can host your websites, and any type of Folder.
Through our dedicated deployment page, you can select a website folder or zip and ArylLabs will process, store, and serve your website globally.

How the Sync Works

ArylLabs utilizes a proprietary Drive-First Edge Architecture to serve your websites incredibly fast. Unlike traditional deployments that copy files to a slow centralized server, ArylLabs serves directly from your Google Drive folder, optimized and cached globally at our edge nodes.

  1. We securely fetch the contents of your designated folder via the Google Drive API.
  2. We intelligently cache your core assets globally to provide instant load times.
  3. We serve user traffic from our distributed Edge network. Our proprietary request engine ensures your site stays online and blazing fast, completely insulating you from Google Drive's rate limits.

Supported Project Types

ArylLabs supports both static HTML websites and modern JavaScript frameworks deployed directly from Google Drive.

1. Static HTML Sites

Your Google Drive folder should contain the website files with index.html at the root:

šŸ“ My Website (Google Drive)
ā”œā”€ā”€ index.html
ā”œā”€ā”€ styles/
│   └── main.css
ā”œā”€ā”€ scripts/
│   └── app.js
└── images/
    ā”œā”€ā”€ hero.jpg
    └── logo.svg

2. Modern Frameworks (React, Vue, Next.js)

Upload your entire project folder to Google Drive (including package.json). Our smart builder will automatically detect the framework, install dependencies, build the project, and configure it for global edge delivery.

3. Unbundled TSX

If you upload raw React .tsx files without a package.json, our system will instantly deploy the site and seamlessly compile it in the background for maximum performance.

Permissions

ArylLabs requests the minimum necessary access to the specific folder you select. We never alter your original source files. The authorization screen will clearly outline the permissions being requested.

Important: Changes made in your Google Drive folder do not automatically show up on the live site. You must click Redeploy from the ArylLabs dashboard to sync the latest changes and update the global cache.

Next: Learn about GitHub Deployments →