cloudbase-sites-runtime

Orchestrate Vite web app development, preview, and deployment to CloudApp environments.

1.1k|133|Updated May 23, 2025
One-click install
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-sites-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-sites-runtime
Source: https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/tree/main/plugin/cloudbase-sites/skills/cloudbase-sites-runtime
Command: npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-sites-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the friction of managing the full development lifecycle of CloudBase web applications, including scaffolding, local previewing, versioning, and deployment, without manual configuration.

Core Features & Use Cases

  • Unified Lifecycle: Orchestrates the entire flow from Vite-based project initialization to production deployment.
  • Version Control & Rollback: Provides built-in versioning and deployment history, allowing for safe iterations and instant rollbacks.
  • Use Case: Quickly spin up a React or Vue application, iterate with a live preview, save a stable version, and deploy it to a unique CloudApp subdomain with a single command.

Quick Start

Use the cloudbase-sites-runtime skill to initialize a new React project and start the development preview server.

Frequently Asked Questions about cloudbase-sites-runtime

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

FAQPage Schema
How do I deploy a Vite web application to CloudBase?

You can deploy a Vite web application to CloudBase by using this Skill to orchestrate the end-to-end lifecycle, pushing versioned snapshots directly to production CloudApp environments without manual configuration.

Can I preview my React or Vue project locally before deploying to CloudBase?

Yes, you can preview React or Vue projects locally before deployment. The Skill manages a daemonized local preview server, allowing you to iterate with a live preview before saving a stable version.

Does CloudBase support version control and rollback for web app deployments?

CloudBase supports version control and rollback for web app deployments through built-in versioning and deployment history. This allows you to safely iterate and instantly roll back to previous stable versions.

How do I scaffold a new React or Vue project for CloudBase hosting?

To scaffold a new React or Vue project for CloudBase hosting, use the Skill's unified lifecycle management. It initializes Vite-based projects and handles environment binding automatically via the cloudbase-sites CLI.

Do I need the cloudbase-sites CLI to manage my web app lifecycle?

Yes, you need the cloudbase-sites CLI and CloudBase MCP tools. The Skill requires integration with these tools to handle environment binding and infrastructure side effects during production deployment.