IntermediateArticleFREE10 min read

Framer Developers: Quick Start

Official first steps for building a Framer plugin from npm create framer-plugin to opening a development plugin inside the editor.

Why we picked it

The canonical starting point for Framer plugin development, covering scaffolding, dev server, developer tools, and the plugin APIs you can extend next.

What you’ll learn

  • Scaffold a plugin with npm create framer-plugin@latest
  • Run the dev server and load the plugin in Framer
  • Enable Developer Tools and open a development plugin
  • Explore next steps: nodes, components, CMS, and styling

Who it’s for

Developers building their first Framer plugin.

External resource

Open this article at the source

framer.dev

Continue