Back to Archive
Surya Pratap Singh

Surya Pratap Singh

AI Engineer & Founder

Apr 15, 2026
5 min read
How I Built Vasudev AI
Developer Tools

How I Built Vasudev AI

How I Built Vasudev AI

A developer's blog is their ultimate playground. Here is the technical breakdown of how Vasudev AI was structured to be lightning-fast, visually calm, and highly scalable.

Framework: Next.js (App router)

I migrated away from traditional single-page applications (Vite/React) to Next.js to gain absolute control over SEO metadata, server-side rendering, and dynamic sitemaps.

Styling: Tailwind CSS

Utility classes provide a zero-context-switching experience. Paired with a custom color palette consisting of deep slate gradients, teal accents, and pure minimal borders, it achieves the 'futuristic editorial' look.

Animations: Framer Motion

Every micro-interaction (the navbar indicator, page reveals, card hovers) utilizes mathematical spring physics rather than rigid CSS cubic-beziers.