sher-deploy — sher-deploy install sher-deploy, community, sher-deploy install, ide skills, deploy frontend project, live preview URL, CLI tool for deployment, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Frontend Development Agents needing rapid deployment and live preview capabilities for their projects. sher-deploy is a command-line interface (CLI) tool that auto-detects the framework, builds, and deploys frontend projects to a live preview URL.

Features

Auto-detects framework for seamless deployment
Builds and uploads frontend projects with one command
Returns a live preview URL for easy sharing
Supports global installation via npm
Can be used with npx for one-off deployments
Runs from the project root with the 'sher link' command

# Core Topics

sherdotsh sherdotsh
[140]
[5]
Updated: 2/28/2026

Agent Capability Analysis

The sher-deploy skill by sherdotsh is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for sher-deploy install, deploy frontend project, live preview URL.

Ideal Agent Persona

Perfect for Frontend Development Agents needing rapid deployment and live preview capabilities for their projects.

Core Value

Empowers agents to deploy frontend projects to a live preview URL with a single command, utilizing CLI tools like npm and npx, and auto-detecting frameworks for seamless integration.

Capabilities Granted for sher-deploy

Deploying React applications for client review
Sharing live previews of Angular projects
Testing Vue.js projects on a live URL

! Prerequisites & Limits

  • Requires npm or npx installation
  • Limited to frontend projects
  • No configuration options available
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

sher-deploy

Install sher-deploy, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

sher — deploy to a live preview URL

sher is a CLI that builds your frontend project, uploads it, and returns a live preview URL. One command. No accounts. No config.

Use it after you've built or scaffolded a frontend project and the user wants to see it live.

Install

Global (recommended for agents):

bash
1npm i -g shersh

Or one-off with npx:

bash
1npx shersh link

Deploy

From the project root:

bash
1sher link

That's it. sher auto-detects the framework, runs the build, uploads the output, and returns a URL.

Options

FlagDescription
--dir <path>Upload a specific directory (skips framework detection)
--ttl <hours>Set link expiry in hours (default: 24)
--no-buildSkip the build step (use if already built)
--pass [password]Password-protect the preview (Pro only)

Examples

bash
1# Standard deploy 2sher link 3 4# Deploy a pre-built project 5sher link --no-build 6 7# Deploy a specific output directory 8sher link --dir ./dist 9 10# Short-lived link (2 hours) 11sher link --ttl 2

Parsing the output

The CLI prints the live URL to stdout in this format:

  https://a8xk2m1p.sher.sh  (copied)
  expires 2/19/2026, 11:00 AM

The URL always matches the pattern https://[a-z0-9]{8}.sher.sh. Extract it with:

https://[a-z0-9]{8}\.sher\.sh

The URL is also automatically copied to the clipboard.

After deploying

Present the URL to the user:

Your preview is live at https://a8xk2m1p.sher.sh

If you set a --ttl, mention when it expires. If using --pass, share the password too.

Supported frameworks

sher auto-detects and builds:

  • Vite — outputs to dist/
  • Next.js — auto-configures static export, outputs to out/
  • Astro — outputs to dist/
  • Create React App — outputs to build/
  • Any project with a build script that produces dist/, build/, or out/
  • Static HTML — no build needed, use --dir . to upload directly

Agent-friendly by default

  • No browser opens after deploy
  • No interactive prompts
  • No account required for basic usage (1 deploy, 10MB max, 6h TTL)
  • Authenticated users get 25 deploys, 50MB, 24h TTL
  • Exit code 0 on success, non-zero on failure

Troubleshooting

If sher link fails:

  1. No build script — the project needs a build script in package.json, or use --dir to point to pre-built output
  2. Build error — fix the build error first, then retry
  3. Size limit — the upload is too large (10MB anonymous, 50MB authenticated, 100MB Pro)
  4. No output directory — ensure the build produces dist/, build/, or out/, or specify --dir

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sher-deploy?

Perfect for Frontend Development Agents needing rapid deployment and live preview capabilities for their projects. sher-deploy is a command-line interface (CLI) tool that auto-detects the framework, builds, and deploys frontend projects to a live preview URL.

How do I install sher-deploy?

Run the command: npx killer-skills add sherdotsh/sher/sher-deploy. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sher-deploy?

Key use cases include: Deploying React applications for client review, Sharing live previews of Angular projects, Testing Vue.js projects on a live URL.

Which IDEs are compatible with sher-deploy?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for sher-deploy?

Requires npm or npx installation. Limited to frontend projects. No configuration options available.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sherdotsh/sher/sher-deploy. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sher-deploy immediately in the current project.

Related Skills

Looking for an alternative to sher-deploy or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI