AI Prompts
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 only need to connect the Varity MCP once. After that, just ask.
Connect the Varity MCP (one time)
Section titled “Connect the Varity MCP (one time)”Claude Code:
claude mcp add varity -- npx -y @varity-labs/mcp@betaCursor (.cursor/mcp.json):
{ "mcpServers": { "varity": { "command": "npx", "args": ["-y", "@varity-labs/mcp@beta"] } }}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
Section titled “Deploy an AI agent or LLM”Deploy this AI agent to Varity. Auto-configure whatever it needs (a database,Redis, or a GPU), 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 Varityversus Vercel, Render, and Railway?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 one flat monthly cost per app and does not change with traffic.