@matteoaliano/feedati-figjam-plugin
v1.0.1
Published
FigJam plugin to import Feedati insights as sticky notes from Supabase
Downloads
48
Maintainers
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-pluginSetup in Figma
- Open Figma Desktop (the plugin requires the desktop app)
- Go to Plugins > Development > Import plugin from manifest...
- Navigate to your project's
node_modules/@matteoaliano/feedati-figjam-plugin/manifest.jsonand select it - The plugin is now available in your FigJam boards
Usage
- Open a FigJam board (the plugin only works in FigJam, not Figma Design)
- Right-click the canvas > Plugins > Development > Feedati FigJam Plugin
- 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
