home.social

#dashboard — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dashboard, aggregated by home.social.

  1. 🔥 pawelmalak/flame

    Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.

    Manages a customizable server dashboard with editable app/bookmark hubs, Docker/Kubernetes auto-discovery, weather widgets and 11+ search providers via a GUI editor

    ⭐ Stars: 6384
    📅 Last Update: May 26, 2026

    github.com/pawelmalak/flame

    #selfhosted #homelab #selfhost #selfhosting #opensource #selfhosted #dashboard

  2. 🔥 pawelmalak/flame

    Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.

    Manages a customizable server dashboard with editable app/bookmark hubs, Docker/Kubernetes auto-discovery, weather widgets and 11+ search providers via a GUI editor

    ⭐ Stars: 6384
    📅 Last Update: May 26, 2026

    github.com/pawelmalak/flame

    #selfhosted #homelab #selfhost #selfhosting #opensource #selfhosted #dashboard

  3. Damn the WordPress 7 dashboard is ugly.
    What's with the too bright whites and blues. Geez.

    #wordpress #ui #design #dashboard

  4. I've just released the Home Assistant E-Ink Dashboard in version 0.4.1 with a lot of fixes and features. It should be beta quality and quite usable now. Share your dashboards! 🙂

    github.com/cryptomilk/hass-ein

    #homeassistant #dashboard #opendisplay #trmnl #opensource

  5. Unlock WhatsApp Data with Local Analytics Dashboard

    Most people think of WhatsApp as “just messaging.”

    But after years of conversations, support threads, customer discussions, team coordination, and random life moments… it quietly becomes one of the richest personal datasets you own.

    So I built wacrawl-ui — a local analytics dashboard for WhatsApp archives generated by wacrawl.

    The idea is simple:

    • Your data stays local
    • No cloud sync
    • No browser extension
    • No scraping APIs
    • No “AI magic” uploading your chats somewhere

    Just a fast local dashboard on top of SQLite.

    What’s inside:

    • Full-text search (FTS5) – It’s working quite fast. Even on ~100k messages.
    • Messaging activity analytics
    • Contact insights
    • Media browsing
    • Response-time patterns
    • Word clouds
    • Group activity stats
    • Read-only local API
    • React + Vite frontend
    • Express backend
    • Zero external dependencies once running – You only need to make sure you run ‘wacrawl sync‘ before.

    A few things I found interesting while building it:

    1. SQLite is still absurdly powerful
      People underestimate what you can do locally with FTS indexes and good schema design.
    2. “Local-first” UX matters more than ever
      We’ve normalized uploading deeply personal data to random SaaS products. We should challenge that assumption.
    3. Personal analytics is an untapped category
      Not surveillance. Not ad targeting.
      Tools that help you understand your own data.
    4. Read-only architectures reduce risk dramatically
      The app intentionally avoids mutation flows. That constraint simplified security and reliability decisions across the stack.

    The whole thing runs with one line:

     npx wacrawl-dashboard@latest 

    No complicated setup.

    Still early, but I think there’s a broader shift happening toward:

    • local AI – Ollama for the win.
    • local analytics – secure, private and handy.
    • local search – that works fast.
    • user-owned datasets – It’s not for everyone, but it’s useful.

    Well, that future feels healthier.

    Feel free to check the repo: github.com/greenido/wacrawl-ui and contribute.

    Be strong.

    Rate this:

    #dashboard #Developer #JS #LLM #localAi #whatsapp
  6. Unlock WhatsApp Data with Local Analytics Dashboard

    Most people think of WhatsApp as “just messaging.”

    But after years of conversations, support threads, customer discussions, team coordination, and random life moments… it quietly becomes one of the richest personal datasets you own.

    So I built wacrawl-ui — a local analytics dashboard for WhatsApp archives generated by wacrawl.

    The idea is simple:

    • Your data stays local
    • No cloud sync
    • No browser extension
    • No scraping APIs
    • No “AI magic” uploading your chats somewhere

    Just a fast local dashboard on top of SQLite.

    What’s inside:

    • Full-text search (FTS5) – It’s working quite fast. Even on ~100k messages.
    • Messaging activity analytics
    • Contact insights
    • Media browsing
    • Response-time patterns
    • Word clouds
    • Group activity stats
    • Read-only local API
    • React + Vite frontend
    • Express backend
    • Zero external dependencies once running – You only need to make sure you run ‘wacrawl sync‘ before.

    A few things I found interesting while building it:

    1. SQLite is still absurdly powerful
      People underestimate what you can do locally with FTS indexes and good schema design.
    2. “Local-first” UX matters more than ever
      We’ve normalized uploading deeply personal data to random SaaS products. We should challenge that assumption.
    3. Personal analytics is an untapped category
      Not surveillance. Not ad targeting.
      Tools that help you understand your own data.
    4. Read-only architectures reduce risk dramatically
      The app intentionally avoids mutation flows. That constraint simplified security and reliability decisions across the stack.

    The whole thing runs with one line:

     npx wacrawl-dashboard@latest 

    No complicated setup.

    Still early, but I think there’s a broader shift happening toward:

    • local AI – Ollama for the win.
    • local analytics – secure, private and handy.
    • local search – that works fast.
    • user-owned datasets – It’s not for everyone, but it’s useful.

    Well, that future feels healthier.

    Feel free to check the repo: github.com/greenido/wacrawl-ui and contribute.

    Be strong.

    #dashboard #Developer #JS #LLM #localAi #whatsapp
  7. Unlock WhatsApp Data with Local Analytics Dashboard

    Most people think of WhatsApp as “just messaging.”

    But after years of conversations, support threads, customer discussions, team coordination, and random life moments… it quietly becomes one of the richest personal datasets you own.

    So I built wacrawl-ui — a local analytics dashboard for WhatsApp archives generated by wacrawl.

    The idea is simple:

    • Your data stays local
    • No cloud sync
    • No browser extension
    • No scraping APIs
    • No “AI magic” uploading your chats somewhere

    Just a fast local dashboard on top of SQLite.

    What’s inside:

    • Full-text search (FTS5) – It’s working quite fast. Even on ~100k messages.
    • Messaging activity analytics
    • Contact insights
    • Media browsing
    • Response-time patterns
    • Word clouds
    • Group activity stats
    • Read-only local API
    • React + Vite frontend
    • Express backend
    • Zero external dependencies once running – You only need to make sure you run ‘wacrawl sync‘ before.

    A few things I found interesting while building it:

    1. SQLite is still absurdly powerful
      People underestimate what you can do locally with FTS indexes and good schema design.
    2. “Local-first” UX matters more than ever
      We’ve normalized uploading deeply personal data to random SaaS products. We should challenge that assumption.
    3. Personal analytics is an untapped category
      Not surveillance. Not ad targeting.
      Tools that help you understand your own data.
    4. Read-only architectures reduce risk dramatically
      The app intentionally avoids mutation flows. That constraint simplified security and reliability decisions across the stack.

    The whole thing runs with one line:

     npx wacrawl-dashboard@latest 

    No complicated setup.

    Still early, but I think there’s a broader shift happening toward:

    • local AI – Ollama for the win.
    • local analytics – secure, private and handy.
    • local search – that works fast.
    • user-owned datasets – It’s not for everyone, but it’s useful.

    Well, that future feels healthier.

    Feel free to check the repo: github.com/greenido/wacrawl-ui and contribute.

    Be strong.

    Rate this:

    #dashboard #Developer #JS #LLM #localAi #whatsapp
  8. Unlock WhatsApp Data with Local Analytics Dashboard

    Most people think of WhatsApp as “just messaging.”

    But after years of conversations, support threads, customer discussions, team coordination, and random life moments… it quietly becomes one of the richest personal datasets you own.

    So I built wacrawl-ui — a local analytics dashboard for WhatsApp archives generated by wacrawl.

    The idea is simple:

    • Your data stays local
    • No cloud sync
    • No browser extension
    • No scraping APIs
    • No “AI magic” uploading your chats somewhere

    Just a fast local dashboard on top of SQLite.

    What’s inside:

    • Full-text search (FTS5) – It’s working quite fast. Even on ~100k messages.
    • Messaging activity analytics
    • Contact insights
    • Media browsing
    • Response-time patterns
    • Word clouds
    • Group activity stats
    • Read-only local API
    • React + Vite frontend
    • Express backend
    • Zero external dependencies once running – You only need to make sure you run ‘wacrawl sync‘ before.

    A few things I found interesting while building it:

    1. SQLite is still absurdly powerful
      People underestimate what you can do locally with FTS indexes and good schema design.
    2. “Local-first” UX matters more than ever
      We’ve normalized uploading deeply personal data to random SaaS products. We should challenge that assumption.
    3. Personal analytics is an untapped category
      Not surveillance. Not ad targeting.
      Tools that help you understand your own data.
    4. Read-only architectures reduce risk dramatically
      The app intentionally avoids mutation flows. That constraint simplified security and reliability decisions across the stack.

    The whole thing runs with one line:

     npx wacrawl-dashboard@latest 

    No complicated setup.

    Still early, but I think there’s a broader shift happening toward:

    • local AI – Ollama for the win.
    • local analytics – secure, private and handy.
    • local search – that works fast.
    • user-owned datasets – It’s not for everyone, but it’s useful.

    Well, that future feels healthier.

    Feel free to check the repo: github.com/greenido/wacrawl-ui and contribute.

    Be strong.

    Rate this:

    #dashboard #Developer #JS #LLM #localAi #whatsapp
  9. Oh, look! Yet another attempt to jazz up #blockchain #finance with a cacophony of #buzzwords and emojis 🤖📈🔀. Because everyone really needed a #portfolio #dashboard that refreshes every 30 minutes 🕒—to confirm their investments are still as disappointing as they were half an hour ago. 🎉
    grid.raster.finance/en/portfol #investment #humor #HackerNews #ngated

  10. Oh, look! Yet another attempt to jazz up #blockchain #finance with a cacophony of #buzzwords and emojis 🤖📈🔀. Because everyone really needed a #portfolio #dashboard that refreshes every 30 minutes 🕒—to confirm their investments are still as disappointing as they were half an hour ago. 🎉
    grid.raster.finance/en/portfol #investment #humor #HackerNews #ngated

  11. Oh, look! Yet another attempt to jazz up #blockchain #finance with a cacophony of #buzzwords and emojis 🤖📈🔀. Because everyone really needed a #portfolio #dashboard that refreshes every 30 minutes 🕒—to confirm their investments are still as disappointing as they were half an hour ago. 🎉
    grid.raster.finance/en/portfol #investment #humor #HackerNews #ngated

  12. Oh, look! Yet another attempt to jazz up #blockchain #finance with a cacophony of #buzzwords and emojis 🤖📈🔀. Because everyone really needed a #portfolio #dashboard that refreshes every 30 minutes 🕒—to confirm their investments are still as disappointing as they were half an hour ago. 🎉
    grid.raster.finance/en/portfol #investment #humor #HackerNews #ngated

  13. Oh, look! Yet another attempt to jazz up #blockchain #finance with a cacophony of #buzzwords and emojis 🤖📈🔀. Because everyone really needed a #portfolio #dashboard that refreshes every 30 minutes 🕒—to confirm their investments are still as disappointing as they were half an hour ago. 🎉
    grid.raster.finance/en/portfol #investment #humor #HackerNews #ngated

  14. MUST SEE: WordPress Dashboard Gets a Radical Redesign
    ----------
    The WordPress dashboard hasn’t changed much in years, so in this video I’m taking a[…]
     
    #WordPress #Plugins #dashboard #WPDesktopMode

    wpnews.io/must-see-wordpress-d

  15. I've just released version 0.3.0 of the E-Ink Dashboard for Home Assistant.

    It supports OpenDisplay.org and can show TRMNL device battery now.

    github.com/cryptomilk/hass-ein

    #homeassistant #trmnl #dashboard #opendisplay

  16. I've just released version 0.3.0 of the E-Ink Dashboard for Home Assistant.

    It supports OpenDisplay.org and can show TRMNL device battery now.

    github.com/cryptomilk/hass-ein

    #homeassistant #trmnl #dashboard #opendisplay

  17. I've just released version 0.3.0 of the E-Ink Dashboard for Home Assistant.

    It supports OpenDisplay.org and can show TRMNL device battery now.

    github.com/cryptomilk/hass-ein

    #homeassistant #trmnl #dashboard #opendisplay

  18. I've just released version 0.3.0 of the E-Ink Dashboard for Home Assistant.

    It supports OpenDisplay.org and can show TRMNL device battery now.

    github.com/cryptomilk/hass-ein

    #homeassistant #trmnl #dashboard #opendisplay

  19. 🏠 gethomepage/homepage

    A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

    Builds a static customizable dashboard with 100+ service widgets (Plex, Sonarr, Docker, etc), weather, search and multi-language support via YAML or Docker labels

    ⭐ Stars: 30089
    📅 Last Update: May 16, 2026

    github.com/gethomepage/homepage

    #selfhosted #homelab #selfhost #selfhosting #opensource #dashboard #selfhosted

  20. 🏠 gethomepage/homepage

    A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

    Builds a static customizable dashboard with 100+ service widgets (Plex, Sonarr, Docker, etc), weather, search and multi-language support via YAML or Docker labels

    ⭐ Stars: 30089
    📅 Last Update: May 16, 2026

    github.com/gethomepage/homepage

    #selfhosted #homelab #selfhost #selfhosting #opensource #dashboard #selfhosted

  21. Почему нормальное OBD2-приложение должно быть open-source

    Привет хабр! Есть проекты, которые начинаются не с бизнес‑плана, не с инвесторов и не с попытки «зайти в рынок». Они начинаются чуть проще — ты смотришь на существующие решения, пользуешься ими, раздражаешься и думаешь: «А почему это до сих пор выглядит именно так?» Примерно так у меня появился ReDrive. ReDrive — это open‑source мобильное OBD2-приложение, которое превращает смартфон в цифровую приборную панель и диагностический инструмент для автомобиля. Идея простая: подключаешь ELM327-совместимый адаптер к OBD2-порту машины, открываешь приложение и видишь данные с ECU в понятном виде: скорость, обороты, температуру, напряжение, состояние подключения, ошибки и другую телеметрию.

    habr.com/ru/articles/1033202/

    #ReDrive #OBD2 #Open_Source #Flutter #Dart #ELM327 #Автомобильная_диагностика #Dashboard #ECU #Android_разработка

  22. Почему нормальное OBD2-приложение должно быть open-source

    Привет хабр! Есть проекты, которые начинаются не с бизнес‑плана, не с инвесторов и не с попытки «зайти в рынок». Они начинаются чуть проще — ты смотришь на существующие решения, пользуешься ими, раздражаешься и думаешь: «А почему это до сих пор выглядит именно так?» Примерно так у меня появился ReDrive. ReDrive — это open‑source мобильное OBD2-приложение, которое превращает смартфон в цифровую приборную панель и диагностический инструмент для автомобиля. Идея простая: подключаешь ELM327-совместимый адаптер к OBD2-порту машины, открываешь приложение и видишь данные с ECU в понятном виде: скорость, обороты, температуру, напряжение, состояние подключения, ошибки и другую телеметрию.

    habr.com/ru/articles/1033202/

    #ReDrive #OBD2 #Open_Source #Flutter #Dart #ELM327 #Автомобильная_диагностика #Dashboard #ECU #Android_разработка

  23. Почему нормальное OBD2-приложение должно быть open-source

    Привет хабр! Есть проекты, которые начинаются не с бизнес‑плана, не с инвесторов и не с попытки «зайти в рынок». Они начинаются чуть проще — ты смотришь на существующие решения, пользуешься ими, раздражаешься и думаешь: «А почему это до сих пор выглядит именно так?» Примерно так у меня появился ReDrive. ReDrive — это open‑source мобильное OBD2-приложение, которое превращает смартфон в цифровую приборную панель и диагностический инструмент для автомобиля. Идея простая: подключаешь ELM327-совместимый адаптер к OBD2-порту машины, открываешь приложение и видишь данные с ECU в понятном виде: скорость, обороты, температуру, напряжение, состояние подключения, ошибки и другую телеметрию.

    habr.com/ru/articles/1033202/

    #ReDrive #OBD2 #Open_Source #Flutter #Dart #ELM327 #Автомобильная_диагностика #Dashboard #ECU #Android_разработка

  24. Почему нормальное OBD2-приложение должно быть open-source

    Привет хабр! Есть проекты, которые начинаются не с бизнес‑плана, не с инвесторов и не с попытки «зайти в рынок». Они начинаются чуть проще — ты смотришь на существующие решения, пользуешься ими, раздражаешься и думаешь: «А почему это до сих пор выглядит именно так?» Примерно так у меня появился ReDrive. ReDrive — это open‑source мобильное OBD2-приложение, которое превращает смартфон в цифровую приборную панель и диагностический инструмент для автомобиля. Идея простая: подключаешь ELM327-совместимый адаптер к OBD2-порту машины, открываешь приложение и видишь данные с ECU в понятном виде: скорость, обороты, температуру, напряжение, состояние подключения, ошибки и другую телеметрию.

    habr.com/ru/articles/1033202/

    #ReDrive #OBD2 #Open_Source #Flutter #Dart #ELM327 #Автомобильная_диагностика #Dashboard #ECU #Android_разработка

  25. I’m gradually improving my understanding of using #HomeAssistant to monitor domestic #Power input and output. The integration I have comes with a nice #Dashboard for accumulated #Energy but I wanted one which gave as close to an instantaneous record of power consumption and production as possible plus a history as well. This is that custom dashboard and it tells me what I want to know.

    #SelfHosting #Monitoring #FreeSoftware #SolarPanels #Electricity #HomeBattery

  26. I’m gradually improving my understanding of using #HomeAssistant to monitor domestic #Power input and output. The integration I have comes with a nice #Dashboard for accumulated #Energy but I wanted one which gave as close to an instantaneous record of power consumption and production as possible plus a history as well. This is that custom dashboard and it tells me what I want to know.

    #SelfHosting #Monitoring #FreeSoftware #SolarPanels #Electricity #HomeBattery

  27. I’m gradually improving my understanding of using #HomeAssistant to monitor domestic #Power input and output. The integration I have comes with a nice #Dashboard for accumulated #Energy but I wanted one which gave as close to an instantaneous record of power consumption and production as possible plus a history as well. This is that custom dashboard and it tells me what I want to know.

    #SelfHosting #Monitoring #FreeSoftware #SolarPanels #Electricity #HomeBattery

  28. I’m gradually improving my understanding of using #HomeAssistant to monitor domestic #Power input and output. The integration I have comes with a nice #Dashboard for accumulated #Energy but I wanted one which gave as close to an instantaneous record of power consumption and production as possible plus a history as well. This is that custom dashboard and it tells me what I want to know.

    #SelfHosting #Monitoring #FreeSoftware #SolarPanels #Electricity #HomeBattery

  29. I’m gradually improving my understanding of using #HomeAssistant to monitor domestic #Power input and output. The integration I have comes with a nice #Dashboard for accumulated #Energy but I wanted one which gave as close to an instantaneous record of power consumption and production as possible plus a history as well. This is that custom dashboard and it tells me what I want to know.

    #SelfHosting #Monitoring #FreeSoftware #SolarPanels #Electricity #HomeBattery

  30. Do you use a personal dashboard to “monitor the situation” - a website or app that displays information like the weather, bus schedules, calendar appointments, news, stock prices, or maybe even trending Mastodon posts? (There’s an article in the Wall Street Journal today about making personal dashboards using Loveable, Replit or Claude). #coding #artificialintelligence #dashboard #data #survey

  31. Do you use a personal dashboard to “monitor the situation” - a website or app that displays information like the weather, bus schedules, calendar appointments, news, stock prices, or maybe even trending Mastodon posts? (There’s an article in the Wall Street Journal today about making personal dashboards using Loveable, Replit or Claude). #coding #artificialintelligence #dashboard #data #survey

  32. Do you use a personal dashboard to “monitor the situation” - a website or app that displays information like the weather, bus schedules, calendar appointments, news, stock prices, or maybe even trending Mastodon posts? (There’s an article in the Wall Street Journal today about making personal dashboards using Loveable, Replit or Claude). #coding #artificialintelligence #dashboard #data #survey

  33. Do you use a personal dashboard to “monitor the situation” - a website or app that displays information like the weather, bus schedules, calendar appointments, news, stock prices, or maybe even trending Mastodon posts? (There’s an article in the Wall Street Journal today about making personal dashboards using Loveable, Replit or Claude). #coding #artificialintelligence #dashboard #data #survey

  34. Do you use a personal dashboard to “monitor the situation” - a website or app that displays information like the weather, bus schedules, calendar appointments, news, stock prices, or maybe even trending Mastodon posts? (There’s an article in the Wall Street Journal today about making personal dashboards using Loveable, Replit or Claude). #coding #artificialintelligence #dashboard #data #survey

  35. Une page d'accueil affichant les services déployés par traefik. Je vais sans doute le déployer, ça a l'air bien joli trala.fyi/ #traefik #dashboard #opensource #docker

  36. Une page d'accueil affichant les services déployés par traefik. Je vais sans doute le déployer, ça a l'air bien joli trala.fyi/ #traefik #dashboard #opensource #docker

  37. Une page d'accueil affichant les services déployés par traefik. Je vais sans doute le déployer, ça a l'air bien joli trala.fyi/ #traefik #dashboard #opensource #docker

  38. Une page d'accueil affichant les services déployés par traefik. Je vais sans doute le déployer, ça a l'air bien joli trala.fyi/ #traefik #dashboard #opensource #docker

  39. Une page d'accueil affichant les services déployés par traefik. Je vais sans doute le déployer, ça a l'air bien joli trala.fyi/ #traefik #dashboard #opensource #docker