bluehost-webapp-deploy

Deploy static web apps to Bluehost via SSH and addon domains.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yousufjoyian/claude-skills --skill bluehost-webapp-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluehost-webapp-deploy
Source: https://github.com/yousufjoyian/claude-skills/tree/main/bluehost-webapp-deploy
Command: npx skills add https://github.com/yousufjoyian/claude-skills --skill bluehost-webapp-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to deploy static web applications to Bluehost shared hosting by automating domain configuration, addon-domain creation, and deployment steps, reducing manual setup.

Core Features & Use Cases

  • Point domains to Bluehost and configure nameservers from the registrar.
  • Create addon domains on Bluehost and deploy built assets from dist/ to the correct folder.
  • Ensure basic security setup with a minimal .htaccess and routing for SPAs.
  • Use Case: A developer has a React app and wants a quick path to live hosting with a custom domain.

Quick Start

Run the deployment script with your built project path and target domain, for example: ./deploy.sh /path/to/PROJECT mydomain.com

Frequently Asked Questions about bluehost-webapp-deploy

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

FAQPage Schema
How do I deploy a static web app to Bluehost with a custom domain?

Deploy static web apps to Bluehost by automating domain pointing, addon-domain creation, and SSH-based file transfer of built assets. The process requires local Node.js/npm build output, SSH access to your Bluehost server, and Bluehost cpapi2 credentials for addon-domain provisioning.

Can I use SSH to deploy static sites directly to Bluehost shared hosting?

Yes, SSH-based deployment works on Bluehost shared hosting. This approach transfers built assets from your local dist/ folder to the correct addon-domain directory on the server, requiring SSH credentials and Bluehost addon-domain setup beforehand.

What do I need to set up before deploying to Bluehost?

Before deploying, point your domain to Bluehost at your registrar, update nameservers, obtain SSH access credentials, and have your Node.js/npm built project ready. The Skill automates addon-domain creation and file transfer once these prerequisites are in place.

Does this deployment method work with React and other single-page apps?

Yes, this deployment method supports single-page applications like React. It includes minimal .htaccess and routing configuration for SPAs, ensuring proper URL handling and asset serving on Bluehost shared hosting.

What's the fastest way to get a static site live on Bluehost with automation?

Automated deployment reduces manual steps by handling domain configuration, addon-domain creation, and asset transfer in one workflow. Run the deployment script with your built project path and target domain to go live without manual Bluehost control panel steps.