record
everything.

collect data from your entire life into a unified, queryable timeline. screenshots, location, music, finances, health, app usage.

operational
data sources
screenshots
window activity
location
music
finances
health
trips
screen time

every moment, structured.

screenshots are classified by AI into rich structured data. everything is queryable through a unified API.

screenshot classification
{
  "primary_activity": "coding",
  "application": "VS Code",
  "application_category": "development",
  "project_context": "tape/packages/api",
  "languages_visible": ["typescript"],
  "dark_mode": true,
  "summary": "editing api routes in VS Code"
}
unified timeline
GET /api/v1/query/timeline

[
  { "source": "lastfm",
    "artist": "Radiohead" },
  { "source": "ios_location",
    "place": "Blue Bottle Coffee" },
  { "source": "mercury",
    "amount": -5.50 },
  { "source": "screenshot",
    "activity": "coding" }
]

built for your data.

01

VLM classification

screenshots classified by Claude into rich structured JSON with activity, app, project context, and more

02

encrypted credentials

integration credentials stored with AES-256-GCM encryption. your data stays yours

03

query everything

unified timeline across all sources with typed, filterable query endpoints

04

integrations

connect last.fm, mercury, spotify, github via OAuth or API key

05

desktop client

cross-platform Rust agent captures active windows and periodic screenshots

06

iOS app

background location, health data, and a chat interface to query your timeline