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

@matteoaliano/feedati-figjam-plugin

v1.0.1

Published

FigJam plugin to import Feedati insights as sticky notes from Supabase

Downloads

48

Readme

Feedati FigJam Plugin

Import Feedati insights as sticky notes directly into FigJam boards. Stickies are color-coded by category or priority, with configurable layout and content options.

Installation

npm install @matteoaliano/feedati-figjam-plugin

Setup in Figma

  1. Open Figma Desktop (the plugin requires the desktop app)
  2. Go to Plugins > Development > Import plugin from manifest...
  3. Navigate to your project's node_modules/@matteoaliano/feedati-figjam-plugin/manifest.json and select it
  4. The plugin is now available in your FigJam boards

Usage

  1. Open a FigJam board (the plugin only works in FigJam, not Figma Design)
  2. Right-click the canvas > Plugins > Development > Feedati FigJam Plugin
  3. The plugin will automatically connect and load all available insights

Filtering

Use the filter dropdowns to narrow down which insights become stickies:

  • Category — Bug, Enhancement, New Feature, Upsell, Other
  • Priority — Critical, High, Medium, Low
  • Status — New, In Progress, Resolved, Sold, Archived
  • Client — Populated from your data

The counter below the filters shows how many insights match.

Layout Options

| Option | Choices | Default | |--------|---------|---------| | Layout | Grouped by Category / Grid | Grouped | | Sticky Size | Small / Medium / Large | Medium | | Color By | Category / Priority | Category | | Show on Sticky | Summary, Client, Priority | All checked |

Creating Stickies

Click Create Stickies to place them on the board. The viewport will automatically zoom to fit the created stickies.

  • Grouped layout creates sections per category with labeled headers
  • Grid layout places stickies in a simple row/column grid

Color Mapping

By Category: | Category | Color | |----------|-------| | Bug | Red | | Enhancement | Purple | | New Feature | Blue | | Upsell | Green | | Other | Gray |

By Priority: | Priority | Color | |----------|-------| | Critical | Red | | High | Orange | | Medium | Yellow | | Low | Gray |

Troubleshooting

| Issue | Solution | |-------|----------| | Plugin not visible | Ensure you're in a FigJam board, not a Figma Design file | | "Missing Supabase credentials" | The build may be corrupted — reinstall the package | | "Failed to fetch" | Check your network connection; the plugin needs access to *.supabase.co | | No insights loading | Verify your Supabase insights table has data |

Requirements

  • Figma Desktop app (browser version does not support development plugins)
  • Network access to *.supabase.co