🚀
DevOps

Frontend Deployment

by butterbase-ai

Frontend Deployment is a DevOps skill for Claude Code, published by butterbase-ai in butterbase-skills.

532 stars40 forkson butterbase-ai/butterbase-skillsAdded 2026/08/26Repository updated 2026/06/28
agent-skillsai-agentsbackend-as-a-servicebutterbaseclaudeclaude-codemcpskills
Install in seconds
Install Frontend Deployment
Copy Frontend Deployment into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/butterbase-ai/butterbase-skills/tree/main/skills/deploy-frontend ~/.claude/skills/deploy-frontend

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/butterbase-ai/butterbase-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/deploy-frontend/SKILL.md in butterbase-ai/butterbase-skills
Installs to
~/.claude/skills/deploy-frontend
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Frontend Deployment does

Frontend Deployment packages and uploads React, Next.js static exports, or plain HTML to a live Butterbase URL. Use it to set build-time env vars, configure CORS, and troubleshoot blank pages or MIME type errors.

Frontend Deployment is cataloged under DevOps on DirSkills. Frontend Deployment comes from a repository tagged agent-skills, ai-agents, backend-as-a-service, butterbase and claude.

Documentation

README

Overview

7-step workflow for deploying static frontends to Butterbase. Covers building, CORS, zipping, uploading, and verification.


Framework Reference Table

Framework Build command Output dir Env prefix Framework flag
React (Vite) npm run build dist/ VITE_ react-vite
Next.js (static) next build out/ NEXT_PUBLIC_ nextjs-static
Plain HTML (none) project root N/A static

Note: Next.js requires output: 'export' in next.config.js to produce a static export.


Step 1: Set Environment Variables

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Frontend Deployment

  • What else does butterbase-ai publish alongside Frontend Deployment?

    Frontend Deployment is one of 25 skills that DirSkills catalogs from butterbase-ai/butterbase-skills, the repository it ships in. Its siblings there include Auth Setup, Build App and Butterbase AI Gateway. Each one is a separate skill with its own page in this directory, installs the same way Frontend Deployment does, and is maintained by butterbase-ai in that same repository. The rest of the collection is listed on the butterbase-ai/butterbase-skills page.

  • How does Frontend Deployment compare to other DevOps skills?

    Frontend Deployment ranks #685 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Frontend Deployment against them. Open each page to compare what they document and how they install.

More from butterbase-ai/butterbase-skills

Frontend Deployment is one of 25 skills cataloged on DirSkills from butterbase-ai/butterbase-skills.

See all 25 skills