BlogsVercelDNS Record Management UI

DNS Record Management UI

DNS Record Management UI

5
posts
2019–2024

Vercel offers a Web UI for managing DNS records, simplifying custom domain configuration. This includes presets for common record types like MX records and support for wildcard domains. The platform also enables programmatic assignment of custom domains, subdomains, and SSL certificates to users via the Vercel Domains API, facilitating multi-tenant applications. This is integrated with Vercel Postgres for data storage and leverages the Edge Network for performance. Dub leveraged the Vercel Domains API to efficiently manage custom domains, enabling them to provision new domains on behalf of their users via API calls and cost-effectively provide SSL certificates, contributing to their growth to 3,000 active domains and 5 million redirects per month.

2024

How Dub grew to 3,000 active domains with Vercel | Customers | Vercel

5/3/2024

This post details how Dub, an open-source link management platform, scaled to 3,000 active domains and 5 million link redirects per month by leveraging Vercel's platform, specifically the Vercel Domains API. It highlights how Vercel's API simplified the complex processes of setting up reverse proxies and issuing SSL certificates, allowing Dub to efficiently provision custom domains for their users. The post emphasizes the cost-effectiveness and ease of SSL certificate management provided by Vercel, which was crucial for Dub's growth and user satisfaction.

2023

Introducing the Vercel Platforms Starter Kit

7/5/2023

This post introduces the Vercel Platforms Starter Kit, a full-stack Next.js template for building multi-tenant applications with custom domains. It highlights the integration of the Vercel Domains API for managing custom domains, Vercel Postgres for data storage, and the Edge Network for caching. It also showcases features like AI-powered editing, image uploads via Vercel Blob, dynamic OG cards using @vercel/og, and dark mode. The post emphasizes the ability to build multi-tenant apps quickly and at scale, referencing successful customer examples.

2020

DNS Records UI

6/23/2020

Introduced a Web UI for managing DNS records directly within the Vercel Project Settings, replacing the previous command-line-only interface. Added presets for commonly used DNS records, starting with MX records for email services, to streamline configuration. This feature is available for domains bought with Vercel, transferred to Vercel, or using Vercel's nameservers.

2019

Default Production Domain

10/31/2019

Introduced automatic assignment of a `vercel.app` domain to new projects, simplifying the initial deployment and sharing process. This default domain can be edited or replaced with a custom domain. API endpoints for project creation and ensuring project existence were updated to support this feature.

Introducing Wildcard Domains

9/10/2019

Introduced Wildcard Domains, allowing users to capture all subdomains on the fly and have a single deployment handle them. This enables the creation of customizable workspaces or profiles for each user. The feature is configured via the project's Domains tab and requires DNS nameserver configuration. A demo project 'static.fun' showcases this capability.