RegionKit Open Editor →
sharing collaboration annotation team workflow computer vision

How to Share Annotated Images with Your Team

Compare approaches to sharing image annotations with teammates — email attachments, shared drives, JSON exports, and shareable URLs. RegionKit's publish flow makes review and collaboration instant.

· RegionKit

Annotation work rarely happens in isolation. You draw zones, a colleague reviews them, a client approves them, or a remote teammate needs to pick up where you left off. Getting annotations from one person to another is more complicated than it should be.

This article covers the common approaches and when each is appropriate.

The problem with file attachments

The traditional workflow: annotate, export a JSON file, attach to an email or upload to Slack, send to colleague, colleague opens the JSON in their own tool, finds the zones don’t render correctly because their tool uses a different format, emails back asking for a PNG.

The issues compound quickly:

Option 1: Shared drive folder (JSON + PNG)

The simplest step up from email. Export both the native JSON and a flat PNG from RegionKit. Put both files in a shared Google Drive or Dropbox folder.

Works well when:

Breaks down when:

Option 2: JSON in version control (Git)

For engineering teams already using Git, committing zone configuration JSON to the repository has real advantages:

Limitation: The JSON is not human-readable for non-technical stakeholders. A reviewer who needs to verify that zone boundaries match physical spaces can’t meaningfully read a file of coordinates.

Option 3: RegionKit’s publish flow

RegionKit has built-in scene sharing. Click the Publish button in the toolbar to upload your scene to a URL:

https://editor.regionkit.app?scene=abc123xyz

Anyone with this URL can open the scene in their browser — no account, no install. They see the exact annotations you drew, at the correct positions, with layer visibility and styling preserved.

View-only link — the default. Share this with clients, security reviewers, facility managers, or anyone who needs to verify the zone configuration visually.

Edit link — available from the Share dialog. Anyone with this link can open the scene and publish their own changes. The scene tracks a version history so you can see what changed between versions.

Version history

Every publish saves a new versioned snapshot. Open the History panel (clock icon in the toolbar) to:

This is useful for:

Choosing based on your workflow

ScenarioRecommended approach
Solo work, personal recordExport JSON locally
Internal team reviewRegionKit publish + view link
Client approvalRegionKit publish + view link
Collaborative editingRegionKit publish + edit link
Versioned config in pipelineGit + native JSON export
Audit trail requiredRegionKit publish (version history) + PNG export for records

Privacy considerations

RegionKit’s publish feature uploads your scene — including the background image and all annotation data — to Cloudflare’s infrastructure. For camera frames containing identifiable individuals or sensitive facility information, consider whether sharing via URL is appropriate for your use case.

If your data must stay on-premises, use the local JSON export and share via your organisation’s own infrastructure. RegionKit’s offline-first design means all annotation work happens in your browser regardless — publishing is always opt-in.


Related: How to Define Regions of Interest for Computer Vision · RegionKit vs CVAT

Try RegionKit — it's free

Browser-based ROI editor. No install, no account, no data upload.

Open the Editor