moai-platform-deployment

Guide deployment to Vercel, Railway, and Convex with configuration and CI/CD examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers choose and configure the right deployment platform (Vercel, Railway, Convex) for their applications, streamlining the deployment process and ensuring optimal infrastructure choices.

Core Features & Use Cases

  • Platform Selection: Guides users on when to use Vercel (edge-first), Railway (container-first), or Convex (real-time backend).
  • Configuration Examples: Provides code snippets for vercel.json, railway.toml, and Convex schema definitions.
  • CI/CD Integration: Shows how to set up GitHub Actions for automated deployments to each platform.
  • Use Case: A developer has a Next.js app with real-time features and needs to decide between Vercel and Convex for deployment. This Skill provides a clear comparison and configuration examples for both.

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?

To choose a deployment platform, use Vercel for edge-first applications, Railway for containerized deployments, and Convex for real-time backend scenarios. This selection guide ensures optimal infrastructure for your specific app requirements.

How do I configure Railway for a containerized Node.js deployment?

To configure Railway for a containerized Node.js deployment, use a railway.toml file. This Skill provides specific code examples and configuration snippets to streamline container hosting and setup.

Does this provide CI/CD integration examples for GitHub Actions?

Yes, this provides CI/CD integration examples for GitHub Actions. It shows how to set up automated deployments to Vercel, Railway, and Convex, ensuring continuous delivery for your applications.

Can I deploy a Next.js app with real-time features using Convex?

Yes, you can deploy a Next.js app with real-time features using Convex. This Skill provides a clear comparison between Vercel and Convex, along with schema definitions to configure the real-time backend.

What are the configuration files needed for Vercel and Convex deployments?

The configuration files needed for Vercel and Convex deployments include vercel.json for Vercel and Convex schema definitions. This Skill provides code snippets and best practices for setting up these files.