Figma's Multiplayer Editing: A Simplified CRDT Approach

2025-08-19
Figma's Multiplayer Editing: A Simplified CRDT Approach

Four years ago, Figma embarked on building multiplayer functionality, opting for a custom-built system instead of the popular Operational Transform (OT) algorithm. Driven by a need for rapid iteration and concerns about OT's complexity, they created a simpler solution. This post details Figma's multiplayer system architecture, including its client/server architecture, WebSocket communication, offline editing capabilities, and data synchronization. While inspired by CRDTs (Conflict-free Replicated Data Types), Figma's implementation deviates from strict CRDT adherence, leveraging its principles while benefiting from a centralized server for efficiency and simplicity. The article contrasts OTs and CRDTs, delving into Figma's data structure design and how it handles edge cases.

Read more

Figma IPO Priced at $33 per Share

2025-07-31
Figma IPO Priced at $33 per Share

Design collaboration platform Figma announced its initial public offering (IPO) of 36,937,080 shares of Class A common stock priced at $33.00 per share. The shares are expected to begin trading on the New York Stock Exchange on July 31, 2025, under the ticker symbol "FIG." The offering includes shares offered by Figma and existing stockholders. Morgan Stanley, Goldman Sachs, Allen & Company, and J.P. Morgan are acting as joint lead book-running managers. Founded in 2012, Figma has evolved from a design tool into a connected, AI-powered platform, streamlining the entire design and product development process.

Read more

Figma Files for IPO, Plans NYSE Listing

2025-07-02
Figma Files for IPO, Plans NYSE Listing

Figma, the collaborative design tool, announced it has filed a registration statement on Form S-1 with the U.S. Securities and Exchange Commission (SEC) for an initial public offering (IPO), planning to list its Class A common stock on the New York Stock Exchange under the symbol "FIG." The number of shares and price range haven't been determined yet and are subject to market conditions. Morgan Stanley, Goldman Sachs, Allen & Company, and J.P. Morgan will act as joint lead book-running managers for the offering. Founded in 2012, Figma has evolved into a collaborative platform helping teams transform ideas into digital products.

Read more
Startup

A Labyrinthine HTML Structure: Diving into a Deeply Nested Code

2025-03-14
A Labyrinthine HTML Structure: Diving into a Deeply Nested Code

This code snippet reveals an unusually complex, deeply nested HTML structure. Like a maze, layers upon layers of div elements make it difficult to discern the underlying logic. This brings to mind the intricate architectures of complex programs or websites, their internal complexities often exceeding imagination. While the code itself contains no actual content, the sheer complexity of its structure invites discussion. Is this a deliberate design choice? Or the result of a programming error?

Read more
Development HTML structure

Web Design: From Templates to Expression

2025-01-31
Web Design: From Templates to Expression

In 2010, a custom website was a designer's digital calling card. Developers harnessed HTML5's capabilities to create imaginative websites. But the rise of templates and automation led to homogenization. Today, browser technology has advanced significantly, yet many designers remain stuck in old paradigms. This article calls on designers to utilize new CSS features like HSL and OKLCH color spaces, and container queries, to break free from template limitations and create more expressive websites. Websites should be more than just information containers; they're a space for creative expression.

Read more