Posts

Showing posts from January, 2026

Notes on creating a stripped down Nextjs landing/home page project/template from a Tier-1 template

Last updated on 19 Feb. 2026 Quick Info Deployed site:  https://ravisiyer.github.io/stripdowncomm-nextjsghp/ GitHub repo:  https://github.com/ravisiyer/stripdowncomm-nextjsghp Hostinger domain  https://raviiyerss.in  is mapped to https://ravisiyer.github.io/stripdowncommghp which may have: Above Nextjs site (https://ravisiyer.github.io/stripdowncomm-nextjsghp/) Astro site Any other static site I develop  Blog post on converting this Next.js project to Astro ============================================================= Summary Notes This is not a summary of the post but has summary notes of some parts of this post. Advantages of using stripped down version of Tier-1 template for landing/home page template Quality alignment: Using (Tier-1) ensures code aligns with Next.js standards, future-proofing your work. Minimal risk: MIT license + controlled strip-down → commercial-safe static site. Efficiency: Instead of writing everything yourself, you get: Working respon...