# Create a Figma Clone app with Flutter and Supabase Realtime

DevFeed: [Create a Figma Clone app with Flutter and Supabase Realtime](<https://devfeed.tech/articles/create-a-figma-clone-app-with-flutter-and-supabase-realtime-375.md>)

Original publisher: [Read original article](<https://supabase.com/blog/flutter-figma-clone>)

Author: Tyler Shukert

Published: 2024-01-26T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Canvas](<https://devfeed.tech/topics/canvas.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Database](<https://devfeed.tech/topics/database.md>), [Figma](<https://devfeed.tech/topics/figma.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [figma](<https://devfeed.tech/tags/figma.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sync](<https://devfeed.tech/tags/sync.md>), [time](<https://devfeed.tech/tags/time.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

A tutorial for building a collaborative design-board app resembling Figma with Flutter and Supabase Realtime. It demonstrates interactive canvas drawing, real-time synchronization of cursors and design objects, and persistence in a Postgres database.

## Source excerpt

A tutorial on how to build a collaborative design app like Figma using Flutter and Supabase Realtime.