
Project Overview
Eqologiq is an Indian direct-to-consumer brand selling plastic-free steel water bottles and vegan oral care products. The founder Vaibhav started the brand with a clear mission: to offer genuinely plastic-free daily essentials at a time when most competitors were using plastic in hidden components like caps, coatings, and seals while marketing themselves as sustainable. When the project came to Intent Studios, Eqologiq had a live WooCommerce store on Hostinger shared hosting and a basic web presence that did not reflect the seriousness of the product or the strength of the brand story. The brief was to build something that looked credible, converted visitors into buyers, and gave the brand a foundation to grow on.
The scope expanded significantly once we started. What began as a website redesign became a full brand system, a content strategy, a technical SEO implementation, and a headless frontend architecture built on Next.js with WooCommerce as the backend. Our role at Intent Studios covered brand direction, UX, visual design, copywriting, and the full technical SEO layer. The final deliverable is a statically exported Next.js site hosted on Hostinger, pulling live product and blog data from WooCommerce at build time, with complete crawler optimisation and structured data for both traditional search and AI search engines.
Strategy, Design, and Execution
The first major design decision was the color system. We extracted the two dominant colors directly from the Eqologiq logo: a teal blue (#006B96) and a yellow-green (#99BD05), avoiding a third sky blue (#2AD2FF) for text to maintain strict contrast accessibility. The copywriting strategy focused on stating facts clearly without corporate fluff, landing on the hero headline: 'Built for every day. Made without compromise.'
The Qrash Qourse educational section was restructured as a knowledge hub with cited sources rather than a blog, which strengthened both the brand credibility and the SEO signal for informational keywords around plastic and health research.
Problems, Solutions & Impact
Hosting & SEO Strategy: The client's Hostinger shared hosting didn't support Node.js servers, making Server-Side Rendering impossible. To solve this without sacrificing dynamic product SEO, we utilized Next.js static site generation (SSG) with static export. Every product page, sitemap, and schema is pre-rendered at build time from WooCommerce API.
Image Asset Control: All prototype images were linked to an external Cloudinary CDN. We audited and downloaded every asset locally into the Next.js public directory to eliminate external dependencies.
Final Performance: The new site features dynamic sitemaps, robots configurations, breadcrumb/FAQ schema, and a structured `llms.txt` file for AI crawlers (Perplexity/ChatGPT), providing a robust, headless ecommerce foundation.


