vibie_create_site
Upload a local folder to publish a new static site at a permanent vibie.page URL. Adds a marker file for future updates.
Instructions
Create a NEW Vibie site by uploading a local folder. Use this when the user wants to publish a brand new site, or when no .vibie/site.json marker exists in the folder. Vibie hosts static HTML/CSS/JS at a permanent URL like my-site-a3f9.vibie.page. Auto-creates a .vibie/site.json marker in the folder for future updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Absolute or relative path to the folder containing index.html (or a single HTML file). Required. | |
| name | No | Display name. Defaults to folder name. | |
| category | No | Category id (portfolio / wedding / landing / event / game / photo / linkbio / misc). Defaults to misc. | |
| is_public | No | Whether the site appears in the public gallery. Defaults to true. | |
| note | No | Optional deployment note (changelog-style). |