# Deploy Website

> Take a finished website (from build-website, or any existing site folder) live on the internet via Netlify or Vercel - picking the easiest available path in (existing connector, then CLI, then guided drag-and-drop), walking a non-technical user through account setup, deploying, and verifying the live URL. Use whenever the user wants to publish or deploy a website, get a live URL, make a site publ…

- **Type:** Skill
- **Install:** `agentstack add skill-codewithjv-agent-skills-deploy-website`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [CodeWithJV](https://agentstack.voostack.com/s/codewithjv)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [CodeWithJV](https://github.com/CodeWithJV)
- **Source:** https://github.com/CodeWithJV/agent-skills/tree/main/plugins/codex-codewithjv/skills/deploy-website

## Install

```sh
agentstack add skill-codewithjv-agent-skills-deploy-website
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deploy Website

Get a finished website live on the internet for a non-technical user, with a real URL they can share - without ever asking them to touch a terminal unless that's genuinely the easiest path for them.

This is the last of three chained skills: **plan-website → build-website → deploy-website.** By the time this runs, the site should already exist and be approved by the user; your job is purely getting it live and verified.

## Find the site

Read `website/src/`. If it's missing, ask the user for the folder containing the finished site instead of assuming `build-website` was run in this session.

## Pick a provider

Both Netlify and Vercel are free for a simple static site and give a working URL in minutes - there's no wrong choice for most users here, so don't make them research it.

- If the user already has an account with one (ask, or check for an existing CLI login or connector), use that - switching providers for no reason just adds friction.
- Otherwise, describe both in one plain sentence each and let them pick, or just pick Netlify as a sensible default if they have no preference and say so.

## Get in the easiest way, in this order

1. **An existing Cowork/Claude connector** for Netlify or Vercel, if one is connected - always prefer this, it's the least setup and least error-prone.
2. **The provider's CLI** (`netlify` / `vercel`), if it's already installed or can be installed in the sandbox. This is the most hands-off path once an account exists. CLI flags and login flows change over time - if you're not sure of the current usage, check `--help` or do a quick `WebSearch` rather than relying on stale memory.
3. **Guided drag-and-drop**, if there's no CLI/connector path and the user is uncomfortable with a terminal. Walk them through the provider's web-based deploy (uploading the `website/src/` folder) one step at a time, in plain language, confirming what they see on screen before moving to the next step. See `reference/providers.md` for the general shape of each provider's drag-and-drop flow.

## Account and auth

If the user doesn't have an account, walk them through signing up in plain language ("click X, then Y"). Never ask the user to paste an API token, password, or session cookie into chat - direct them to complete login/auth in their own browser, and only proceed once they confirm they're logged in.

## Deploy, then verify

- Run the deploy and surface the resulting live URL clearly - this is the moment the user has been building toward, make it visible and unambiguous.
- Open or fetch the live URL and confirm it matches what they approved in the build preview. Check for the obvious failure modes: missing images, broken internal links, a blank page. Fix anything broken before calling it done - a "live" site that's broken isn't actually done.

## Explain what happens next

In plain language, before finishing:

- How to redeploy after future edits (re-run this skill, or the one-line command if they're using a CLI).
- That a custom domain is a later, optional step - point them at the provider's domain settings if they ask, but don't force this decision now.
- That the site stays live on its own - no ongoing action needed from them.

## Output

`website/deploy-notes.md` - provider used, the live URL, how to redeploy, and how to point a custom domain at it later.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [CodeWithJV](https://github.com/CodeWithJV)
- **Source:** [CodeWithJV/agent-skills](https://github.com/CodeWithJV/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-codewithjv-agent-skills-deploy-website
- Seller: https://agentstack.voostack.com/s/codewithjv
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
