AI Prompts for Varity Deploys
Varity is built for AI coding tools. You describe what you want in plain English, and your AI assistant deploys it for you. Copy any prompt below into Claude Code, Cursor, Windsurf, or ChatGPT.
You connect the Varity MCP once.
Connect the Varity MCP (one time)
Section titled “Connect the Varity MCP (one time)”Claude Code:
claude mcp add varity -- npx -y @varity-labs/mcpCursor (.cursor/mcp.json):
{ "mcpServers": { "varity": { "command": "npx", "args": ["-y", "@varity-labs/mcp"] } }}Deploy my app
Section titled “Deploy my app”Deploy this project to Varity. Detect the framework, build it, and give methe live URL. If anything is missing, tell me exactly what to fix.Migrate from Vercel
Section titled “Migrate from Vercel”Migrate this app from Vercel to Varity. Remove the Vercel config, rename theVERCEL_* environment variables, deploy it, and show me the live URL plus whatit will cost per month.Deploy an AI agent or LLM app
Section titled “Deploy an AI agent or LLM app”Deploy this AI agent to Varity. Auto-configure whatever it needs (a databaseor Redis), deploy it, and give me the live URL.Check a deployment
Section titled “Check a deployment”Show me the status and logs for my latest Varity deployment, and what itcosts per month.Estimate cost before deploying
Section titled “Estimate cost before deploying”Using Varity's cost calculator, what will this app cost per month on Varity,and what is included in that price?Tips for the best results
Section titled “Tips for the best results”- Tell your AI tool the full path to your project so it deploys the right folder.
- Varity deploys Node apps (Next.js, React, Vue, Astro, Qwik, Vite, Express, Fastify, NestJS, Koa, Hono) and Python apps (FastAPI, Django, Flask), plus static sites.
- A database is configured automatically when your app needs it. You do not install anything extra.
- Your bill is at most a fixed monthly maximum per app, prorated by running time, and an unchanged profile does not cost more as traffic grows.