Quickstart Guide
Getting your first project live takes less than 60 seconds. Follow these steps to bypass complex CLI tools and deploy straight from the UI.
Step 1 — Prepare your Assets
Ensure your website files are contained within a single folder. The entry point of your website must be an index.html file located at the root of this folder.
my-awesome-site/
├── index.html <- Entry point
├── styles.css
├── app.js
└── images/
└── logo.pngStep 2 — Connect to ArylLabs
Navigate to New Deployment. Select "Google Drive" as your source. You will be prompted to grant ArylLabs read-only permission to access the folder you select.
Step 3 — Deploy and Assign Domains
Click deploy. ArylLabs will immediately analyze the folder structure, upload the assets to our secure R2 bucket, invalidate the edge cache, and provision an .aryl.app subdomain. Your site is now live globally.
Next: Learn about Supported Architectures →
