switch·Esc back

Domain

You might say

I want people to be able to type an easy-to-remember name to open my website.

Give a website a human-readable addressA domain name is the address people type, such as example.com. It is registered separately from the server that hosts the site and points to that service through dns. Renew it on time, protect the account, and decide which subdomains each service uses.
vibeui.dev✓ AvailableSample quoteAdd to list
vibeui.comTaken——

When to use it

  • Publish a memorable website address
  • Create subdomains for different services
  • Use a branded email domain
  • Point visitors to a deployed website

When NOT to use it

  • Assume buying a domain also creates the website
  • Forget renewal and account security
  • Change DNS records without knowing which service uses them
  • Put secret information in a domain or subdomain name
Anatomy
app.vibeui.dev
The prefix configured under the registered domain name, such as app, blog, docs, is used to distinguish different services
Registry rules determine which level can be registered. For example, vibeui.dev may be registrable at that level, depending on the suffix.
The final part of domain names such as .com, .dev, .cn, etc.; registration policies, prices and audience familiarity will change after the suffix.
Variants
Commercial
vibeui.com
Audience familiarity is high, but still combined with name availability and brand choice
Dev & App
vibeui.dev
Commonly used in technology and application products; use HTTPS. Configure a valid certificate before deployment, and enable HSTS only after HTTPS is working correctly.
China
vibeui.cn
It can be evaluated when targeting Chinese users; registration and online requirements need to be checked according to the registrar and hosting region.
AI & IO
vibeui.ai
Commonly found in AI and tool products; compare first-year price, renewal price and transfer-in and transfer-out rules before purchasing
Typical use cases
Company website
vibeui.dev Registerable Example quote
vibeui.com Already registered ——
Product app
My domain name
vibeui.dev Active Expires on 2027-07-20
vibe-ui.com Expires in 7 days Auto-renewal is off
Documentation subdomain
Bind a custom domain name
Point vibeui.dev to your project
Next step: Go to your DNS console and add a record
A @ → 76.223.54.1
Custom email
Subdomain name planning
vibeui.dev Official website landing page Online
app.vibeui.dev Online editor Online
blog.vibeui.dev Update log and tutorial Under planning
Further reading