Overview
Welcome back, {data.session.user?.name ?? data.session.user?.email}. Here’s a quick pulse on your travel story.
World map
Pins highlight places from your journey log and what’s still ahead.
Travel diary
Top destinations
{#if dashboard.stats.topCountries.length === 0}No past destinations yet.
{:else}Next up
No trips are underway right now.
{:else}{formatRange(trip.start_date, trip.end_date)}
{#if progressPercent(trip.start_date, trip.end_date) !== null}{#if currentTripDay(trip.start_date, trip.end_date)} Day {currentTripDay(trip.start_date, trip.end_date)?.current} of {currentTripDay( trip.start_date, trip.end_date )?.total} · {/if} {trip.planCount} plans logged
{/each}On the horizon
No future trips yet. Start planning the next adventure.
{:else}{formatRange(trip.start_date, trip.end_date)}
{#if daysUntil(trip.start_date) !== null} Starts in {daysUntil(trip.start_date)} day{daysUntil(trip.start_date) === 1 ? '' : 's'} {:else} Dates to be confirmed {/if} · {trip.planCount} plans sketched
{/each}Quick actions
Add a destination, log transportation, or save an idea to keep your timeline evolving.