AgentStack
SKILL verified MIT Self-run

Agentic Webdesign Framer

skill-s3yed-appie-kit-agentic-webdesign-framer · by S3YED

Use Framer 3.0 Agents and External Agents — AI-driven website building, design, and CMS management from Claude Code, Cursor, and Codex. Canvas-native agents generate pages, designs, layouts, code components, and run audits.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-s3yed-appie-kit-agentic-webdesign-framer

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Agentic Webdesign Framer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Framer 3.0 — AI Agents for Visual Web Design

What it is

Framer 3.0 (June 16, 2026) brings AI agents directly into the Framer canvas. Two modes:

  1. Framer Agents (canvas-native) — AI works inside Framer, generating pages, writing code components, managing CMS, auditing SEO/accessibility
  2. External Agents — Claude Code, Cursor, Codex, and other AI tools connect directly to Framer projects (no separate MCP setup needed)

Also: Branching for team collaboration — isolated branches, review, compare, merge approved changes.

AI Credits

| Plan | Credits | Reset | Roughly | |------|---------|-------|---------| | Free | 500 | Daily | ~2 landing pages | | Basic | 1,000 | Monthly | ~5 landing pages | | Pro | 3,000 | Monthly | ~10 landing pages |

Editor seats: $20/mo (halved from $40).

What Framer Agents Can Do

  • Generate pages from scratch
  • Generate designs from screenshots
  • Handle responsive breakpoints
  • Design within existing pages
  • Create layouts and sections
  • Organize color and text styles
  • Add effects and interactions
  • Write custom code components (React)
  • Write and improve content
  • Import and organize content
  • Generate SEO metadata
  • Manage CMS collections
  • Create CMS detail pages
  • Audit for broken links
  • Audit accessibility issues
  • Audit inconsistent styling

External Agents Setup

Connect Claude Code, Cursor, or Codex without separate MCP setup:

  1. Open Framer project → Settings → External Agents
  2. Copy the connection string
  3. Paste into your AI tool's configuration

External agents get access to the same canvas, CMS, styles, and publishing workflow.

Open-Source MCP Server (alternative)

For custom setups, use the community MCP server:

{
  "mcpServers": {
    "framer": {
      "command": "npx",
      "args": ["-y", "framer-mcp-server"],
      "env": {
        "FRAMER_PROJECT_URL": "https://framer.com/projects/YourProject--abc123",
        "FRAMER_API_KEY": "fr_your_api_key_here"
      }
    }
  }
}

MCP Tools (community server)

  • CMS: list/get/add/remove collection items, get field schemas
  • Design: read page structure, apply canvas changes via DSL
  • Code: list/get/set code component files (React)
  • Preview: generate local HTML preview, publish deployments
  • Undo: all write operations snapshot previous state for rollback

When to Use

  • Building marketing sites, landing pages, portfolios
  • Teams that need visual design + AI assistance
  • When you want AI to work inside a visual canvas (not just generate code)
  • Rapid prototyping with design fidelity

Pitfalls

  • Complex web apps with custom logic/deeply nested components may need manual intervention
  • Agent occasionally produces templated layouts despite respecting style systems
  • AI credits consumed per agent action — monitor usage on high-iteration tasks
  • External Agents is Framer-native (not open MCP) — locked to Framer's connection method
  • Community MCP server is third-party, not official Framer

Version

Framer 3.0, released June 16, 2026. All plans.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.