strapi → convex
Move a Strapi database into Convex without guessing.
An internal tool for the ARMS migration. It snapshots the source database, lets you map it field by field onto a Convex schema, then runs the transfer with a full audit trail of every row it touched.
Sign in to continue
Admin access only — accounts are approved by an existing administrator.
- snapshot
Snapshot the source
Upload a Strapi SQL dump. Every table, column and row is parsed and kept queryable so you can inspect exactly what you are migrating.
- map
Map to a target schema
Pair source tables and columns with your Convex schema. Relations, junction tables and media fields each get an explicit rule.
- run
Run and verify
Execute the migration in tracked runs with per-row audit records, so a failure tells you which row broke and why.