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

@iviz/cli

v0.6.1

Published

Static Dashboard Builder — Turn CSV/JSON/YAML into beautiful static dashboards

Readme

@iviz/cli

Streamlit for Next.js — Bikin dashboard data & visualisasi dari file .iviz sederhana, tanpa nulis React.

Install

npm install -g @iviz/cli

Quick Start

# 1. Setup runtime Next.js (sekali aja)
iviz setup

# 2. Bikin project baru
mkdir my-dashboard && cd my-dashboard
iviz init

# 3. Jalankan dev server
iviz dev

Buka http://localhost:3000

Fitur

  • 📝 DSL Sederhana — Tulis dashboard pakai .iviz
  • ⚡ Static by Default — Output static HTML, upload ke mana aja
  • 📊 Multi-Page App — Banyak .iviz = banyak halaman otomatis
  • 🔥 Hot Reload — Edit .iviz atau CSV → auto-refresh
  • 🎨 Theme System — Dark/light + custom colors
  • 📦 Multi-Format Data — CSV, TSV, JSON, YAML
  • 🧩 Komponen Kustom — React component sendiri
  • 🤖 Auto Hub Page — Menu otomatis ke semua halaman

Commands

| Command | Fungsi | |---|---| | iviz setup | Install runtime Next.js (sekali aja) | | iviz init | Buat project baru di folder kosong | | iviz dev [file.iviz] | Dev server + hot reload | | iviz build [file.iviz] | Build production → ./out/ | | iviz doctor | Cek environment & rekomendasi | | iviz --version | Tampilkan versi |

Sintaks .iviz

PAGE title="Dashboard Penjualan" theme="dark"

DATA source="data/sales.csv" name="sales"

LAYOUT_BEGIN cols=2
  USE_COMPONENT GrafikKustom warna="merah" title="Sales" data="sales"
  USE_COMPONENT StatCard warna="biru" title="Total" data="sales"
LAYOUT_END

TEXT value="Powered by iviz" size="sm"

Persyaratan

  • Node.js 16+
  • OS: Linux, macOS, Windows, Termux/Android

Dokumentasi Lengkap

Lihat github.com/ibraacode/iviz

License

MIT