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:
| Framework | Build Command | Output Dir |
|---|---|---|
| Plain HTML/CSS/JS | — | / |
| React (CRA) | npm run build | build/ |
| Next.js (Static) | next build | out/ |
| Vue / Nuxt | npm run generate | dist/ |
| Vite | vite build | dist/ |
| Astro | astro build | dist/ |
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 →
