Publish a Website
Learn how to deploy your website or web application using our supported hosting methods. ArylLabs provides multiple pathways to get your content online instantly.
Hosting Options
When you create a new project, you can choose from the following deployment methods depending on where your code or content currently lives.
Upload
The Upload option is the quickest way to deploy a static website. You can directly drag and drop a .zip file containing your website assets (HTML, CSS, JS, images).
- How it works: We automatically extract your
.zipfile on our edge servers and route incoming requests to the appropriate files. - Best for: Simple static sites, exported React/Vue apps, or quick prototypes.
- Note: Ensure your main entry file is named
index.htmlat the root of your zip archive.
GitHub
The GitHub integration enables continuous deployment directly from your repositories.
- How it works: Connect your GitHub account and select a repository. Whenever you push new code to your branch, we automatically pull the latest changes, build your project if necessary, and deploy it to the edge.
- Best for: Full-stack applications, modern frontend frameworks (Next.js, Vite, Nuxt), and collaborative team projects.
HTML
The HTML editor lets you create a website by writing or pasting raw HTML, CSS, and JavaScript directly into our built-in web editor.
- How it works: Type your code into our intuitive, syntax-highlighted editor. Once saved, your code is instantly served globally on the edge network.
- Best for: Landing pages, quick "Coming Soon" pages, or testing code snippets without needing a local development environment.
Google Drive
The Drive option is a unique feature that turns a Google Drive folder into a fully hosted website or file-sharing directory.
- How it works: Paste a public Google Drive folder ID. We securely stream files directly from Google Drive through our edge cache, allowing you to update your website simply by replacing files in Google Drive.
- Best for: Non-technical teams who want to manage website content visually, client portals, or sharing large assets without paying for bandwidth.
CCanva
The Canva integration allows you to instantly publish your Canva designs as high-performance, custom-branded websites.
- How it works: Provide your Canva presentation or website share link. Our platform converts the design into an optimized webpage hosted on our edge network, giving you a professional domain name and faster load times.
- Best for: Portfolios, presentation decks, marketing sites, and visual-heavy landing pages designed entirely in Canva.
Next: Learn more about GitHub Deployments →