The collaborative design platform

Where teams design together

From brainstorm to build, Figma is the only platform that connects every phase of design. Create, prototype, develop, and gather feedback in one place.

Scroll
Products

Everything you need to design at scale

Design team collaborating on software architecture at a whiteboard
Design together, in real time
Everyone on the same page, at the same time. No more version conflicts.
Auto Layout
Create responsive designs that adapt and reflow automatically. Build once, scale everywhere.
Variables
Bind design tokens to your UI. Switch themes, modes, and breakpoints without rebuilding components.
Components
Build a single source of truth for your design system. Update once, propagate everywhere.

Multiplayer by default

Design is a team sport. See cursors move in real-time, leave contextual comments, and build on each other's ideas without ever leaving the canvas.

Creative workspace with design mindmap on whiteboard
Sarah K.
Alex M.
Jordan L.
3M+
Teams worldwide
150+
Integrations
500B
Objects created
Dev Mode

From design to code, seamlessly

Inspect designs, export assets, and copy production-ready CSS, iOS, or Android code. No more redlining. No more handoff documents.

Explore Dev Mode
Button.tsx
// Generated from Figma Dev Mode
interface ButtonProps {
  variant: 'primary' | 'secondary' | 'ghost';
  size: 'sm' | 'md' | 'lg';
  children: React.ReactNode;
}

export const Button = ({
  variant = 'primary',
  size = 'md',
  children
}: ButtonProps) => (
  <button
    className={cn(
      'rounded-full font-medium',
      variants[variant],
      sizes[size]
    )}
  >
    {children}
  </button>
);

Explore the Community

Thousands of free templates, plugins, and widgets built by designers and developers worldwide.

Colorful sticky notes from a creative brainstorming session
FigJam templates
Whiteboard covered in colorful stickers during ideation
UI Kits
Person sketching ideas on a wall with markers
Wireframes
Creative workspace video Design planning workspace with whiteboard and colorful notes
Design systems
File types

One platform, three canvases

F
Figma Design
The design tool for teams who ship products. Create, iterate, and hand off with precision.
  • Auto Layout & constraints
  • Variables & design tokens
  • Component variants
  • Multiplayer editing
P
Prototyping
Build interactive prototypes that feel real. Test flows before a single line of code.
  • Advanced transitions
  • Smart animate
  • Variables in prototypes
  • Device preview
J
FigJam
The online whiteboard where teams brainstorm, diagram, and plan together.
  • Sticky notes & stamps
  • Templates & widgets
  • Voting & timers
  • Audio conversations

Start free, scale as you grow

Free for individuals. Powerful plans for teams of every size.

Starter
$0
Free forever
  • 3 Figma files
  • 3 FigJam files
  • Unlimited personal files
  • Unlimited collaborators
Organization
$45
per editor / month
  • Everything in Professional
  • Org-wide design systems
  • Branching & merging
  • Centralized file management
  • SSO + advanced admin
  • Private plugins