Connect custom domains to your Meku projects. Learn how to add DNS records, verify ownership, issue SSL, disconnect domains, and troubleshoot setup issues.
Meku allows you to connect a custom domain to the deployed projects. This gives you a branded web address instead of the default meku.app subdomain.
A domain is the web address people use to reach your project, such as example.com. By default, every Meku project is published on a free meku.app subdomain. Custom domains let you use your own domain for production-ready apps.
Custom domains are available on all plans, including Free, Starter, Pro, and Growth.
Follow these steps to connect a domain you own:
Meku provides records you must configure at the domain registrar:
TXT | meku-verification | <unique-verification-id>
A | @ | 157.230.64.11
CNAME | www | yourdomain.com
SSL certificates secure the custom domains and are issued automatically once the DNS resolves.
SSL ensures visitors always access the projects securely.
Verification confirms the DNS changes have taken effect.
You can confirm DNS propagation with:
dig example.com
dig www.example.com
Domains typically connect within a few hours, but allow up to 24–48 hours.
Verification ensures the domain is ready before going live.
To remove a custom domain:
Best practices help avoid issues when setting up domains.
Following these steps ensures a smooth domain setup.
This section covers the most frequent domain configuration problems.