Online

SNRX LiteA learning experiment in deployment

Minimal landing page built to learn custom domain configuration and static site hosting.

Overview

This was a small project with a simple goal: learn how custom domains work and how to deploy a static site to production.

"I wanted to understand DNS records, domain registration, and how GitHub Pages handles custom domains. So I built a minimal landing page and went through the entire deployment process."

The site itself is just HTML and CSS. Clean layout. Responsive design. Nothing fancy. The value was not in the code - it was in learning the deployment workflow and domain configuration.

This project is archived now, but the knowledge carried forward. Every deployment since - KIOS on Vercel, other experiments - benefited from understanding how DNS, hosting, and domain linking actually work.

What I Learned

Custom domain configuration

Learned how to configure DNS records (A, CNAME) to point a custom domain to a hosting provider. Understood propagation times and how to troubleshoot DNS issues.

Static site deployment

Used GitHub Pages to deploy a static site. Learned about build processes, public directories, and how static hosting differs from dynamic applications.

Responsive HTML/CSS fundamentals

Built a clean, minimal layout without frameworks. Practiced responsive design principles and cross-browser compatibility.

Tech Stack

HTML / CSS

Vanilla markup and styling

GitHub Pages

Static site hosting

Custom Domain

DNS configuration and domain linking

View Live Site