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

@flowfuse/nr-assistant

v0.10.0

Published

FlowFuse Node-RED Expert plugin

Readme

FlowFuse Node-RED Expert Plugin

A plugin to bring AI assistance to your Node-RED flow building.

This plugin is preinstalled in Node-RED instances hosted and managed by the FlowFuse platform.

It can also be installed locally for use outside of FlowFuse - but does require a FlowFuse Cloud user account.

FlowFuse is the Industrial application platform for building and operating custom industrial solutions that digitalize processes and operations. It integrates seamlessly into both IT and OT environments, leveraging Node-RED to enable teams to connect, collect, transform, and visualize data from industrial systems. Companies use FlowFuse to manage, scale, and secure their Node-RED-based applications across industrial environments.

Sign-up to FlowFuse Cloud now to get started: https://app.flowfuse.com

About

This plugin is designed to assist users of the FlowFuse platform by providing tools to aid development of their Node-RED instances including:

  • A function builder
  • Function node Code Lens
  • JSON generation in all typed inputs and JSON editors (like the inject node, change node, template node, etc)
  • Flows Explainer
  • HTML, VUE, and CSS generation in FlowFuse Dashboard ui-template nodes
  • Context-aware inline and multi-line code completions for functions, templates, and tables

Function Builder

flowfuse-assistant-assistant-builder

JSON generator

flowfuse-assistant-json-generator

Flows Explainer

flowfuse-assistant-flow-explainer

FlowFuse Dashboard UI Template Assistant

flowfuse-assistant-ui-template

FlowFuse Dashboard UI CSS Assistant

flowfuse-assistant-css

Inline Code Completions

functions

flowfuse-assistant-inline-function-completions

templates

flowfuse-assistant-inline-template-completions

tables

flowfuse-assistant-inline-table-completions

Installation

npm install @flowfuse/nr-assistant

Development

Client-side portion of the plugin is in index.html. The server side code is in index.js

Limitations

Function Builder

  • Only a single function node can be generated at a time.

Function Node Editor Codelens

  • The codelens feature is only supported for the on-message editor in the function node.

Versioning

While in development, the version number of this package will remain at 0.x.y. x will be incremented for breaking changes, y for new features and patches.

Once plugin and API are stable, the version number will be updated to 1.0.0 and full SemVer rules will be applied.

License

Apache-2.0