15 articles · ~238 min total reading · Skill level: Beginner → Intermediate · Last reviewed 2026-09-16
This hub is for founders, marketing leads, and product owners planning a rebuild or sharpening an existing site. You will learn how structure, performance, UX, and development choices support trust and conversion without feeling salesy. Websites matter because they are often the first serious evaluation of your business. These articles help you align design with sales outcomes.
Start here
New to Website Design? Begin with our cornerstone on websites that convert without feeling salesy, then move through planning, design craft, and conversion detail.
It frames the whole site as a trust and sales asset, which is the lens every later guide uses.
Planning
Strategy, scope, and structure before design or development starts.
How to Plan a Website That Actually Grows Your Business A step-by-step website planning framework: goals, personas, information architecture (IA), content-first copy, SEO, UX, CRO, stack choice, performance, AI, and a pre-launch checklist.
Cloudflare R2 for Websites: CLI Uploads, Credentials, and What Stays Free How we keep HTML on the edge and put images plus Lottie files in Cloudflare R2: public CDN URL versus the S3 upload API, the four local secrets, curl and a sync script, Cross-Origin Resource Sharing (CORS), and when the free tier actually ends.
Conversion
Clarity, trust, and paths that move serious buyers without hard-sell tactics.
Start with clear goals and content structure. Many “redesigns” fail because messaging and IA were never fixed. Use the planning guides before choosing tools.
Where do design and development meet?
Design defines experience and interface systems. Development realizes performance, accessibility, and reliability. The design vs development guide maps ownership so handoffs do not stall.
Why does cPanel webmail work when Outlook cannot connect through Cloudflare?
Webmail is HTTPS, so it can sit behind Cloudflare’s HTTP proxy. Outlook uses Internet Message Access Protocol (IMAP) and Simple Mail Transfer Protocol (SMTP), which that proxy does not carry. Set the mail hostname to DNS only (grey cloud). The Troubleshooting section walks through the exact record.
Should a new static site use Cloudflare Pages or Workers?
For new work in 2026, start on Workers with static assets. Cloudflare’s Pages docs now point new projects at Workers. Leave a healthy Pages site alone. Custom domains on Workers require a zone whose nameservers Cloudflare manages. The static website map in Performance walks the full path: Domain Name System (DNS), Universal SSL, files, domain, then redirects and headers.