saccoai-client-portal
This skill takes the output of saccoai-design-variations and turns it into a branded review experience for clients. Instead of sharing raw Vercel preview URLs, the client gets a polished portal with variation summaries, screenshots, direct preview links, and a feedback form.
Default output is a single self-contained HTML file the agent can open in the browser and the user can email or share directly. Enterprise mode scaffolds a lightweight Next.js app with auth, real-time feedback storage, and email notifications — deployed to Vercel as a separate project.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
| Variations path | No | .saccoai/variations/ |
Path to variations output from saccoai-design-variations |
| Mode | No | static |
static (single HTML file) or deployed (Next.js app on Vercel) |
| Client name | No | from project | Display name shown in the portal header |
| Branding | No | saccoai defaults | Logo URL and accent color hex for the portal |
Execution Model
Single-agent sequential. All four phases run in order. No parallelism is needed — the portal is generated from already-available variation data, and feedback collection is a user-triggered step after the client has reviewed.