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

@stakewise/create-vault-interface

v0.1.6

Published

CLI for creating a StakeWise Vault Interface application

Readme

@stakewise/create-vault-interface

A CLI to scaffold a StakeWise Vault Interface — a Next.js frontend ready to deploy on Vercel.

Quick start

npx @stakewise/create-vault-interface

Or via your package manager:

npm  init @stakewise/vault-interface
pnpm create @stakewise/vault-interface
yarn create @stakewise/vault-interface

The CLI walks you through a few questions, generates a configured project in the current directory, and is ready to run.

What it does

  1. Asks a series of questions (see below)
  2. Clones stakewise/vault-interface into your chosen folder (without git history)
  3. Removes the bundled cli/ folder from the clone
  4. Optionally rewrites the primary brand color in src/styles/settings.scss and src/styles/tailwind/layers/base.css
  5. Generates a populated .env file
  6. Initializes a fresh git repository with an initial commit
  7. Optionally runs pnpm install
  8. Optionally launches npx vercel to deploy

Questions

| Step | Question | Notes | |------|----------|-------| | Project | Folder name | Defaults to vault-interface | | Theme | Customize primary color? | Optional. If yes — asks for #rrggbb for light and dark themes | | Networks | Which networks to support? | Multi-select: Mainnet / Gnosis / Hoodi | | Vault | Vault address per network | Validates 0x + 40 hex chars | | RPC | RPC URL per network | Required, must be http(s)://... | | Fallback RPC | Fallback URL per network | Optional | | Owner | Site domain | Required | | Owner | X (Twitter) account | Optional | | Wallet | WalletConnect Project ID | Optional | | Referrer | Referrer address | Optional, validated as 0x address | | Locales | Supported languages | Multi-select, all enabled by default | | Currencies | Supported currencies | Multi-select, all enabled by default | | Security | Content-Security-Policy | Pre-filled with sensible default | | Setup | Install dependencies? | Defaults to yes — uses pnpm | | Deploy | Deploy to Vercel? | Defaults to no — runs npx vercel |

Requirements

  • Node.js >=20
  • Git (recommended — the CLI initializes a repo)
  • pnpm (recommended — corepack enable && corepack prepare pnpm@latest --activate)

License

MIT