Guaranteed by Code
Your Data Is Yours.
Forever.
We believe that scientific data is too important to be held hostage. TARE is built on a "No Vendor Lock-in" guarantee. Download your entire lab's memory at any time, in standard formats.
Standard JSON Export
Your inventory, experiments, and sample data are structured. Your export should be too. We provide a complete, nested JSON dump that preserves relationships.
No "Exit Fee"
Some LIMS charge you to leave. We don't. The "Export Data" button is available in your settings from Day 1, for free.
Portable Schema
Our data model is open. If you decide to migrate to a custom internal database, you can map our schema directly to PostgreSQL.
How it works
We stream your data directly from our edge-optimized database. Large datasets are handled efficiently, ensuring you get everything without timeouts.
- Authenticated API Route (`/api/export`)
- Streamed Response (Mock-Zero Latency)
- Cryptographically separate Tenant IDs
export.json
{
"metadata": {
"system": "TARE",
"exportedAt": "2024-03-21T10:00:00Z"
},
"organization": {
"name": "Acme Labs",
"id": "org_..."
},
"inventory": [
{
"name": "Acetone",
"cas": "67-64-1",
"quantity": 500,
"unit": "ml"
}
],
"experiments": [...]
}