domain-management

Configure Vercel domain routing, DNS records, and SSL for motormetrics.app.

21|2|Updated Nov 5, 2023
One-click install
npx skills add https://github.com/motormetrics/motormetrics --skill domain-management-motormetrics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-management
Source: https://github.com/motormetrics/motormetrics/tree/main/.claude/skills/domain-management
Command: npx skills add https://github.com/motormetrics/motormetrics --skill domain-management-motormetrics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring and maintaining domain routing, DNS records, and TLS for Motormetrics across production and preview environments to ensure reliable traffic and secure connections.

Core Features & Use Cases

  • Domain provisioning in Vercel for motormetrics.app and preview deployments
  • DNS record management (A, CNAME) to point to Vercel
  • Automatic SSL/TLS provisioning and renewal
  • Redirect configuration (www → apex, custom redirects)
  • Security headers and best practices for domain security

Quick Start

Configure motormetrics.app in the Vercel dashboard and verify DNS propagation.

Frequently Asked Questions about domain-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure DNS records for a Vercel deployment?

To configure DNS records for a Vercel deployment, you need to add A records or CNAME entries pointing your root domain or subdomains to Vercel's designated IP addresses or hostname. This ensures traffic routes correctly to your application.

Why does my Vercel SSL certificate fail to provision after adding a custom domain?

SSL certificate provisioning on Vercel fails when DNS records are incorrectly configured or have not fully propagated. Verifying that your A records or CNAME entries exactly match Vercel's requirements will resolve the validation issue.

What is the best way to redirect www to an apex domain on Vercel?

The best way to redirect www to an apex domain on Vercel is by configuring domain redirects within your Vercel project settings. This automatically routes all subdomain traffic to your primary root domain.

How do I manage DNS for Vercel preview deployments?

Managing DNS for Vercel preview deployments involves provisioning specific deployment domains in the Vercel dashboard. You must configure DNS records for each custom preview domain to ensure secure routing and SSL provisioning.

Do I need to manually renew SSL certificates for Vercel domains?

You do not need to manually renew SSL certificates for Vercel domains. Vercel automatically handles TLS provisioning and renewal once your DNS records are correctly pointed to their infrastructure.

How do I set up security headers for a custom domain on Vercel?

To set up security headers for a custom domain on Vercel, you configure domain routing rules that enforce best practices for domain security. This is managed alongside your redirects and DNS configurations within the project settings.