CinvanaAI
← All projects

Prototype · Conversations & archives / Data & provenance

Personal Intelligence Dashboard

Explore a daily-docket prototype whose working first step counts files and exact duplicates.

Repository: CinvanaAI/personal-intelligence-dashboard

Recorded synthetic example. Working source census with a proposed daily-docket interface. Search and recommendations are not implemented.

See the idea in action.

Two synthetic sources, four files, one exact duplicate group and zero read errors appear in the Sources panel.

Example input
Bundled synthetic source folders.
Captured result
{
  "source_count": 2,
  "file_count": 4,
  "duplicate_group_count": 1,
  "duplicate_file_count": 2,
  "error_count": 0,
  "mode": "synthetic demo",
  "sources": [
    {
      "label": "Synthetic notes",
      "file_count": 2
    },
    {
      "label": "Synthetic code",
      "file_count": 2
    }
  ]
}

Try the example.

From the repository root, follow the dependency requirements in the README. This example uses supplied synthetic material.

npm ci
npm run demo:census
npm run build
npm start

Two synthetic sources, four files, one exact duplicate group and zero read errors appear in the Sources panel.

Complete setup and instructions ↗

The interesting part.

An honest empty state and source boundaries matter more than invented insights from data that has not been loaded.

Integrated source snapshot

Where it came from.

First coherent slice of a local personal-intelligence dashboard.

Preserves the interface, working source census and safety contracts with synthetic configuration.

Current census and interface do not establish the proposed indexing or recommendation system.

Source ↗

Follow the family: Personal dashboard and source census

  • Focused extractionProvenance Inventory

    Inspect or reuse this boundary without navigating the whole application. The parent retains its census implementation; the extract changes the output boundary.

    Source ↗