SoloMGR Documentation

Table of Contents

JSON Backup

Export your SoloMGR data as a JSON backup (ZIP-compressed). Use it for data recovery, processing with external tools, or handing off to AI for analysis.

Export Steps

  1. Open SoloMGR Settings
  2. Click "Export JSON backup" in the "Data Backup" section
  3. solomgr-backup-<timestamp>.zip downloads

File Structure

solomgr-backup-<timestamp>.zip
├── data.json      # Organizations, persons, projects, works, tasks, logs
└── profile.json   # Account settings
Tip: You can paste the JSON straight into an AI chat and ask for analysis — trend analysis by person, monthly volume breakdowns, and more.

Budget Tracking (Pending Revenue)

Set a base price on a task in the task master, and pending revenue and outsourcing costs are totalled in real time inside the app. No external tools required.

How It Works