Vercel through Squiid
Frontend hosting with git-based deploys and preview URLs per branch. Vercel is next up on Squiid, being built now.
What Vercel is
Vercel is a deployment platform for frontend applications. Push a branch and it builds the project, deploys it to an edge network and gives you a unique preview URL; merge to main and the same build is promoted to production with instant rollback available. It runs serverless and edge functions alongside the static output, handles image optimisation, provides analytics and speed insights, and has the deepest support for Next.js because the framework and the platform come from the same company. Cron jobs, edge middleware and a build cache round it out, and the dashboard reports which routes are slow once real traffic arrives.
For vibe coding this is the shortest route from generated code to a link you can send someone. An agent scaffolds an app, connects the repository, and every subsequent change gets its own preview deployment that a reviewer or a client can open without running anything locally. Environment variables per environment are part of the workflow, which is also where provider keys usually end up duplicated across production, preview and development scopes. Build minutes and bandwidth are the two numbers that grow quietly, because a busy preview workflow builds far more often than it ships.
Why connect it through Squiid
Vercel is a launch service on the Squiid roadmap. When it is connected, Squiid will provision the project, hold the deployment token and route deploy and management calls through https://api.squiid.io/v1/vercel/... with Authorization: Bearer $SQUIID_API_KEY, with the Vercel CLI and SDK working by base URL swap (gateway convention). Pro seats pass through at $20 per seat per month at Vercel's listed price on your Squiid invoice with no fee added, and usage above the plan meters against prepaid credits at list.
- One account, one key, one bill, one dashboard. Vercel sits beside every other service your project uses, on the same invoice and the same credit balance.
- Key custody. Squiid holds the Vercel credentials. Your code carries
SQUIID_API_KEY, so VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID never land in a repository, a preview deployment or an agent’s context. - Metering you can see. Every call is counted per service and per day, so you know what Vercel costs before the month ends.
- Pause on zero. When prepaid credits run out the gateway stops authorizing usage instead of running up a bill you did not fund.
- One rotation. Rotating the Squiid key cuts off every agent, worker and deployment at once, with no provider key to hunt down.
What you get
- A provisioned Vercel project with the token held by Squiid
- Preview deployments for every branch
- Serverless and edge functions with the app
- Instant rollback to a previous deployment
- Pro at $20 per seat passed through at list price
How to connect Vercel
One variable replaces the provider credentials this service would normally need. Requests go to the gateway and the official SDKs work by pointing their base URL at it (gateway convention).
# .env
# replaces VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID
SQUIID_API_KEY=sq_live_xxxxxxxxxxxxxxxxxxxxxxxx
# every request: https://api.squiid.io/v1/vercel/...
# header: Authorization: Bearer $SQUIID_API_KEY
Add it in your dashboard
Open the Squiid catalog, add Vercel and fund credits. Squiid provisions the project and keeps the provider keys.
Put the one key in your env
Add SQUIID_API_KEY to .env and delete VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID. Nothing else from Vercel needs to exist in your project.
Point your agent at it
Claude Code, Cursor and Codex read the same variable and call https://api.squiid.io/v1/vercel/. Claude Code, Cursor and v0 deploy to Vercel constantly, so preview URLs are often how a generated feature is first reviewed.
Pricing through Squiid
Vercel charges a per-seat plan fee plus usage for bandwidth, function invocations and build minutes above the included allowance, at the provider's listed price. Squiid passes that through at par: one dollar of prepaid credit is one dollar of Vercel usage, with no markup and no per-request margin.
Vercel Pro passes through at $20 a month at the provider’s listed price on your monthly Squiid invoice. Service subscriptions carry no Squiid fee.
Squiid adds no markup to provider prices. There is a free plan at $0 a month with a 15% fee when you top up credits, Solo at $19.97 a month with a top-up fee that starts at 8% and falls to 3.5% as your spend grows, Team from $29.97 a seat a month with the same ladder one point lower, and Custom with a rate of 3% or less. Credits are prepaid, so Vercel usage stops when the balance reaches zero rather than producing an invoice you did not fund. Auto top-up with a cap keeps production running without handing anyone an open-ended card.
If you leave
Transfer: Vercel supports transferring a project between teams, initiated by a member of both, so the project moves to your own Vercel team with its domains and environment variables. Squiid never owns your code, your schema or your domain, and the gateway speaks Vercel's own API, so the client change is a base URL. The handover page lists what happens for every provider in the catalogue.
Works with every coding agent
Vercel through Squiid is just an HTTP call with a bearer token, so every agentic coding tool can use it with the single key already in your environment:
- Claude Code
- Cursor
- ChatGPT
- Codex
- Grok
- Gemini CLI
- GitHub Copilot
- Windsurf
- Perplexity
- Devin
- Replit
- v0
- Lovable
- Cline
Vibe coding a feature on Vercel usually means asking for it in plain language and letting the agent write the integration. Because the key is Squiid’s rather than the provider’s, it can do that without ever holding a credential that could be leaked, logged or committed.
Related services
Netlify
HostingGit-driven hosting with deploy previews, forms and edge functions
RoadmapProvisionedCloudflare Workers
Storage and mediaServerless code on Cloudflare's edge network with near-zero cold starts
Next upProvisionedSupabase
DatabasesPostgres with auth, storage, realtime and edge functions attached
Next upProvisionedNeon
DatabasesServerless Postgres with instant branching and scale to zero
LiveProvisionedResend
EmailTransactional email for developers, with React Email templates
LiveInstantQuestions people ask
What happens to my Vercel deploys if my Squiid credits run out?
Deployments already serving keep running under your Vercel plan. New metered usage and new builds stop being authorized until credits are topped up, and subscription renewals are flagged before they are due.
Does Squiid mark up Vercel Pro?
No. Pro seats pass through at $20 per seat per month at Vercel's listed price on the Squiid invoice, with no fee on subscriptions.
Can Claude Code deploy to Vercel with my Squiid key?
Once Vercel is connected, yes. The CLI authenticates through the gateway with SQUIID_API_KEY, so the Vercel token is not stored in your project.
Is Vercel live on Squiid today?
It is one of the launch services and currently sits on the roadmap in the catalog. Follow it from your dashboard for the go-live date.
Vercel or Cloudflare Workers?
Vercel is stronger for full framework apps with preview deployments and image optimisation. Workers is stronger for small always-on edge logic. Both are on one Squiid key.
Connect Vercel with one key.
Vercel builds and hosts frontend applications with a global edge network, a preview deployment for every branch, serverless and edge functions, and first-class Next.js support. Planned for Squiid as a provisioned service.