Back/Personal/Perplexity
IntermediatePersonal

How to Turn a Text Digest into an Interactive Kanban Dashboard

Transform a structured text digest into an interactive board for scanning, acting on, and clearing work.

How to Turn a Text Digest into an Interactive Kanban Dashboard

12:24 to 20:26: Yash gives Perplexity Computer the structured digest and turns it into a Kanban-style interface with ordered categories, interaction, and archive behavior.

Before you start

What you need

  • A normalized digest with stable item IDs
  • The board categories and order
  • Archive and source-link behavior

What you’ll make

An interactive Kanban board whose cards preserve source context and state across refreshes.

Tools used

Step by step

The workflow

Follow the sequence once, then adapt the prompts, checks, and handoffs to your own setup.

5 steps

Step01

Generate a Structured Text Digest

Start with a structured text digest of your notifications. The digest should be pre-categorized by source (like DMs, threads, and mentions) and by urgency (like 'Action Required,' 'Need to Read,' and 'FYI'). This text will be the data input for the visual dashboard.

Example prompt
Generate the digest as structured items with ID, source, category, urgency, summary, action, and URL.
Step02

Prompt Perplexity Computer

Paste the text digest into Perplexity Computer. The initial prompt can be a direct instruction to transform the list into a visual dashboard. Perplexity Computer will analyze the structure of your text to begin building the app.

Example prompt
Build an interactive board from the supplied digest without dropping or inventing items.
Step03

Define the UI Structure

Instruct Perplexity Computer to create a three-column Kanban board. Specify that the columns should correspond to your urgency levels: a red column for 'Action Required,' a yellow column for 'Need to Read,' and a green column for 'FYIs'.

Example prompt
Create ordered columns for [categories] and show urgency, source, summary, and action on each card.
Step04

Add Interactivity

Refine the dashboard by adding interactive features. Instruct the AI to add filters for your source categories (like DMs and threads). Also, ask it to make each item a deep link that points back to the original message in Slack.

Example prompt
Allow move, archive, open source, and filter actions; persist each change by item ID.
Step05

Implement the 'Archive All' Function

Add an 'Archive All' button to the 'FYI' column. Instruct the AI to program the button to clear items from the dashboard and simultaneously use the Slack API to mark the corresponding messages as read in Slack. This will clear the notification badges in the Slack app.

Example prompt
Archive only the currently visible completed cards, show the count, and provide undo.

What good looks like

  • Every digest item appears exactly once
  • Card movement and archive state persist
  • Each card opens the original source item

Build your next product with ChatPRD

Turn an idea into a PRD, user stories, and a plan.

Try ChatPRD free

After the steps

Runbook notes

How to recover when the loop fails and where human judgment helps.

Recover

If it goes sideways

The board loses items during parsing
Use a structured schema and validate counts before rendering.
Cards reset after refresh
Persist state by stable item ID rather than display text.
Archive all removes unresolved work accidentally
Scope the action to the visible filter and require a reversible archive.

Start shipping
better products.

Join 100,000+ product managers who use ChatPRD to write better docs, align teams faster, and build products users love.

Free to start
No credit card
SOC 2 certified
Enterprise ready