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

@helyx/module-tags

v1.0.8

Published

Save and share short Discord server snippets.

Downloads

863

Readme

@helyx/module-tags

Tags provides short, named server snippets that members can find privately or share safely through Discord commands.

Availability and deployment

Tags is Live and supported by Hosted Helyx and Helyx Self-Hosted. Installation does not enable it for a server, and it uses no external provider credentials.

What it does

Managers publish server-scoped plain-text tags with Unicode-normalised, case-insensitive names. Member search is private and bounded; public output disables mentions and link previews. Tags is intended for short snippets rather than long structured articles.

Commands and interactions

| Path | Default access | Purpose | | ------------- | -------------- | -------------------------------------------- | | /tag show | Everyone | Show a named tag publicly or privately. | | /tag search | Everyone | Privately find up to ten matching tag names. |

Dashboard configuration

Tags has no required module settings. Managers use the Tags resource workspace to create, preview, search, edit, and delete published tags. Revision checks prevent a stale dashboard tab from overwriting a newer edit.

Discord requirements

Helyx needs View Channel and Send Messages where tags may be shown publicly. Tags does not need Administrator, Message Content, or a privileged intent.

Data, privacy and retention

Each tag retains its canonical name, content, publication state, revision, timestamps, and nullable creator and last-editor Discord user IDs. Privacy access includes applicable records; erasure can detach attribution, while content that may identify somebody is flagged for manual review. Search queries are not retained.

Operations and failure behavior

Names contain 1–50 characters and content contains 1–1,500 characters. Search returns at most ten results. Duplicate names, stale revisions, invalid cursors, unavailable storage, and failed logging produce bounded errors without publishing partial changes. Disabling Tags stops commands and normal dashboard use but preserves saved records.

Documentation and support

See the Tags guide, commands, permissions, and FAQ.