ULTRA-MINIMALISTIC QUANTIFIED-SELF PERFORMANCE MONITOR

Measure the day.Then get back to living it.

VIDADOR is an un-gamified, local-first health and habit tracker built around four concrete routines: sleep, water, steps, and meditation.

ANDROID V0.1.0-ALPHA LOCAL STORAGE ZERO TELEMETRY

A health tracker that refuses to become another attention machine.

VIDADOR’s README describes a direct reaction to gamified biometrics: no saturated reward loops, no badge economy, no noisy charts, and no push-notification theater.

The alternative is deliberately structural. Information is presented through typography, thin rules, monochrome contrast, and explicit actions so the app can be checked quickly and closed quickly.

“LOG. AUDIT. RETURN YOUR ATTENTION TO THE PHYSICAL WORLD.”
05 ISOLATED FUNCTIONAL VIEWS

The dashboard is simple because each module has one job.

SLEEP, WATER, STEPS, MEDITATION, and SETTINGS operate as separate views while sharing the same visual and local-data architecture.

01
SLEEP / CIRCADIAN LOGGING

Record the moment sleep starts. Record when you wake.

Sleep is manually declared instead of being guessed by continuous wearable analytics. An active session records its start locally; ending it calculates the exact elapsed duration and adds it to chronological history.

STATESWIDE AWAKE → RECORDING SLEEP CYCLE → LOG REGISTERED
02
WATER / HYDRATION LEDGER

A ledger, not a cartoon water meter.

Hydration entries are timestamped and aggregated for the current day against a fixed 3,000 ML target. Quick increments make common logging actions explicit and fast.

QUICK LOGS+250 ML / +500 ML / +750 ML
03
STEPS / YEAR MATRIX

See a year of movement in one grid.

The steps view uses a 12-month calendar matrix. Device step-count input can feed the live record through the pedometer stream, while any date can also be opened for retrospective numeric entry.

DENSITY0 / 1–4,999 / 5,000–9,999 / 10,000+
04
MEDITATION / FOCUS TIMER

A timer that tries to get your eyes off the screen.

The active countdown stays visually quiet. When the timer reaches zero, the module uses a local color inversion as its completion signal instead of animated radial meters or noisy alerts.

OUTCOMECOMPLETED / ABORTED
05
SETTINGS / SYSTEM CONTROL

Theme, privacy documentation, and data controls in one consolidated viewport.

The Settings screen stays intentionally flat: interface theme, privacy policy, data privacy, website bridge, and feedback are kept as explicit rows and expandable blocks instead of being buried behind icon-heavy navigation.

THEMEPRIVACYDATAWEBSITEFEEDBACK
ORIGINAL REPOSITORY ARTWORK

See the app as it actually ships.

These are the original VIDADOR screenshots referenced by the current repository README — shown here instead of fabricated browser mockups.

VIDADOR screenshot 01
01APP VIEW
VIDADOR screenshot 02
02APP VIEW
VIDADOR screenshot 03
03APP VIEW
VIDADOR screenshot 04
04APP VIEW
VIDADOR screenshot 05
05APP VIEW
VIDADOR screenshot 06
06APP VIEW
VIDADOR screenshot 07
07APP VIEW
VIDADOR screenshot 08
08APP VIEW
VIDADOR screenshot 09
09APP VIEW
VIDADOR screenshot 10
10APP VIEW
WATER SCREEN / LOCAL LEDGER3,000 ML TARGET
08:14+250 ML[LOG]
12:45+500 ML[LOG]
16:22+500 ML[LOG]
TODAY TOTAL1,250 / 3,000 ML
02 / HYDRATION

Every entry stays concrete.

The water module stores each intake as a timestamped record, then sums today’s entries into a bounded progress ratio. There are no animated waves or radial completion rings — just the ledger and the number.

01

Quick increments. +250 ML, +500 ML, and +750 ML controls cover common log sizes.

02

Chronological ledger. Each intake can be seen and dismissed directly from the history list.

03

Explicit target. The current system target is 3,000 ML per day.

LOCAL DATA SOVEREIGNTY

Built to keep your records on your device.

VIDADOR’s current architecture uses Hive for local persistence and Riverpod for isolated state flow. The repository describes the app as air-gapped, zero-telemetry, and network-isolated, with biometric records stored in local app sandbox partitions.

01USER ACTION

Tap, log, start, stop, or edit a metric.

02RIVERPOD STATE

Notifier logic mutates the isolated in-memory state.

03HIVE STORAGE

Data serializes into dedicated local boxes.

04UI REPAINT

The relevant viewport updates immediately.

VIDADOR_SETTINGS_BOXTHEME MARKERS / SETUP PARAMETERS
VIDADOR_SLEEP_BOXISO8601 SLEEP SESSION RECORDS
VIDADOR_WATER_BOXTIMESTAMPED WATER TRANSACTIONS
VIDADOR_STEPS_BOXDATE-KEYED MOVEMENT LOGS
THE ROCEN DESIGN CORE

The interface is a system, not decoration.

VIDADOR’s visual rules are unusually strict — and that discipline is what makes the screenshots feel instantly recognizable.

TEXT FIRST

Monospace typography carries information. Icons are structural, not decorative.

BINARY THEME

Pure dark or pure light. Hierarchy comes from scale, weight, and line structure.

LINEAR GEOMETRY

Sharp containers, thin dividers, and explicit wireframes replace soft cards.

DETERMINISTIC FLOW

Views use flat, rigid structures designed to remain predictable on-device.

FRICTION AS A FEATURE

Precise numeric entry and confirmation states make logging intentional.

LESS SCREEN TIME

The product goal is to record, audit, and return attention to the physical world.

CURRENT ANDROID BUILD
V0.1.0-ALPHA

Ready to use the real thing?

The current repository exposes an Android APK release. Install the alpha, log a few days, and feed the project with real-world feedback.

Get VIDADOR ANDROID / GITHUB RELEASE / ALPHA

Before you install.

What exactly does VIDADOR track?

Vidador tracks essential health metrics including sleep windows, nutritional logs, and physical movement without background telemetry.

How does sleep tracking work?

You manually log the precise moment sleep starts and ends, keeping control entirely in your hands.

Does VIDADOR use step hardware?

Yes, it interfaces directly with your device's native step counter to map your movement onto a unified yearly grid.

Where does my data go?

Nowhere. All records remain completely on your local device stored inside an encrypted SQLite database.