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

@flarelight/n8n-nodes-flarelight

v1.0.3

Published

n8n community nodes for Flarelight API integration

Readme

n8n-nodes-flarelight

This is an n8n community node that lets you use Flarelight APIs in your n8n workflows.

Flarelight is a modern no-code Business Intelligence (BI) platform designed for micro-businesses, professionals, and small teams that enables users to import, prepare, analyze, automate, and report on data in a streamlined, easy-to-use workflow. The platform combines simplicity, automation, and AI-assisted insights, giving smaller organizations access to capabilities traditionally reserved for enterprise BI tools.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-flarelight in Enter npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. Select Install.

After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.

Operations

The node mirrors the primary resource groups exposed by the Flarelight API so you can:

  • Run automations to orchestrate Flarelight workflows.
  • Manage imports, including creating new imports and retrieving their data.
  • Handle preparation pipelines to transform datasets before downstream use.
  • Generate and retrieve reports, including chart data extraction.

For the full list of endpoints and payloads, refer to the Flarelight API specification.

Credentials

Create a Flarelight credential in n8n using the values supplied by your Flarelight workspace:

  • Subscription ID (sent as X-Subscription-Id)
  • Integration Key (sent as X-Api-Key)
  • Optional custom API base URL (defaults to https://integration.eu1.flarelight.cloud)

Store credentials in n8n and reference them from every Flarelight node instance.

Compatibility

Tested against n8n version 1.120.4.

Usage

  1. Install the community node and configure the Flarelight credential once per n8n instance.
  2. Add the Flarelight node to a workflow and pick a resource (Automation, Import, Preparation, or Report).
  3. Choose an operation, supply required IDs or payloads, and optionally enable pagination or JSON body inputs where available.
  4. Chain the Flarelight node with other n8n nodes to automate end-to-end BI and reporting workflows.

Review n8nNodeDocPortal.md in this repository for deeper, operation-by-operation guidance.

Resources

Version history

| Version | Date | Notes | |---------|------------|--------------------------| | 1.0.3 | 2025-11-27 | POST Requests fix | | 1.0.2 | 2025-11-25 | Fixed gulp file copy which corrupted the icon | | 1.0.1 | 2025-11-25 | Clean up template files | | 1.0.0 | 2025-11-25 | Initial community release |