From wasp
Deploys a Wasp app to Railway or Fly.io using the Wasp CLI. Includes pre-deployment checks, OAuth redirect URL setup, and safe rerun instructions.
How 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.
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)
npx claudepluginhub wasp-lang/wasp-agent-plugins --plugin waspDeploys 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's built-in full-stack features: authentication (email, social), email sending, database setup, and styling (Tailwind, ShadCN). Guides users through configuring one feature at a time.