deploying-app

Deploy Wasp apps to Railway or Fly.io using the Wasp CLI.

12|6|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/wasp-lang/claude-plugins --skill deploying-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploying-app
Source: https://github.com/wasp-lang/claude-plugins/tree/main/plugins/wasp/skills/deploying-app
Command: npx skills add https://github.com/wasp-lang/claude-plugins --skill deploying-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the deployment process for Wasp apps, handling pre-deployment validation, provider selection, and OAuth configuration.

Core Features & Use Cases

  • Pre-Deployment Validation: Runs comprehensive checks to catch configuration issues before deployment.
  • Multi-Provider Support: Guides deployment to Railway or Fly.io using Wasp CLI commands.
  • Use Case: When ready to launch your app, this Skill validates your setup, handles deployment to your chosen platform, and ensures OAuth redirect URLs are properly configured.

Quick Start

Ask Claude "help me deploy my Wasp app to Railway" to start the automated deployment workflow.

Frequently Asked Questions about deploying-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Wasp app to production?

Deploy your Wasp app to production using the Wasp CLI with automated pre-deployment validation, provider selection between Railway or Fly.io, and OAuth redirect URL configuration to ensure your setup is correct before launch.

What validation does Wasp run before deployment?

Wasp runs comprehensive pre-deployment validation checks to catch configuration issues early, validating your app setup and settings before attempting to deploy to your chosen provider.

Can I deploy a Wasp app to Railway and Fly.io?

Yes, Wasp supports multi-provider deployment. The Wasp CLI guides you through deployment to either Railway or Fly.io, handling provider-specific steps and configuration for each platform.

How do I configure OAuth redirect URLs during Wasp deployment?

The deployment workflow automatically handles OAuth redirect URL configuration as part of provider-specific deployment steps, ensuring your authentication setup is properly aligned with your chosen platform.

What should I know before running wasp deploy?

Before deploying, ensure your Wasp app passes pre-deployment validation checks. Avoid rerunning 'wasp deploy <provider> launch' once deployment has started, as the Skill enforces safe command usage to prevent deployment conflicts.

Why is pre-deployment validation important for Wasp apps?

Pre-deployment validation catches configuration issues before they reach production, preventing failed deployments and ensuring your app, OAuth settings, and provider configuration are correct from the start.