Skip to content

framer/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7614447 · May 6, 2025
Apr 17, 2024
Mar 7, 2025
May 6, 2025
May 6, 2025
Apr 17, 2024
Apr 24, 2025
Mar 7, 2025
Jun 4, 2024
Aug 28, 2024
Feb 24, 2025
May 6, 2025
Feb 21, 2025
Sep 17, 2024

Repository files navigation

A collection of Framer Plugins.


plugins

Plugins in Framer are small apps that can interact with the Framer editor, enabling you to perform various actions such as inserting images, layers, and components or modifying anything on the canvas. This repository contains a selection of Plugins, capturing a wide range of use cases. The code for which can be found in the /plugins folder. Feel free to clone and build off the existing Plugins, or open a pull reqest with a contribution of your own.

Check out our documentation to learn more.


🎛️ Get Started

  • To set up this repository for local development, clone the repo and run npm install in the root.
  • Run a specific plugin by entering the directory with cd plugins/[plugin-name] and running npm run dev.
  • In Framer, enable "Developer Tools" via the Plugin sub-menu in the Main Menu

🛠️ Contribute

  • Have a polished Plugin you’d like to share with others? Contributions are welcome.

🔮 Feedback

  • For feature requests and bug reports, please open an Issue in this Repository.