site: review — Timelined (graduates from find)
Personal-history iOS timeline app, surfaced by Brett Terpstra. Editorial angle: general-purpose life-event tracking whose killer use case is the medical history you wish you had been keeping. Hero pulled from timelined.app marketing. Introduces a new `journal` review category. Find updated with promotedTo so the cross-link callouts render.
This commit is contained in:
@@ -355,3 +355,9 @@ Items referenced:
|
||||
- honu-villa-joshua-tree
|
||||
- azuma-farm-koiwai
|
||||
- blue-whale-of-catoosa
|
||||
|
||||
## 2026-05-04 — review: timelined
|
||||
|
||||
Graduated from find captured 2026-05-03, source: Brett Terpstra.
|
||||
Hero: pulled the iPhone timeline screenshot from timelined.app.
|
||||
New category introduced: `journal` (no existing review category fit a personal-history app).
|
||||
|
||||
@@ -6,6 +6,7 @@ link: https://timelined.app/
|
||||
source: "Brett Terpstra"
|
||||
topics: [apple-tips, macos-apps]
|
||||
tags: [ios, health, journal]
|
||||
promotedTo: timelined
|
||||
---
|
||||
|
||||
A native iOS app for tracking life events on a timeline — but specifically aimed at the medical use case: when did this symptom first appear, when was that test, what specialist did you see in 2022. The thing you wish you had built when a new doctor asks for your history. Quietly useful for the people in your life who manage chronic conditions.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Timelined
|
||||
subtitle: A personal timeline that's quietly perfect for medical history
|
||||
date: 2026-05-04
|
||||
category: journal
|
||||
tags: [ios, ipados, health, journal, timeline]
|
||||
description: "A native iOS timeline app for life events — flexible enough for travel logs and project records, but the killer use case is the medical history you wish you had when a new doctor asks."
|
||||
link: https://timelined.app/
|
||||
source: "Brett Terpstra"
|
||||
fromFind: timelined
|
||||
---
|
||||
|
||||
import { Image } from 'astro:assets';
|
||||
import hero from './hero.png';
|
||||
|
||||
<figure class="hero">
|
||||
<Image src={hero} alt="Timelined's vertical timeline view on iPhone, with stacked dated events." />
|
||||
</figure>
|
||||
|
||||
> A native iOS app that turns "when did this start?" into a question you can actually answer. Timelined is a general-purpose life-event timeline whose unsung killer use case is the personal medical history you wish you had been keeping all along.
|
||||
|
||||
The data model is exactly what a timeline needs and nothing more: events with dates (exact, range, or "sometime around"), notes, photos, links, and locations. Events can nest — a trip contains its stops, a diagnosis contains its appointments — and saved filters let you slice the whole record by tag, person, or category without scrolling for it.
|
||||
|
||||
The medical use case earns the app its place. A new specialist asks when the back pain started, what tests have already been run, who you saw in 2022. People with chronic conditions or aging parents accumulate a paper trail across years, and the cost of recalling it lives at every appointment. A timeline you've been quietly maintaining — even haphazardly — turns the intake form into a quick scroll. Photos of prescription labels and lab PDFs sit next to the date you got them; tags by symptom or provider make the relevant slice surface in seconds.
|
||||
|
||||
iPhone and iPad first, Apple silicon Macs as a secondary target. There's a URL scheme for automation (Shortcuts, scripted captures), but no shared mode for caregivers managing someone else's history and no FHIR or portal integration. The value is in the discipline of writing things down, not in any clever automation.
|
||||
Reference in New Issue
Block a user