I recently released 3 new Figma plugins under SignalSupply. On April 2026 I submitted them to Figma for approval a few days apart, and it took roughly 3-4 weeks for all three to go live on the Figma Community. Most of these plugin are initially built for my personal usage with limited features and minimal UI, but I decided to polish them up, adding new features and release them publicly.

Perspectr
Perspectr Figma plugin is my attempt at porting the web version that is currently part of the SignalSupply Toolbox. What it does, basically, is transform any element to give it a perspective angle effect. While some other Figma plugins do similar things, they mostly utilize the skew/isometric/rotation method and maintain the vector output. It works, but it is very limited in terms of angle variations.
Meanwhile, with Perspectr (just like in the original web version), I wanted to utilize image-based perspective, similar to how CSS perspective works. I know this "destroys" the vector by rasterizing it into an image, but I think it's a fair trade-off. Under the hood, it converts any selected elements into an image, applies the perspective distortion, and returns the rasterized result back to the canvas.

Patterne
Patterne plugin, which originally had a different name, has been installed on my local computer for quite some time now. It all started when I realized I was constantly creating or googling for dot and repeating line patterns. I made this plugin simply to solve that problem. Back then, it featured just those two patterns with a minimal UI, and I used it from time to time to create patterns in my own designs.
I was planning to use the name "Patterna" when publishing it to the Figma Community, but I noticed another existing plugin already had that exact name, even though it wasn't related to pattern generation at all. What a shame. So, I decided to go with Patterne, polished up the UI, and added several more pattern shapes. As of writing this (v1.4.0), it now features 18 pattern shapes plus one custom shape option.

SVG Toolbox
SVG Toolbox is a plugin I initially made to solve a specific workflow for Logoipsum. Logoipsum requires a strict and particular SVG structure, and for a while, I found myself manually editing the code over and over again every time I published a new logo.
Selectively exposing layer name as id (not all layers like Figma's built-in feature), converting "black" and "white" color into hex format #000000 and #ffffff, merging paths, flatten groups, reformatting multiple SVGs into JSON format, among others, are some of the "problems" that started from my Logoipsum workflow and becomes features in this plugin.
This plugin helps me standardize the SVG code output directly inside Figma. Once again, I decided to polish the UI and publish it. Since this is now meant for public use, I break down some features into more low-level, granular, and general implementations. My hope is that anyone else out there facing the same workflow problem can benefit from this plugin.
Oh, and also SignalSupply website just got upgraded and redesigned. Also, Patterne and SVG Toolbox has its own dedicated page. Check it out!