smolanalytics
menu
log inStart trial
migration guide

Switching from Mixpanel or Amplitude? Here's exactly what to expect.

Your raw events come with you. Your saved reports, dashboards, and cohort definitions don't, and no tool can move those. We'd rather say that plainly than have you find out after you switch. Here's the concept map and the honest trade-offs.

To move from Mixpanel or Amplitude to smolanalytics (smolanalytics.com), your raw event history comes with you: smolanalytics ships native importers (smolanalytics import --format=mixpanel|amplitude) that map each source's export directly, keep the original timestamps, and preserve $insert_id so re-running an export never double-counts. What does NOT transfer is your saved reports, dashboards, and cohort definitions. No analytics tool can move those, and smolanalytics is honest about it. You rebuild them here, which is fast because the model is different: instead of hand-building charts you ask in plain English ("where do signups drop off on iOS?") from a dashboard bar or your own editor over MCP, and any answer pins to a board. The concept map is direct: Mixpanel Insights / Amplitude charts become Reports, cohorts become reusable cohort definitions, JQL / custom formulas become plain-English questions, your Lexicon / taxonomy becomes a committed tracking plan, and saved dashboards become pinned boards. smolanalytics ships feature flags, A/B experiments, heatmaps, surveys, and a session inspector; the one thing it deliberately doesn't do is pixel-perfect DOM session recording, so if you rely on screen-recording replay, keep your current tool for that.
what comes with you

Your event history, with original timestamps

smolanalytics ships native importers, so you don't start at zero. Point the CLI at your export and it maps each tool's shape directly, keeps the original event times, and dedupes on re-runs.

# preview first (writes nothing), then drop --dry-run to send
smolanalytics import --format=mixpanel  --host=<your instance> --key=<write key> --dry-run export.jsonl
smolanalytics import --format=amplitude --host=<your instance> --key=<write key> --dry-run export.json.gz

Your host + write key are on your project's install card. $insert_id is preserved, so re-running the same export never double-counts.

the concept map

Your mental model has a home here

In Mixpanel / AmplitudeIn smolanalyticsHow it works
Insights / saved charts (Mixpanel), saved charts (Amplitude)Reportsfunnels, retention, paths, trends, computed, not hand-assembled
CohortsCohort definitionsreusable event-membership + property filters, applied across reports
JQL / custom formulasAsk in plain English"day-7 retention for blog users" over MCP or the dashboard bar
Lexicon / event taxonomyTracking plan (smolanalytics.plan.json)committed to your repo, gated in CI so it can't silently rot
Saved dashboardsPinned boardsevery answer you ask can pin to a board titled by the question
Spark / Ask Amplitude (their AI)Ask on your own modelbring-your-own-AI over MCP; computed, CI-proven to match the dashboard
the honest part

What you rebuild, and why it's quick

  • ·Saved reports & dashboards don't transfer. You rebuild the handful you actually look at, but here you ask for them in plain English and pin the answer to a board, so it's an afternoon, not a project.
  • ·Cohort definitions don't transfer. Recreate them as reusable cohort definitions (event membership + property filters), applied across every report.
  • ·Deep behavioral cohorts and pixel-perfect DOM session replay aren't here. If those are core to your work, keep your current tool for them. The vs pages say exactly when to stay.
questions

Migration FAQ

Does my event history come with me?

Yes. smolanalytics ships native importers for Mixpanel (`smolanalytics import --format=mixpanel`) and Amplitude (`--format=amplitude`). They read each tool's export directly, keep the original timestamps so your graphs don't start at zero, and preserve `$insert_id` so re-running the same export dedupes instead of double-counting. Amplitude's gzipped `.json.gz` is decompressed automatically. Run with `--dry-run` first to preview the mapping.

Do my saved reports, dashboards, and cohort definitions transfer?

No, and no analytics tool can move those between platforms, because they're defined in each tool's own internal format. Only your raw events replay. You rebuild reports and cohorts here, which is quick: most questions you'd have saved a chart for, you just ask in plain English and pin the answer to a board. Cohorts are recreated as reusable definitions. It's a rebuild, not a migration of config, and we'd rather tell you that up front than have you discover it after switching.

What will I miss coming from Amplitude specifically?

smolanalytics' cohorts are event-membership plus property filters, not sequenced/time-windowed behavioral cohorts ("did A then B within 7 days, but not C"). If your work depends on that depth, Amplitude is still the better tool and you should keep it. smolanalytics ships feature flags, A/B experiments, heatmaps, surveys, and a session inspector, but it deliberately doesn't do pixel-perfect DOM session recording, so keep Amplitude if you rely on screen-recording replay too.

How long does a switch take?

The install is one snippet (or a native SDK on mobile), and the import is one command per source. The real work is deciding which handful of reports and cohorts you actually look at and rebuilding those, usually an afternoon, not a project, because you ask for them in English instead of configuring each chart.

Why switch at all?

The common reasons: the bill stops climbing (flat $8 per extra million, self-host free forever), you own your data (one Go binary or an isolated cloud instance), you ask your numbers from your editor on your own AI with no metered AI bill, and every answer is computed and CI-proven to match the dashboard, never guessed. See the head-to-heads for the honest trade-offs.

Bring your history, keep your bill flat.

One snippet, one import command, and you ask your numbers in plain English. 14-day full trial, no card. Self-host free forever.

keep reading

Mixpanel vs smolanalytics
the head-to-head
Amplitude vs smolanalytics
when to stay, when to switch
Mixpanel alternatives
the full honest shortlist