Notes on creating a stripped down Nextjs landing/home page project/template from a Tier-1 template
Note: 5 Mar. 2026: Note that this post had unnecessary CSS and tags bloat due to Dark Reader Chrome extension and some other reasons. So I removed the bloat by following procedure in this post: Fixing Gemini/ChatGPT chat to Blogger Compose post copy-paste causing upto 1.5 MB post size bloat due to unnecessary CSS https://raviswdev.blogspot.com/2026/03/fixing-gemini-chat-to-blogger-compose.html . I confirmed that no text was lost in this process. I followed that by manual fixing of some but not all formatting issues and then manually checking that the conversion is generally OK. Last updated on 19 Feb. 2026 Minor update on 16 Mar 2026 Quick Info This post is about a general landing page template that I created by stripping down a Tier-1 (Vercel/Nextjs org) Next.js template to my minimal needs. IIRC its main branch (in private repo: https://github.com/ravisiyer/stripdowncomm ) is for a dynamic site (with original template also being dynamic). I also created a static branch which ...