CMS Starter Plugin
March 7, 2025
Introducing the CMS Starter Plugin, the fastest way to get started building your next CMS Plugin. By running npm create framer-plugin -- --starter cms
the starter parameter will create your new Plugin with the core features of a great CMS Plugin already included: data mapping, source selection, field mapping, error handling, and more. This functionality is intentionally minimal yet robust, distilling our learnings from building many CMS Plugins into a small set of code files. By swapping in your own data-fetching, most of the functionality will adapt automatically, leaving you more time to focus on customizing and shipping your Plugin. Check out our CMS guide to get started, or watch the video for a CMS Plugin overview and see the Starter Plugin in action.