Storage architecture
Tarkov Kappa Navi uses a local-first architecture. All your data is stored directly in your browser using IndexedDB (via the Dexie library), with no cloud synchronization or server dependency.What data is stored
Your browser stores the following data locally:- Profile: Player level, wipe ID, language preference, auto-start settings
- Quest progress: Task status (not started, in progress, done) for all quests
- Progress logs: Timestamped history of all status changes
- Notes: Personal notes attached to specific tasks
- Now pins: Up to 3 tasks pinned to your “Now” panel
- Hideout progress: Built hideout station levels and item inventory
- Map pins: Custom markers on interactive maps with colors, shapes, and labels
- Pin presets: Saved collections of map pins for reuse
All data persists across browser sessions. Your progress is preserved even when you close the tab or restart your browser.
Export and import
Exporting your data
Create a backup of your entire progress:
The exported file includes:
- Profile settings (level, wipe ID)
- All quest progress and status history
- Task notes
- Now pins
- Hideout progress and inventory
- Map pins and presets
Importing data
Restore a backup or transfer progress to another browser:Wipe reset
When Escape from Tarkov releases a new wipe, you can reset your progress while preserving your settings:
This will:
- Reset all quest statuses to “not started”
- Clear progress logs
- Remove all notes
- Clear Now pins
- Reset hideout progress and inventory
Your player level, language settings, and tier thresholds will be preserved after a wipe reset.
Browser storage limits
IndexedDB storage limits vary by browser:| Browser | Typical Limit |
|---|---|
| Chrome | ~60% of available disk space |
| Firefox | ~50% of available disk space |
| Safari | ~1 GB (may prompt user) |
Backup best practices
Pre-wipe backup
Export your data before resetting for a new wipe, in case you need to reference old progress.
Wipe ID system
The Wipe ID field in Settings allows you to track which game wipe your data belongs to:- Default:
default - Examples:
Jan2025,0.15.2,wipe-15 - Used to separate map pins and progress across different wipes
- Change it in Settings → Player → Wipe ID
Changing your Wipe ID does not reset your progress. It’s purely an organizational label. Use the Danger Zone reset function to actually clear progress.