- Go to your Replit project hosting tab
- Click the toggle to DISABLE "Autoscaling"
- Wait for the change to apply (you'll see the toggle turn off)
- In the same Hosting tab, find "Custom Domain" section
- Enter:
boomchainlab.com - Click "Add Domain" or "Connect Domain"
- Replit will show you DNS records to configure
- Login to namecheap.com
- Go to "Domain List" → Click "Manage" next to boomchainlab.com
- Click "Advanced DNS" tab
- Delete any existing A records and CNAME records for @ and www
- Add these new records (replace with actual values from Replit):
Type: A
Host: @
Value: [IP address from Replit]
TTL: Automatic
Type: CNAME
Host: www
Value: [CNAME target from Replit]
TTL: Automatic
- Login to godaddy.com
- Go to "My Products" → "All Products and Services" → "Domains"
- Click DNS next to boomchainlab.com
- Add/modify these records:
Type: A
Name: @
Value: [IP address from Replit]
TTL: 1 hour
Type: CNAME
Name: www
Value: [CNAME target from Replit]
TTL: 1 hour
- Login to cloudflare.com
- Select boomchainlab.com from your dashboard
- Go to DNS → Records
- Add these records (turn OFF the orange cloud proxy initially):
Type: A
Name: @
IPv4 address: [IP address from Replit]
Proxy status: DNS only (gray cloud)
Type: CNAME
Name: www
Target: [CNAME target from Replit]
Proxy status: DNS only (gray cloud)
After DNS changes (wait 15-30 minutes):
- Visit http://boomchainlab.com
- Visit http://www.boomchainlab.com
- Both should redirect to your Chonk9k Suite
When you add the domain, Replit will give you something like:
- A Record IP: Usually something like
35.190.XXX.XXX - CNAME Target: Usually something like
your-repl.replit.app
- DNS changes take 15 minutes to 2 hours to propagate
- SSL certificate will be automatically provided by Replit
- Your app will be accessible at https://boomchainlab.com
- Make sure to update any hardcoded URLs in your app if needed
If you get stuck on any step, let me know:
- Which domain provider you're using
- What step you're on
- Any error messages you see
Your Chonk9k Suite will be live at boomchainlab.com once complete!