Blog · Orma · · 3 min read

Export All Your Data — CSV or JSON, Any Date Range

Your data belongs to you. xeve now supports full data export in CSV and JSON for every data type — app sessions, coding time, health, music, GitHub, locations — with date range filtering.

A personal analytics platform that locks in your data is not personal — it is a hostage situation. From the beginning, xeve has been built on the principle that your data is yours. The export feature makes that concrete.

What You Can Export

Every data type in xeve is exportable:

CSV or JSON

You choose the format. CSV is best for loading into spreadsheets, R, or pandas. JSON preserves nested structures and is better for programmatic consumption. Both formats include all fields — nothing is stripped or simplified.

Date range filtering lets you export a specific period instead of your entire history. Exporting one week of data for a blog post? Select the range. Exporting everything before deleting your account? Leave the range blank.

How It Works

The export runs client-side in the browser. It queries Supabase directly using the same RLS-protected tables the dashboard uses — your session token determines what data you can access. The browser assembles the file and triggers a download. No data passes through a server-side endpoint we control.

For large exports (months of per-second heart rate data), the query is paginated and the results are streamed into the file progressively. The UI shows a progress indicator so you know it is working.

Why This Matters

Data portability is not just a feature — it is a trust signal. If xeve shuts down tomorrow, your data is not lost. If you want to build your own analysis pipeline, you can. If you want to switch to a different tool, you can take your history with you.

Find the export button on the Settings page under "Data Management."