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-feedback

v1.2.4

Published

Configurable Discord member feedback for Helyx.

Readme

@helyx/module-feedback

Feedback lets server members send bounded public feedback cards to a manager-selected Discord channel, either from a slash command or a reusable dashboard-published panel.

Availability and deployment

Feedback is Live and supported by Hosted Helyx and Helyx Self-Hosted. It uses Helyx runtime and Discord capabilities only and requires no external provider credentials.

What it does

Managers choose the destination and whether public cards show the member's display name. They can also publish a persistent button panel. Members submit a short subject and message through a private modal; the completed card is public. Feedback is not a private support-ticket system and does not retain the submitted text outside Discord.

Commands and interactions

| Path or control | Default access | Purpose | | ---------------------- | -------------- | ---------------------------------------------- | | /submit feedback | Everyone | Open the bounded feedback modal. | | Feedback panel button | Everyone | Open the same feedback modal. | | Dashboard post-panel | Manage Server | Publish a reusable panel in its saved channel. |

Submission attempts are limited to three per member per hour, with an additional short command reservation. The modal explains public visibility, identity handling, and sensitive-data guidance before submission.

The slash command is controlled by feedback.send. Completing either modal is controlled separately by the open-by-default feedback.participate operation, so narrowing the slash command does not silently disable an allowed panel role. The command route must satisfy both policies; the panel route checks only the participant operation before applying the normal submission rules.

Dashboard configuration

Managers select the public destination channel, public attribution mode, optional panel channel, panel heading, panel guidance, and button label. Posting a panel is a separate authorised action after settings are saved. If required panel metadata cannot be stored, Helyx removes the new Discord message instead of leaving an unmanaged panel.

Discord requirements

Helyx needs View Channel and Send Messages in the configured feedback and panel channels. The module does not require Administrator, Message Content, or a privileged gateway intent.

Data, privacy and retention

feedback_submissions retains a generated submission ID, server, destination channel, Discord message ID, nullable submitting account ID, public attribution mode, and timestamp. feedback_panels retains panel ownership metadata and a nullable creating account ID. Privacy access and erasure use the registered provider even when the module is disabled; erasure can detach those account IDs. The subject and feedback body remain in Discord and follow Discord and server retention controls.

Operational audit and optional customer activity records contain bounded identifiers and settings, never the submitted subject or message. Disabling Feedback stops ordinary commands and dashboard actions but preserves retained records until an explicit deletion process applies.

Operations and failure behavior

Helyx validates and normalises settings and modal values at the bot boundary. A public feedback card is removed if its required metadata cannot be stored. Failed audit, achievement, or optional Logging delivery does not reverse a durable submission or a published panel. Health reports stopped state, missing required services, recent delivery failure, and degraded secondary-event delivery without exposing raw exception messages.

Documentation and support

See the Feedback guide, commands, permissions, troubleshooting, and FAQ.