惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
MyScale Blog
MyScale Blog
H
Help Net Security
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
Create a Supabase backend using Figma Make
Prashant Sridharan · 2025-07-15 · via Supabase Blog

Create a Supabase backend using Figma Make

With today’s update to Figma Make, you can now build richer prototypes and fully functional web applications, complete with real backend logic using Supabase—all without leaving Figma.

This integration brings a faster, more seamless path from idea to reality. With AI-powered prompts and built-in Supabase support, Figma Make automatically suggests adding a backend when your prompt calls for it, so you don’t even need to ask. You can add auth, databases, or file uploads exactly when you need them, without handoffs, context-switching, or backend expertise.

Mock data becomes a real Postgres database. Placeholder flows become working auth, storage, and real user data—all powered by Supabase. Here’s what’s possible inside Figma Make with Supabase:

Supabase brings a production-grade Postgres database to your Figma Makes. It’s perfect for anything from a journaling app to a CRM. You get structured tables, relational logic, and a secure API to query your data.

Figma Make prompt example:


_10

Create an internal CRM where sales reps can log new leads, track status updates, and filter leads by region or priority. Each lead record should be editable and tied to a specific account manager.


Secure sign-in is just a prompt away. Ask Figma Make to “add Supabase Auth” and it will wire up email/password, magic links, or social logins like GitHub and Google. Supabase automatically scopes data so users only access what they should.

Figma Make prompt example:


_10

Build a customer portal where users can create accounts, sign in with Google or email/password, and view their order history. Ensure each customer can only see their own data.


Let users upload images, PDFs, or any file type directly in your Figma Make project. Supabase Storage securely stores each file and lets you control who can access it.

Figma Make prompt example:


_10

Build a content submission platform where users can upload images, pitch decks, or PDFs. Display uploaded files in a user’s profile, and restrict access to their own files only.


With Supabase, your Make prototypes or apps aren't limited to a single data source—you can easily pull in live data, connect to APIs, and add AI-powered features.

  • Edge Functions let you run backend logic close to your users. Think of them like lightweight serverless functions that can fetch data, transform it, and return just what your Make needs.
  • Foreign Data Wrappers allow you to query external databases and APIs as if they were part of your own Supabase project. That means you can pull in live data from internal systems, spreadsheets, or external APIs, without syncing or duplicating data.
  • Vector embeddings enable AI-powered features like semantic search and recommendations by letting you store and search high-dimensional data (like text or images) using natural language. Ideal for building smarter search bars, content discovery, or personalization.

Figma Make already made it easier to go from concept to interactive experience. Now, with Supabase, you can go even further—building fully functional web apps powered by a production-grade backend.

Bring your ideas to life today with Figma Make and Supabase.