help

what each widget does and where it lives

← back to hub

Weather live

The hub shell shows a hero card with current temp, condition icon, today's high/low, a 6-hour strip, and a weather-aware gradient background. The dedicated tab adds the multi-location picker, the next 12 hours, and a 7-day forecast. Data from Open-Meteo (free, no API key).

Lives at hub.clf.one/weather/ · source: widgets/weather/ · edit locations in widgets/weather/locations.json

WeatherStar 4000+ live

The classic 90s Weather Channel experience — Matt Walsh's ws4kp recreation, embedded via iframe. NWS-backed, US-only. Linked from the Weather tab as "Watch live →".

Lives at hub.clf.one/weatherstar/ · source: widgets/weatherstar/

Receipts live

Snap a receipt and have it categorized into YNAB. Mobile-friendly capture surface for the Snap to YNAB / Finance Lenses workflow.

Lives at receipts.clf.one

PTW-Parking live

Register a vehicle for parking at Peachtree Walk.

Lives at ptwpark.clf.one · source: widgets/ptw-park/

Game Night live

Score sheets for recurring games. Pick a game, add players, score round by round. State persists per-game in localStorage so a half-finished game survives a page reload.

Lives at hub.clf.one/games/ · source: widgets/games/

Notes live

Notion pages and databases rendered natively in the hub — no iframe. Sources are listed in widgets/notes/sources.json; each page or database fetches through the Worker which talks to the Notion API. Databases support inline edits (status, checkbox, select) that write back to Notion.

Lives at hub.clf.one/notes/ · source: widgets/notes/ · needs NOTION_TOKEN Worker secret

Calendar live

Day view of an iCal feed. The Worker fetches the ICS, parses VEVENTs (recurring rules expanded), and returns the day's events as JSON. Navigate days with ‹ / › / Today, arrow keys, or T.

Lives at hub.clf.one/calendar/ · source: widgets/calendar/ · needs ICAL_URL Worker secret

Stretch live

Gamified daily mobility routine with a Stretch / Prehab toggle. Stretch: a day-of-week pick plus targeted muscle-group holds and Quick / Morning / Full-body flows (StretchLab-style passive lengthening). Prehab: dynamic mobility + activation drills — flows (Pre-lift Lower/Upper, Recovery, Desk reset, Full mobility) and targeted areas (hips, shoulders, T-spine, ankles, posterior chain, wrists), plus an optional 2-min mobility self-assessment that scores each area and surfaces your tightest first. After a Prehab session a quick check (👍/👎 + any still-tight areas) bumps those areas to the top next time, and a Hevy tie-in suggests a flow matched to your latest logged lift. Either runs a timer with audio cue between moves, fires confetti on completion, and feeds one daily streak (localStorage + best-effort KV sync).

Lives at hub.clf.one/stretch/ · source: widgets/stretching/

Tolera live

MyFitnessPal-style macro + water tracker with a GLP-1 (appetite) companion — a calorie ring, per-macro cards with exact 4/4/9 reconciliation, % or grams goals, separate fiber, a Breakfast/Lunch/Dinner/Snacks diary, and logging via your own foods (a self-owned personal store, searched first) then USDA, plus barcode, photo-via-AI, and manual entry. An optional appetite card shows a relative weekly tirzepatide level from a PK model plus injection-site rotation — tracking and education only, not medical advice. Spun out of this repo into Tolera, its own standalone app; the hub card links straight to it.

Lives at app.mytolera.com · now its own product + repo (no longer built here)

On Midtown live

Newspaper-style weekly dispatch of curated Midtown Atlanta events — a Mon/Thu Claude + web-search curator picks the anchors, the week's rotation, hands-on classes, and citywide happenings, with two editions (Weekly Dispatch Mon–Wed, Weekend Edition Thu–Sun). Now part of Local Edit, the standalone multi-city events brand spun out of this repo; the hub card links straight to it.

Lives at atlanta.localedit.co/midtown · now in the separate Local Edit repo (no longer built here)

ATL Out live

Magazine/zine-style weekly dispatch of LGBTQ+ Atlanta — the same two-edition curator pattern as On Midtown, tuned to the city's queer scene (bars, drag, leagues, Pride anchors, the campgrounds). Also part of Local Edit; the hub card links straight to it.

Lives at atlanta.localedit.co/out · now in the separate Local Edit repo (no longer built here)

Around Town live

Getting around Atlanta from one tab. Next MARTA train arrivals at the stations nearest Midtown (Midtown, Arts Center, North Ave) — grouped by station, color-dotted by line, sorted by wait time, with "Boarding"/"Arriving" highlighted; auto-refreshes every 30s. Below that, a live map of trains near Midtown — the Red/Gold trains plotted by GPS on a real street map (Leaflet, theme-matched tiles), tight to Midtown; tap a train for its destination, direction, and next stop. Only Red/Gold show, since the Blue/Green lines run through Downtown and never serve Midtown. Then cameras in two groups — an Atlanta views row of WetMet feeds from the local TV stations (ANF, Fox5, 11Alive): Midtown Skycam, Downtown, Decatur, Sandy Springs South, Mercedes-Benz Stadium, Truist Park, CDC, Hartsfield-Jackson, Sandy Springs, Athens and Blue Ridge as live video, with Stone Mountain and Marietta as auto-refresh stills; a Near Midtown row of the 2–3 closest GDOT/511 traffic cams; and a collapsible Savannah dropdown of coastal-GA stills (Tybee Island, Savannah Riverfront, Airport, and more, from WTOC). The live tiles embed WetMet's own player (which handles its own stream tokens) and only run while this tab is open — they stop when you switch away and resume when you come back; stills refresh every 8s through the Worker proxy (the Savannah ones only once you open the dropdown). Each tile has an enlarge toggle in its corner to blow it up to a full-width view.

Lives at hub.clf.one/aroundtown/ · source: widgets/aroundtown/ · needs MARTA_API_KEY; the Atlanta-view cams need no key, the nearby traffic cams use GA_511_API

Flights live

Live flight search from the dashboard. Pick one-way or round-trip, type a city or airport (name or IATA code — the Worker resolves it), set dates, travelers, cabin, and sort (cheapest / fastest / best). Results are cards showing the price, the route chain (ATL → LIS), depart→arrive times with duration, stops, and airlines — the cheapest and fastest are flagged, and each has a Book → deep link straight to Kiwi. Powered by the Kiwi.com Tequila API (city/airport resolve + search), normalized and cached 6h in KV; the provider is isolated in the Worker so it's swappable.

Lives at hub.clf.one/flights/ · source: widgets/flights/ · needs the KIWI_API_KEY Worker secret (free at tequila.kiwi.com)

Package Tracking planned

Single pane for active shipments across UPS, FedEx, USPS, Amazon, and DHL. Carrier API vs aggregator still TBD; Amazon needs a workaround (no public API for personal orders).

Will live at hub.clf.one/packages/ · source: widgets/packages/

Work Tools planned

Fast launcher for Bitstream day-to-day tools: ConnectWise, IT Glue, RingCentral admin, Microsoft 365 admin centers, Datto, Halo, vendor portals.

Will live at hub.clf.one/work-tools/ · source: widgets/work-tools/

About this page

This help page is regenerated when widgets ship or change. If something here is wrong, the source of truth is the live site and the 📊 Personal Dashboard page in Notion.