By Gaurab Chhetri - Research Project
CognitiveSky is an open-source research infrastructure for analyzing mental health narratives on Bluesky, combining real-time ingestion, NLP pipelines, and an interactive Next.js dashboard. Accepted for presentation at HICSS 2026. The paper will be made after the presentation at the conference.
CognitiveSky is a research platform and interactive dashboard for exploring mental health narratives on the Bluesky decentralized social network.
It was built to answer an important question: how can we track and understand large-scale discussions on mental health in real time?
Inspired by TwiXplorer 1, CognitiveSky integrates streaming data ingestion, state-of-the-art NLP labeling, and interactive visualization into a single open-source framework. It has been accepted for presentation at HICSS 2026 (HICSS-59) 2, highlighting its contribution to computational social science and mental health research.
🖥️ Live Dashboard: https://cognitivesky.gaurabchhetri.com.np/
📑 Paper: Accepted at HICSS 2026 (link will be available after presentation)
CognitiveSky is powered by two main components:
mh_worker
(Data Ingestion)summary.py
(Labeling & Summarization)cardiffnlp/twitter-roberta-base-sentiment
)j-hartmann/emotion-english-distilroberta-base
)sentiments.json
, emotions.json
, topics.json
, hashtags.json
, etc.)These summaries power the interactive dashboard and allow temporal analysis of narratives.
The dashboard is built with Next.js + Tailwind + Recharts and provides:
CognitiveSky demonstrates how AI, decentralized platforms, and open data can come together to support research in public health and online discourse. Its contributions include:
By combining technical rigor with accessibility, CognitiveSky bridges the gap between raw social media data and actionable insights.