# joshpxyne/gpt-migrate

Easily migrate your codebase from one framework or language to another.

Repository: https://github.com/joshpxyne/gpt-migrate
Canonical: https://ross.abutalabs.com/products/gpt-migrate
Homepage: https://gpt-migrate.com
Language: Python
License: MIT
License Family: permissive
Last push: 2024-09-17T23:13:51+00:00

## Health v2 (maintenance only)
Score: 29/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 83
- inputs: {"age_days": 1166, "days_push": 715, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6978, forks 501 (observed 2026-08-28T04:09:51.868226+00:00)

## What it is
GPT-Migrate is a Python CLI tool that uses LLMs (GPT-4 via OpenAI or OpenRouter) to automatically migrate codebases from one framework or language to another. It rewrites source files, generates unit tests, and validates the migrated app, typically running inside Docker.

## Use cases
- migrate a codebase from one language to another
- convert a Flask app to Node.js
- port a project to a new framework using GPT-4
- automatically rewrite legacy code with LLMs
- generate unit tests while migrating code

## When to choose
- you need to translate a codebase to a different language or framework
- you want LLM-assisted code migration with automated test validation
- you're experimenting with AI-driven code rewriting

## When to avoid
- you need guaranteed-correct migration output - the tool warns not to trust results blindly
- your codebase is large and API costs are a concern, since it may rewrite everything
- you need a mature, production-supported migration tool

## Facets
- artifact type: cli-tool
- maturity: experimental
- function: llm-inference, developer-tools, code-review
- domain: developer-tools, large-language-models
- platform: python, cli, cross-platform
- tags: code-migration, llm-powered, code-translation, gpt-4, framework-migration, automation, docker

## Member repositories
- joshpxyne/gpt-migrate (main) score 29

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:51.868226+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:41:08.962516+00:00, confidence not recorded.
  - readme: https://github.com/joshpxyne/gpt-migrate (fetched 2026-08-28T04:09:51.868226+00:00, sha 528814219d73)
  - homepage: https://gpt-migrate.com (fetched 2026-08-29T08:36:56.483796+00:00, sha 7df6c282aee9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
