Best of FigmaFebruary 2026

  1. 1
    Article
    Avatar of claudeClaude·15w

    How Anthropic uses Claude in Marketing

    A non-technical growth marketer at Anthropic used Claude Code to build custom automation workflows that reduced ad creation time from 30 minutes to 30 seconds. Starting with zero coding experience, he created a Figma plugin for generating ad variations and a Google Ads copy workflow with CSV export. The article details his process, best practices for non-technical users building with AI coding tools, and examples of how other marketing teams at Anthropic are using Claude to save hundreds of hours monthly on repetitive tasks.

  2. 2
    Article
    Avatar of mondaymonday Engineering·16w

    How We Use AI to Turn Figma Designs into Production Code

    Monday.com built an AI-powered system to convert Figma designs into production-ready code that adheres to their design system. Instead of directly generating code, they created a design-system MCP (Model Context Protocol) that exposes structured knowledge about components, tokens, and accessibility rules. An agentic workflow built with LangGraph breaks down design-to-code into 11 focused steps, analyzing layout, resolving tokens, identifying components, and planning implementation. The agent returns structured context rather than code, allowing different teams to generate code in their own style while ensuring design system compliance, accessibility, and proper component usage from the start.

  3. 3
    Article
    Avatar of netguruNetguru·14w

    How to Create Design System Documentation: A Step-by-Step Guide

    Design system documentation serves as the foundation for team alignment and consistent UI design. The guide covers five essential steps: understanding your audience (designers, developers, product managers), planning documentation structure (task-based vs. structural formats), documenting foundations and components (colors, typography, spacing, accessibility), selecting appropriate tools (Figma, Storybook, Supernova), and maintaining the system through feedback loops and regular updates. Successful documentation bridges design and development teams, provides clear usage guidelines beyond component lists, and integrates naturally into existing workflows. The Silk design system exemplifies this approach for commerce and marketplace products.