A visual, 4-step dashboard for migrating WordPress content into Sanity. From SQL dump to live import — without the headaches.
- 🐳 Docker Management — spin up MariaDB and import your SQL dump in one click
- 🔄 Prepare Migration — extract posts, pages and media into Sanity-ready JSON
- 🔍 Verify Migration — search, filter and preview every transformed post
- 🚀 Import to Sanity — test run a single post, then ship the whole dataset
yarn install
yarn devDrop your data into /input:
input/backup.sql— WordPress database dumpinput/uploads/— media files (keep WordPress year/month structure)
Set Sanity credentials in .env.local:
NEXT_PUBLIC_SANITY_PROJECT_ID=...
NEXT_PUBLIC_SANITY_DATASET=...
SANITY_API_WRITE_TOKEN=...
SANITY_API_VERSION=...
yarn dev # dev server (Turbopack)
yarn test # run tests
yarn lint # lint
yarn build # production buildMIT — see LICENSE.




