🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tyroneross/replit-migrate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tyroneross/replit-migrate

Replit app migration toolkit for web, Vercel, iOS, and macOS moves, with plugin guidance and MCP-backed migration checks.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

replit-migrate

Claude Code plugin that migrates Replit apps to web (Vercel/Cloudflare/standalone) or native iOS/macOS apps. Generates risk-ordered migration plans with lessons encoded from real migrations.

Install

npm install -g @tyroneross/replit-migrate

Or install as a Claude Code plugin:

claude plugin add @tyroneross/replit-migrate

Usage

As Claude Code Plugin

# Scan a Replit project
/replit-migrate:scan

# Generate a web migration plan
/replit-migrate:migrate web

# Generate a native iOS migration plan  
/replit-migrate:migrate native

As CLI

# Scan
replit-migrate scan ./my-replit-app

# Plan web migration
replit-migrate plan web ./my-replit-app --deploy vercel

# Plan native migration
replit-migrate plan native ./my-replit-app --platform ios

# Check progress
replit-migrate progress ./my-replit-app

What It Detects

  • Stack: Runtime, framework, frontend, bundler, ORM, styling
  • Auth: Replit OIDC, magic link, JWT, session — flags Replit-specific auth
  • Database: Postgres, SQLite, MongoDB — flags Replit-hosted DBs
  • API Routes: Method, path, auth requirements, Replit-specific code
  • Environment Variables: Categorized, with Replit-specific flags
  • Browser APIs: SpeechRecognition, geolocation, etc. — mapped to native equivalents
  • Replit Dependencies: .replit, replit.nix, @replit/* packages, REPLIT_* env vars

Encoded Lessons

Plans are shaped by real migration experience:

LessonSourceEffect
Spike auth firstProductPilot (6+ fix commits)Auth tasks ordered first in web plans
Bundler config upfrontProductPilot (4+ fix commits)Config generation before feature code
Architecture doc firstFloDoro (51 builds)Native plans start with architecture doc
Platform constraints before UIFloDoro watchOS redesignConstraint checklist before any views
IBR from build 1FloDoro (caught issues at build 36)Testing included from first task

Plugin Package Surfaces

This package ships host manifests alongside the CLI/runtime package. The package root is the repository root (.).

Primary packaged surfaces:

  • skills from ./skills when present
  • MCP config from ./.mcp.json when present

License

Apache-2.0

Keywords

replit

FAQs

Package last updated on 08 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts