The Vercel Adapter lets you use Vercel as the hosting provider for your Laioutr frontend. The Cockpit generates the Nuxt project (config, dependencies, and app files), then triggers a deployment to Vercel using either your own Vercel account (Bring Your Own) or Laioutr Cloud based on Vercel (optional with your subscription).
This document focuses on Bring Your Own Vercel: you provide a Vercel API token, team ID, and project name so the Cockpit can deploy directly to your Vercel environment. No webhook from Vercel back to the Cockpit is required for this mode; deployment is triggered from the Cockpit and runs on Vercel.
package.json, nuxt.config.ts, app entry, laioutr rc, npmrc, etc.).createDeployment (using @vercel/client) with your token and team ID.nuxtjs and forces a new build (no build cache) so dependencies stay up to date.nuxtjs when deploying.my-laioutr-frontend). You will enter this exact name in the Cockpit.In the Laioutr Cockpit, open your project and go to Hosting → Vercel. Fill in:
| Field | Required | Description |
|---|---|---|
| Project Name | Yes | Exact name (slug) of the Vercel project. Must already exist in the given team. |
| Token | Yes | Vercel API token with deploy access for the team. |
| Team ID | Yes | Vercel team (or user) ID that owns the project. |
Optional (if supported by your Cockpit version and UI):
Save the form. The Cockpit will use these values for all subsequent deploys for this project/environment.
VERCEL_FORCE_NO_BUILD_CACHE=1 so dependencies are not served from Vercel’s build cache.NUXT_PUBLIC_LTR_LOGGER_LOG_FOR_DEVELOPMENT=false for production.@screeny05/unstorage-driver-vercel-runtime-cache. Cache is tied to Vercel’s runtime and is suitable for most cases.@screeny05/unstorage-driver-redis for Nitro cache (with the URL you supplied). Use this when you need a shared cache across multiple instances or a custom cache topology.To use the Vercel adapter with your own Vercel environment:
No webhook or callback from Vercel to the Cockpit is required for this Bring Your Own flow. For Laioutr-managed Vercel with status updates and webhooks, see the rest of the hosting documentation or contact our support team.
Scale Commerce Adapter
The Scale Commerce Adapter is a pre-built integration that connects the Laioutr Cockpit directly with Scale Commerce. It allows you to trigger deployments and manage frontend delivery through Scale Commerce services.
Introduction
The Bring Your Own Server (BYOS) approach allows you to host and deploy Laioutr frontends on your own infrastructure while maintaining full integration with the Laioutr Cockpit for frontend management. This gives you complete control over your deployment pipeline, runtime environment, and operational processes, while still leveraging Laioutr as the central management layer for your frontend configuration and content.