npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fpugliano/oroboro-dashboard

v1.0.1

Published

A full-screen marine instrument dashboard for Signal K — wind, depth, speed, battery, solar and tanks on one screen.

Readme

Oroboro Dashboard

A full-screen marine instrument dashboard for Signal K. Built for liveaboard sailors who want all critical data — wind, depth, speed, battery, solar, tanks — on one screen, readable from across the galley.

Dashboard Screenshot

Features

  • Wind rose with apparent and true wind angle/speed
  • True wind calculated client-side from AWS + AWA + STW
  • 10-minute true wind speed history graph
  • Battery state of charge with charging mode badge
  • AC loads, DC loads, solar production per panel array
  • Shore power detection and inverter status
  • Water tank levels in % and liters
  • Victron Cerbo GX support via signalk-venus-plugin
  • Single HTML file — no frameworks, no dependencies, no internet required
  • Fully configurable via config.js

Requirements

  • Signal K server (tested with 1.46.x and 2.x)
  • For Victron data: signalk-venus-plugin connected to a Cerbo GX
  • Any modern browser (Chrome, Chromium, Firefox, Safari)
  • Raspberry Pi with Chromium in kiosk/fullscreen mode (recommended)

Installation

Quick start

  1. Download dashboard.html and config.js
  2. Edit config.js to match your boat
  3. Open dashboard.html in your browser

On a Raspberry Pi (recommended)

cd ~ && wget https://raw.githubusercontent.com/fpugliano/oroboro-dashboard/main/dashboard.html
wget https://raw.githubusercontent.com/fpugliano/oroboro-dashboard/main/config.js

Edit config.js with your settings, then open in Chromium:

chromium-browser --start-fullscreen file:///home/pi/dashboard.html

Via Signal K App Store

Once published, install directly from the Signal K admin panel:

  1. Go to http://localhost:3000
  2. Click Appstore
  3. Search for "oroboro-dashboard"
  4. Click Install
  5. Access at http://localhost:3000/@fpugliano/oroboro-dashboard

Auto-start on boot

mkdir -p ~/.config/autostart
cat > ~/.config/autostart/dashboard.desktop << 'EOF'
[Desktop Entry]
Type=Application
Name=Marine Dashboard
Exec=chromium-browser --start-fullscreen --noerrdialogs file:///home/pi/dashboard.html
EOF

Configuration

Edit config.js to set your Signal K server address, tank capacities, solar panel maximums, and battery/inverter instance IDs.

Find your instance IDs in the Signal K Data Browser under electrical.batteries.*, electrical.inverters.*, and electrical.solar.*.

Signal K paths used

| Path | Description | |------|-------------| | navigation.speedOverGround | SOG in m/s | | navigation.speedThroughWater | STW in m/s (used for true wind) | | navigation.headingTrue | Heading in radians | | environment.depth.belowKeel | Depth in meters | | environment.water.temperature | Water temp in Kelvin | | environment.wind.speedApparent | AWS in m/s | | environment.wind.angleApparent | AWA in radians | | electrical.batteries.{id}.* | SOC, voltage, current | | electrical.chargers.{id}.* | Charging mode, temperature | | electrical.inverters.{id}.* | AC loads, frequency, shore power, mode | | electrical.solar.{id}.panelPower | Per-array solar power in W | | electrical.venus.totalPanelPower | Total solar in W | | electrical.venus.dcPower | DC loads in W | | tanks.freshWater.{id}.currentLevel | Tank level as 0–1 ratio | | notifications.* | Victron alarm notifications |

Keyboard shortcuts

| Key | Action | |-----|--------| | F | Toggle fullscreen | | R | Force reconnect |

License

MIT — free to use, modify and distribute.

Built by

Francesco Pugliano, S/V Oroboro — Leopard 38 catamaran, 30,000nm, 3 ocean crossings. https://sailingoroboro.com