Framer Install & Auth Overview Set up the Framer Plugin SDK for building editor plugins, or the package for Server API access. Framer has two developer surfaces: Plugins (run inside the Framer editor UI) and Server API (run from any Node.js server via WebSocket). Prerequisites - Node.js 18+ - Framer account (free or paid) - For Server API: API key from site settings Instructions Step 1: Choose Your Integration Type | Type | Package | Use Case | |------|---------|----------| | Plugin | | UI that runs inside Framer editor | | Server API | | Headless CMS sync, CI/CD publishing | | Code Component…