optimizely-frontend-hosting

Configure and deploy Next.js applications to Optimizely Frontend Hosting for CMS.

1|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/evest/nextjs-fe-hosting --skill optimizely-frontend-hosting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimizely-frontend-hosting
Source: https://github.com/evest/nextjs-fe-hosting/tree/main/.claude/skills/optimizely-frontend-hosting
Command: npx skills add https://github.com/evest/nextjs-fe-hosting --skill optimizely-frontend-hosting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure and deploy Next.js applications to Optimizely Frontend Hosting for CMS (SaaS).

Core Features & Use Cases

  • Set up frontend hosting configuration for Optimizely CMS SaaS.
  • Deploy a Next.js app to Optimizely Frontend Hosting across environments (Test1, Test2, Production).
  • Manage environment variables and deployment scripts via PaaS App Settings.
  • Troubleshoot frontend hosting deployments with guided references.

Quick Start

Follow these steps to initialize hosting and trigger a deployment:

  • Prepare your Next.js project with proper package.json and a ZIP package excluding node_modules and .next as guided in references.
  • Copy deploy.ps1 into your project root and customize if needed.
  • Run the automated deployment script and monitor status in the PaaS Portal.

Frequently Asked Questions about optimizely-frontend-hosting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Next.js app to Optimizely Frontend Hosting for CMS SaaS?

To deploy a Next.js app to Optimizely Frontend Hosting, package your project excluding node_modules and .next, copy deploy.ps1 into the root, and run the script to push to Test1, Test2, or Production environments.

What environment credentials do I need to configure for Optimizely frontend deployment?

Optimizely frontend deployment requires OPTI_PROJECT_ID, OPTI_CLIENT_KEY, and OPTI_CLIENT_SECRET environment credentials to authenticate and automate deployments across CMS SaaS environments.

Can I manage environment variables for my Next.js app on Optimizely PaaS App Settings?

Yes, you can manage environment variables for your Next.js app on Optimizely PaaS App Settings, allowing you to configure and secure deploy configurations across different hosting environments.

How do I troubleshoot a failed Next.js deployment on Optimizely Frontend Hosting?

Troubleshoot failed Next.js deployments on Optimizely Frontend Hosting by using the provided guided references to identify configuration errors, check environment credentials, and validate the deployment scripts.

Does Optimizely Frontend Hosting support deploying to multiple environments like Test and Production?

Yes, Optimizely Frontend Hosting supports deploying Next.js apps to multiple environments, specifically Test1, Test2, and Production, using the automated deployment script and environment credentials.