cipher·host
guide // for builders
a plain-language guide

You shipped a site. Here's what you actually shipped.

If you built your site with AI — Claude, ChatGPT, Lovable, whatever — there's a good chance it works but you don't fully know why, or what's still missing. This guide explains three things in plain terms: your domain (DNS), turning your site into an installable app (PWA), and getting found on Google (Search Console). No jargon left unexplained.

What DNS actually is

You bought a domain. Maybe it's pointing somewhere. Maybe it isn't. Maybe it half-works. Here's what's actually going on.

Think of it like this

Every website lives on a server with a numeric address, like 192.0.2.1. Nobody wants to remember that. DNS is the phonebook of the internet — it's the system that takes a name you can remember (yourname.com) and quietly translates it into the numeric address your browser actually needs to find the right server.

When people say "my domain isn't working" or "my site shows an error," 9 times out of 10 it's because the phonebook entry — the DNS record — is missing, wrong, or hasn't finished updating yet.

The three records that matter most

Why it sometimes "doesn't work" right after you set it up

DNS changes aren't instant. When you update a record, that change has to spread across servers worldwide — this is called propagation, and it can take anywhere from a few minutes to 48 hours. If your site looks broken right after you touch DNS settings, the honest first move is usually: wait, then check again.

Common beginner trap

Buying a domain from one company (like Namecheap) and hosting your site with another (like Vercel) doesn't connect automatically. You have to manually go into your domain's DNS settings and add the record your host tells you to add. This single missing step is the #1 reason a finished site doesn't show up at its domain.

Turning your site into an installable app

Right now, your site is something people visit. A PWA is something people can install — it sits on their home screen like a real app, can work offline, and feels less like "a website" and more like a product.

Open it
Type the URL or find it in a bookmark every time
Tap an icon on the home screen, like any other app
Offline
Blank page or browser error with no connection
Can still load and show content with no connection
Feel
Browser bar, tabs, "just a website"
Full-screen, no browser chrome, feels native

What actually has to be added

A PWA isn't a different kind of website — it's your existing website plus three small additions:

Why vibe coders get stuck here

None of these three things break your site if they're missing — your site still loads fine in a browser. That's exactly why it's easy to ship something that "works" but was never actually installable, and never notice, because nothing visibly tells you it's missing.

Why Google can't find your site yet

A live site is not the same as a findable site. Google doesn't automatically know your site exists — you have to tell it, and then prove you're the owner.

What Google Search Console actually does

01

Verify your domain in Search Console using a TXT record or file upload.

02

Submit a sitemap so Google knows every page that exists, not just the homepage.

03

Request indexing on key pages so they don't sit in a crawl queue for weeks.

Reality check

A site can be live, fast, and beautiful — and still be functionally invisible to anyone searching Google, because nobody ever told Google it exists. This step is invisible work with a very visible payoff.

Do it yourself, or have it done for you

Everything above is genuinely doable on your own with patience and some searching. If you'd rather not spend a weekend in documentation, here's what it costs to have it handled directly.

DNS setup
Domain connected properly to your host, verified working
₦6,000GH₵100 · $4 USDT
PWA conversion
Manifest, icons, service worker — installable on any device
₦10,000GH₵165 · $7 USDT
Search Console setup
Domain verified, sitemap submitted, indexing requested
₦7,000GH₵115 · $5 USDT
Security check
Your site tested for real vulnerabilities — exposed keys, broken auth, common exploits. Done by someone who does this professionally on HackerOne and Intigriti.
₦15,000GH₵245 · $10 USDT
all four
Complete setup
DNS + PWA + Search Console + Security check, done together
₦32,000GH₵525 · $22 USDT

Security check is a focused review for common, real-world issues — not a full penetration test, and it doesn't guarantee every vulnerability will be found. For sites handling sensitive data or payments, treat this as a first pass, not a complete audit.

Have it done for you

Send your site and what you need. It gets handled directly, no back and forth required.

Message on WhatsApp

Do it yourself

Everything above is enough to get started. Search the specific terms in bold for step-by-step instructions matched to your host.

Back to the top