Introducing MigrateKit
Migrate from Webflow to Sanity in hours, not weeks
The fastest way to migrate you CMS collections — and the easiest. No developers, no delays, no data loss.
Your developers have better things to do
Manual migrations force your team to learn systems they'll never use again. MigrateKit solves that.
The manual way
- Write custom Node.js scripts for every collection
- Parse HTML to Portable Text manually
- Tinker with API rate limits and retries
- Fix broken image references one by one
- Risk data loss and downtime
// The nightmare you avoid
const blocks = htmlToBlocks(html, {
rules: [
{
deserialize(el, next, block) {
if (el.tagName === 'img') {
return {
_type: 'image',
asset: { _ref: await uploadImage(el.src) }
}
}
// ... 200 more lines of code
}
}
]
})The MigrateKit way
- Connect your Sanity project
- Export your Webflow collections as CSVs
- Upload the data to MigrateKit
- Click "Migrate"
- Done in minutes
The hard parts, automated
Just upload your Webflow collections. MigrateKit handles the rest.
Automated data conversion
Webflow exports HTML. But Sanity expects Portable Text. MigrateKit handles the conversion for you.
Smart asset management
MigrateKit gets all your images & files uploaded, deduped, and properly linked inside Sanity.
Sanity's rate limits? We handle them
MigrateKit automatically handles backpressure, retries, and timeouts, so large migrations never fail.
Zero-config migration
Take care of everything in the MigrateKit app. No need to interact with any CLI, scripts, or code.
Pricing
Try MigrateKit for free! Once you witness the magic, pick the plan that's right for you.
DIY Migration Tool
Perfect for straightforward CSV migrations
- Migrate up to 1k documents
- Transfer unlimited images and files
- Push data directly into Sanity
- Resolve references between collections
- Custom schema design
Done-For-You Migration
White-glove service for complex migrations
- Migrate unlimited documents
- Transfer unlimited images and files
- Push data directly into Sanity
- Resolve unlimited references
- Custom schema design