What problem does it solve?
Building a full-stack web app inside DeepSeek Harness normally requires manually wiring together scaffolding, database setup, local preview, and deployment. This Skill enforces a closed-loop sequence that takes a user from an empty workspace to a live site on a real domain using CloudBase MCP tools.
Core Features & Use Cases
- Template Scaffolding: Downloads official CloudBase React or Vue templates via
mcp__cloudbase__downloadTemplate instead of hand-writing boilerplate.
- Database Provisioning: Creates and verifies PostgreSQL tables with
managePgDatabase and queryPgDatabase.
- Local Preview and Deploy: Starts a Vite dev server for preview, builds the frontend, and uploads
dist/ to CloudBase static hosting, returning the real domain.
- Use Case: A user asks the AI to "build me a web app" in DeepSeek Harness; the Skill authenticates, scaffolds a React app, creates database tables, previews locally, and deploys to a live CloudBase-hosted domain.
Quick Start
Ask the AI to build and deploy a web app using CloudBase templates, and it will authenticate, scaffold, preview, and publish the site to a real domain.