Migrating from Other Tools
Switch to Inpera from other tools with minimal friction.
From Marvel/InVision
Export Comments
- Export comments from your current tool
- Use our import API:
POST /v1/projects/{projectId}/import/comments
Content-Type: application/json
{
"source": "invision",
"comments": [...]
}
Migrate Screens
- Export screen images
- Create project in Inpera
- Set up your live preview URL
- Re-create annotations
From Figma Prototypes
Inpera complements Figma rather than replacing it:
- Use Figma for design
- Use Inpera for live site review
- Link Figma designs in comments
From BrowserStack/LambdaTest
For visual testing migration:
- Use Inpera's snapshot API
- Integrate with your CI/CD
- Compare snapshots automatically
# GitHub Actions
- name: Capture Snapshot
run: |
curl -X POST https://api.inpera.app/v1/snapshots \
-H "Authorization: Bearer $INPERA_KEY" \
-d '{"projectId": "...", "url": "$DEPLOY_URL"}'
Data Import
Bulk Import Projects
POST /v1/import/projects
Content-Type: application/json
{
"projects": [
{ "name": "Site A", "url": "https://..." },
{ "name": "Site B", "url": "https://..." }
]
}
Import Team Members
POST /v1/import/members
Content-Type: application/json
{
"members": [
{ "email": "...", "role": "editor" }
]
}
Migration Support
Need help migrating?
- Free: Self-service with docs
- Pro+: Email support
- Business+: Migration specialist
- Enterprise: White-glove migration
Contact [email protected]