framer-hello-world
Installation
SKILL.md
Framer Hello World
Overview
Build a minimal Framer plugin that inserts a styled text layer onto the canvas, and a code component that renders inside Framer sites. Both use the framer-plugin SDK which provides the framer global for editor interaction.
Prerequisites
- Completed
framer-install-authsetup - Framer editor open with a project
- Plugin dev server running (
npm run dev)
Instructions
Step 1: Hello World Plugin
// src/App.tsx — Plugin UI that runs inside Framer editor
import { framer } from 'framer-plugin';