socc-deploy
Use this skill when a frontend project is ready to share and you need a temporary preview URL.
Socc uploads static build output and returns a preview like https://xxxx.socc.ink.
Install CLI
Preferred global install:
npm i -g socclink
Alternative one-off run:
npx --yes socclink link
Deploy
From project root:
socc link
Useful flags:
socc link --ttl 1
socc link --framework auto
socc link --password demo1234
Expected output
Extract and report a URL with this pattern:
https://[a-z0-9]{8}\.socc\.ink
Response format:
Your preview is live at: https://xxxx.socc.ink
Scope and limits
- Static-only deployments.
- Build output directory must exist (
dist,build, orout). - Plan limits can block deploys (daily links, active deployments, size, traffic).
Quick troubleshooting
Not authenticated
- Run
socc login <token>with a valid API token.
Output directory not found
- Ensure the project build actually generated static output.
Daily limit reachedorMax active deployments reached
- Delete old previews with
socc delete <id>or wait for reset.