Help us improve
Share bugs, ideas, or general feedback.
From wasp
Deploys Wasp apps to Railway or Fly.io using Wasp CLI. Covers pre-deployment checks, OAuth redirect URLs, and safe re-runs for interrupted deploys.
npx claudepluginhub wasp-lang/wasp-agent-plugins --plugin waspHow this skill is triggered — by the user, by Claude, or both
Slash command
/wasp:deploying-appThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Run a pre-deployment check via [validating-pre-deployment](./validating-pre-deployment.md) to validate configuration.
Deploys built projects to platforms like Vercel, Cloudflare Workers, Supabase. Detects CLI tools, reads stack YAML for config, sets up DB/env, pushes code, verifies live status.
Deploys apps to Render by analyzing codebases, generating render.yaml blueprints, and providing dashboard deeplinks. For Git-backed services, Docker images, databases, and cron jobs.
Adds Wasp features like authentication (email/social), email sending, PostgreSQL/SQLite database, Tailwind/ShadCN styling, and app branding/meta tags. Use for configuring full-stack capabilities in Wasp apps.
Share bugs, ideas, or general feedback.
wasp deploy providers under the "Wasp Deploy" section of the docs and ask the user to choose one.If they user is using OAuth providers, inform them that they need to add the redirect URLs to the OAuth providers in the provider's dashboard. For example: https://your-server-url.com/auth/google/callback
More info can be found in the Wasp Social Auth Providers docs.
Safe to rerun: wasp deploy <provider> deploy
DO NOT rerun: wasp deploy <provider> launch commands (one-time only)