share_html
Upload static HTML content to generate a shareable link with an integrated feedback widget, ideal for prototypes and standalone pages without build steps.
Instructions
Share a static HTML page on VibeSharing — the simplest way to share. No Vercel, no GitHub, no React wrapper. Just uploads the HTML and gives you a shareable link with the feedback widget built in. Use this for standalone HTML files, one-page prototypes, or any static content that doesn't need a build step. For large HTML files, use file_path instead of html to avoid MCP parameter size limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | The full HTML content to share. Either html or file_path is required. | |
| name | Yes | Name for the prototype (e.g., 'Sunrise Glow Chatbox') | |
| file_path | No | Absolute path to an HTML file on disk. Use this instead of html for large files that may exceed MCP parameter size limits (~100KB). Either html or file_path is required. | |
| prototype_id | No | Optional: existing prototype ID to update | |
| collection_id | No | Optional: collection to place it in |