moai-platform-deployment

Guide deployment of applications to Vercel, Railway, and Convex platforms.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/taewook486/real-estate-mcp --skill moai-platform-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-platform-deployment
Source: https://github.com/taewook486/real-estate-mcp/tree/main/.claude/skills/moai-platform-deployment
Command: npx skills add https://github.com/taewook486/real-estate-mcp --skill moai-platform-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance on choosing, configuring, and deploying applications across leading modern platforms like Vercel, Railway, and Convex, simplifying complex deployment decisions.

Core Features & Use Cases

  • Platform Selection: Helps you decide between Vercel (edge-first), Railway (container-first), and Convex (real-time backend) based on your application's needs.
  • Deployment Patterns: Offers common architectural patterns for web apps, mobile backends, and full-stack monoliths.
  • CI/CD Integration: Provides examples for integrating deployments with GitHub Actions.
  • Use Case: You're building a new real-time collaborative application and need to choose the best backend and frontend hosting. This Skill will guide you through selecting Convex for the backend and Vercel for the frontend, outlining the setup process.

Quick Start

Use the moai-platform-deployment skill to compare Vercel and Railway for deploying a containerized Node.js application.

Frequently Asked Questions about moai-platform-deployment

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

FAQPage Schema
How do I choose between Vercel, Railway, and Convex for app deployment?

Vercel suits edge-first frontend deployments, Railway handles containerized applications, and Convex provides real-time backend infrastructure. Selecting a deployment platform depends on matching your application architecture with the specific hosting capabilities of each service.

What's the best way to deploy a containerized Node.js application to Railway?

Deploying a containerized Node.js application to Railway involves leveraging its container-first infrastructure to host your server workloads. You can configure deployment patterns and integrate CI/CD pipelines using GitHub Actions for automated container builds and releases.

Can I use Vercel and Convex together for a real-time full-stack application?

Yes, you can deploy frontend applications to Vercel while using Convex as your real-time backend. This deployment pattern pairs Vercel's edge-first hosting with Convex's real-time backend infrastructure to support collaborative full-stack architectures.

Does this deployment guidance include CI/CD integration with GitHub Actions?

Yes, CI/CD integration is supported by providing examples for integrating deployments with GitHub Actions. You can automate your Vercel, Railway, or Convex deployment workflows directly through GitHub Actions pipeline configurations.

When should I not use serverless platforms for hosting my web app?

You should reconsider serverless deployment if your application architecture requires persistent background processes or complex containerized environments, where Railway's container-first approach or custom infrastructure might better support your specific hosting needs.