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

推荐订阅源

V
Visual Studio Blog
爱范儿
爱范儿
GbyAI
GbyAI
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
C
Check Point Blog
H
Help Net Security
P
Proofpoint News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
Y
Y Combinator Blog
U
Unit 42
T
Tailwind CSS Blog
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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
Custom Domain Names
Div Arora · 2022-12-16 · via Supabase Blog

Custom Domain Names

After your side-project becomes wildly viral, and you've graduated into a “serious business”, delivering a more branded experience is probably one of the items at the bottom of your checklist.

To that end, we're releasing custom domains, and vanity subdomains, to help you present a more polished product to your users.

Custom Domains#

Custom domains allow you to use your own domain for your Supabase project.

Instead of seeing:

sqvfdnkeiuztnsinmtau.supabase.co

your users instead interact with

api.example.com:

Today, we're making Custom Domains generally available, and they're now accessible as a paid add-on through the Supabase dashboard.

Get your custom domain in the Dashboard

Vanity Subdomains#

Vanity Subdomains allow you to choose a subdomain on Supabase's own domain.

Instead of hosting your services on a randomly assigned subdomain:

abcdefghijklmno.supabase.co

you can choose one that's relevant to your project, for example:

my-example-brand.supabase.co

Vanity Subdomains are offered at no additional cost for all projects on a paid plan, and are being launched in a closed beta.

Instructions for setting up Vanity Subdomains are now available in our docs.

In this release, we still have some limitations that we're working through:

  1. Edge Functions don't support custom domains or vanity subdomains yet, so you have to use the current endpoint to access them.
  2. Right now, you can only set up one custom domain or vanity subdomain per project.

We're working hard to fix these limitations, so stay tuned for future updates.