Framer CI Integration Overview Set up CI/CD for Framer plugins and Server API integrations. Plugin builds are tested with Vite + vitest. Server API CMS sync can be triggered from CI for automated content publishing. Instructions Step 1: GitHub Actions for Plugin Build Step 2: CMS Sync Script for CI Step 3: Configure Secrets Output - Plugin builds verified on every PR - Automated CMS sync and publish on main push - Secrets configured in GitHub Resources - GitHub Actions - Framer Server API Next Steps For deployment, see . ---