Sanandin Infotech — Corporate Website
Performance-focused corporate website for an IT services company based in Dehradun.
Problem
The company had no web presence — losing potential clients to competitors with polished, discoverable sites.
Solution
A fast, SEO-optimised corporate landing page with structured data, strong Core Web Vitals, and a clean design that communicates the company's services clearly.
System Architecture
Next.js static generation. Structured JSON-LD for SEO. Vercel Edge for global CDN delivery.
# system diagram
Visitor (Browser)
└─ Next.js static site (SSG)
├─ JSON-LD structured data → SEO
└─ Vercel Edge CDN → global delivery
DevOps & Deployment
Deployment
Vercel
CI/CD
GitHub Actions → Vercel deploy
Challenges
Achieving strong Lighthouse scores while keeping the design polished. Used CSS-only animations and deferred non-critical assets.
Key Learnings
Static generation with Vercel Edge is the right default for corporate landing pages — fast globally, zero maintenance overhead.