A step-by-step guide to get your new website live on mentalnote.ai.
Estimated time: 15–20 minutes
account → polite-tree-08f6dc11e... (Azure Static Apps - add-in)addin → green-meadow-06dd7... (Azure Static Apps - add-in)selector1... and selector2... → (Email signing - DKIM)autodiscover → autodiscover.outlook... (Email)MX Record → mentalnot... (Email delivery)TXT Records → SPF, DMARC, Google verification (Email & verification)_a8d073... → SSL certificate verification3efd812d... → Bing verification
1 Go to https://app.netlify.com/signup
2 Click "Sign up with email" (or use your Google/GitHub account if you have one)
3 Enter your email and a password, then verify your email
That's it — Netlify is completely free for static websites like yours. No credit card needed.
1 Once logged into Netlify, you'll see your dashboard. Look for the section that says "Want to deploy a new site without connecting to Git? Drag and drop your site output folder here"
2 Open the mentalnote-site folder I've created on your computer
3 Drag the entire mentalnote-site folder and drop it onto the Netlify upload area
4 Wait about 10–15 seconds. Netlify will show a success message and give you a temporary URL like https://random-name-12345.netlify.app
5 Click that temporary URL to verify your site looks correct. Browse around — check the homepage, pricing page, a blog post, and a template page to make sure everything works.
1 On your Netlify site dashboard, click "Domain settings" (or go to Site settings → Domain management)
2 Click "Add a domain"
3 Type mentalnote.ai and click Verify
4 Netlify will say it can't verify ownership yet — that's expected. Click "Add domain" anyway.
5 Netlify will show you the DNS configuration needed. Look for a line that says something like:
mentalnote.ai → [your-site-name].netlify.app
Write down or copy this Netlify site name — you'll need it for the next step.
This is the key step — you're changing where mentalnote.ai points from redirect.pizza to your new Netlify site.
1 Log into Namecheap and go to Domain List → mentalnote.ai → Manage → Advanced DNS
2 Find the CNAME Record with Host = @ that currently points to edge.redirect.pizza.
@) record pointing to Netlify. If that's the case, you have two options:
[your-site-name].netlify.app
@ and instead add an A Record for @ pointing to Netlify's load balancer IP: 75.2.60.5
3 Delete the existing CNAME record for @ (the one pointing to edge.redirect.pizza)
4 Click "Add New Record" and add this record:
| Type | Host | Value | TTL |
|---|---|---|---|
| A Record | @ | 75.2.60.5 | Automatic |
5 Now find the CNAME Record with Host = www. Change its value to:
[your-site-name].netlify.app.
(Replace [your-site-name] with your actual Netlify site name from Step 3)
6 Also find and delete the CNAME for install pointing to edge.redirect.pizza. — this was part of the old redirect setup and is no longer needed.
| Type | Host | Value | Action |
|---|---|---|---|
| A Record | @ | 75.2.60.5 | NEW |
| CNAME | _a8d073... | d30305df805a... | Keep |
| CNAME | 3efd812d... | verify.bing.com. | Keep |
| CNAME | account | polite-tree-08f6... | Keep |
| CNAME | addin | green-meadow-06dd... | Keep |
| CNAME | autodiscover | autodiscover.outlook... | Keep |
| CNAME | inst | prox.itrackly.com. | Keep |
| — | DELETE | ||
| CNAME | selector1... | selector1-mentalnote-a... | Keep |
| CNAME | selector2... | selector2-mentalnote-a... | Keep |
| CNAME | www | [your-site].netlify.app. | CHANGE |
| TXT | @ | v=spf1 include:spf.prote... | Keep |
| TXT | @ | google-site-verification... | Keep |
| TXT | _dmarc | v=DMARC1; p=none... | Keep |
| MX | @ | mentalnot... 0 | Keep |
Summary: You are changing 3 things. Everything else stays exactly as it is.
1 Back on Netlify, go to Domain settings → HTTPS
2 Click "Verify DNS configuration" — if your DNS changes have propagated (can take 5–30 minutes), Netlify will confirm it
3 Click "Provision certificate" — Netlify will automatically create a free SSL certificate
4 Enable "Force HTTPS" to make sure all visitors get the secure version
https://mentalnote.ai within 5–30 minutes. DNS changes can take up to 48 hours in rare cases, but usually it's much faster.
Once your site is live and working, you can cancel your redirect.pizza subscription if you were paying for it — you no longer need it.
Whenever you want to update the website (e.g., I've added new blog posts or you want to change something):
1 Log into Netlify
2 Go to your site → Deploys
3 Drag and drop the updated mentalnote-site folder onto the deploy area
4 Done! The changes go live within seconds.
After your site is live, do these things to maximize your search rankings:
Submit sitemap to Google:
Go to Google Search Console → Add property → Enter mentalnote.ai → Verify (you already have the google-site-verification TXT record) → Go to Sitemaps → Submit https://mentalnote.ai/sitemap.xml
Submit sitemap to Bing:
Go to Bing Webmaster Tools → Add site → Verify (you already have the Bing CNAME) → Submit sitemap URL
Request indexing: In Google Search Console, use the URL Inspection tool to request indexing for your homepage, templates page, and each blog post.
Add new blog posts: Aim for 2–4 new articles per month. Topics I'd recommend next:
Build backlinks: Share templates and guides on therapist forums, LinkedIn, Facebook groups for mental health professionals, and subreddits like r/therapists.
Built for Mental Note AI — March 2026
Questions? You can always ask me to make changes.