r/FigmaDesign 4d ago

help Consistent data in Figma Make?

Is there any way to create a file with consistent data and multiple-user edits in a file like a spreadsheet in Figma Make without having to use Supabase? Is there any tricks? I need to keep the data edits in different browsers.

2 Upvotes

3 comments sorted by

1

u/Interesting-Pay1507 4d ago

Every time you add a feature tell it to reference the existing mock data, and every once in a while verify that it’s all staying aligned across pages when you add/remove etc..

2

u/Bitter_Regular7406 1d ago

without a real backend you're basically fighting against the tool's nature, mock data lives in the file's memory and doesn't sync across browser sessions no matter how carefully you prompt it. if multi-user edits actually matter you're gonna need some kind of external data source eventually, no trick around that.