DocsPage

Supported Architectures

ArylLabs is optimized for static output. Whether you're building with plain HTML or a modern framework, we've got you covered.

Framework Compatibility

The following project types are fully supported out of the box:

FrameworkBuild CommandOutput Dir
Plain HTML/CSS/JS/
React (CRA)npm run buildbuild/
Next.js (Static)next buildout/
Vue / Nuxtnpm run generatedist/
Vitevite builddist/
Astroastro builddist/

Static vs Server Rendering

ArylLabs serves static files only. If your framework supports Server-Side Rendering (SSR), you must configure it for static export. For example, with Next.js, set output: 'export' in your next.config.mjs.

Single-Page Applications (SPAs)

SPAs that use client-side routing (React Router, Vue Router) are fully supported. ArylLabs automatically serves the index.html for all routes, allowing your JavaScript router to handle navigation.


Next: Learn about Google Drive Deployments →