deploy-fullstack-vercel

deploy-fullstack-vercel is a skill for Claude Code, Codex from vellum-ai/vellum-assistant. It costs 41 tokens per session (2,486 once invoked), scanned A, original, MIT.

A deployment workflow for putting a React frontend and Python/FastAPI backend, or a Vellum app, on Vercel as a serverless demo. Vercel is a service that hosts web applications, while a serverless app runs backend code without managing a traditional server.

In plain words
What is it for?
Use it to publish a full-stack app or Vellum app, seed demo data, and create a temporary or showcase deployment on Vercel.
Why use it?
It turns a full-stack project into a shareable live demo without requiring authentication or a persistent database. It is intended for quick showcases, portfolios, and demonstrations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

About the project

Vellum Assistant is a personal AI assistant that remembers information about users, learns their preferences, and takes actions across connected apps. It is intended for people who want an assistant that can manage conversations, unfinished work, and proactive notifications over time. The catalogue skills, hooks, instruction, and setting configure or extend how the assistant works.

vellum-ai/vellum-assistant · 1,194 stars · on GitHub · vellum.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vellum-ai/vellum-assistant/deploy-fullstack-vercel
Any agent
npx skills add vellum-ai/vellum-assistant --skill deploy-fullstack-vercel
Clone the repo
git clone --depth 1 https://github.com/vellum-ai/vellum-assistant

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deploy-fullstack-vercel

README.md
[![agentmods](https://agentmods.dev/badge/skills/vellum-ai/vellum-assistant/deploy-fullstack-vercel.svg)](https://agentmods.dev/skills/vellum-ai/vellum-assistant/deploy-fullstack-vercel)
Your own site
<a href="https://agentmods.dev/skills/vellum-ai/vellum-assistant/deploy-fullstack-vercel"><img src="https://agentmods.dev/badge/skills/vellum-ai/vellum-assistant/deploy-fullstack-vercel.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.02486
Opus 5 $0.00020 $0.01243
Sonnet 5 $0.00008 $0.00497
Haiku 4.5 $0.00004 $0.00249

Measured 6d ago against content hash 53c7708f1e95, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

deploy-fullstack-vercel scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**The stored Vercel API token is reserved for brokered `publish_page` and `unpublish_page` actions only.** Do not pass it to `bash`, `curl`, Vercel CLI commands, or proxy credential injection. Do not use `network_mode: "
skills/deploy-fullstack-vercel/SKILL.md · 265 lines

How it starts

The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deploy Fullstack to Vercel

Deploy a full-stack app with a React/Vite frontend and Python/FastAPI backend to Vercel as a serverless demo, OR deploy a Vellum-built app from the library. No auth required - meant for demos, portfolio pieces, and quick showcases.

When to Use

  • User says "deploy this to Vercel", "host this", "publish this"
  • User has a project with a frontend + backend they want live
  • User wants to deploy a Vellum app that uses backend features (data store, custom routes)
  • User wants a quick demo deployment (no persistent database needed)

Authentication

Vellum App Publishing

For publishing Vellum apps from the library, use the built-in publish_page tool. This is the preferred path — it uses the stored Vercel API token (vercel/api_token) via the brokered publish flow without exposing the token to shell commands.

The stored Vercel API token is reserved for brokered publish_page and unpublish_page actions only. Do not pass it to bash, curl, Vercel CLI commands, or proxy credential injection. Do not use network_mode: "proxied" with credential_ids for Vercel deployments.

Custom Full-Stack Deployments

For custom projects that need Vercel deployment (not Vellum app publishing):

  1. Install the Vercel CLI with bun install -g vercel (not npm — npm is not available in the sandbox).
  2. Use vercel login to authenticate interactively (opens browser for the user).
  3. If the user does not want to use CLI auth, stop and ask them for an approved deployment path. Do not extract, inject, or shell with the stored API token.

Deploying a Vellum App

When the user asks to deploy a Vellum app from their library (from /workspace/data/apps/<app-name>/):

1. Detect Vellum Bridge Usage

Check the compiled app for Vellum bridge API usage:

grep -l "window\.vellum\.\|vellum\.fetch\|vellum\.data\|vellum\.sendAction" /workspace/data/apps/<app-name>/dist/*.js /workspace/data/apps/<app-name>/dist/*.html 2>/dev/null

Read the full file on GitHub · 265 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 265 lines · 41 tokens per session scan A 53c7708f1e95

Subscribe to this mod's changes

deploy-fullstack-vercel is a skill published in the GitHub repository vellum-ai/vellum-assistant (1,194 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 2,486 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.