openhost-frontend-preview

Run a Vite dev server with hot-reloading for the Sculptor WEB frontend.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill openhost-frontend-preview
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openhost-frontend-preview
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/openhost-frontend-preview
Command: npx skills add https://github.com/imbue-ai/sculptor --skill openhost-frontend-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a live, hot-reloading preview of the Sculptor WEB frontend, allowing users to see UI changes in real-time.

Core Features & Use Cases

  • Live Preview: Instantly view UI changes in a browser or phone.
  • Hot-Reloading: Changes to the frontend code are automatically reloaded without manual refreshing.
  • Use Case: When iterating on the web UI, this Skill enables quick visual feedback on UI changes.

Quick Start

Run the preview by executing the command: /sculptor-workflow:fix-bug

Frequently Asked Questions about openhost-frontend-preview

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

FAQPage Schema
How do I get a live preview of my web frontend with hot-reloading?▼

To get a live preview with hot-reloading, you can run a Vite dev server that automatically reloads UI changes. This provides instant visual feedback in a browser or phone without manual refreshing during frontend development.

Can I view UI changes on my phone while iterating on a web frontend?▼

Yes, you can view UI changes on your phone. The live preview runs a Vite dev server with hot-reloading, making the frontend accessible on mobile devices to instantly verify UI updates during development.

How do I start the hot-reloading UI preview in the Sculptor environment?▼

To start the hot-reloading UI preview in the Sculptor environment, execute the `/sculptor-workflow:fix-bug` command. This initiates the Vite dev server to provide a live preview of your web frontend.

Does Vite dev server work for frontend development in OpenHost?▼

Yes, Vite dev server works for frontend development in OpenHost. It runs within the openhost-deployed Sculptor environment to provide a live, hot-reloading preview of the web frontend during development.

Why do I need a browser to view the frontend preview?▼

You need a browser because the Vite dev server outputs the live preview to a web view. The hot-reloading mechanism renders the UI updates directly in a browser or phone interface for visual verification.

What is hot-reloading for web frontend UI changes?▼

Hot-reloading for web frontend UI changes is a mechanism that automatically refreshes the visual output when code is modified. It uses a Vite dev server to instantly apply updates without requiring manual browser refreshing.