# Zunosync - Full Context > Advanced AI-powered creative platform designed for high-performance design teams and individual creators. ## Project Details - **Organization**: mTouch Labs Private Limited - **Main Contact**: support@zunosync.ai - **Status**: Production - **Tech Lead**: Zunosync AI Team ## Technical Stack - **Framework**: Next.js 16.1.6 (App Router) - **Runtime**: React 19.x - **Styling**: Tailwind CSS 4.x with custom glassmorphism and premium dark-mode aesthetics. - **Animations**: Framer Motion for sophisticated scroll-triggered effects and letter-by-letter text reveals. - **Data Management**: TanStack Query (React Query) v5 and Axios for server-state. ## Project Infrastructure - [middleware.ts](/src/middleware.ts): Canonical URL redirects and domain enforcement. - [layout.tsx](/src/app/layout.tsx): Root layout with global SEO and styling. - [sitemap.ts](/src/app/sitemap.ts): Dynamically generated sitemap with blog integration. - [robots.ts](/src/app/robots.ts): Search engine indexing rules. ## Core Pages & Directories - **Home**: [src/app/page.tsx](/src/app/page.tsx) - **About**: [src/app/about/](/src/app/about/) - **Pricing**: [src/app/pricing/](/src/app/pricing/) - **Blog**: [src/app/blog/](/src/app/blog/) - **Contact**: [src/app/contact/](/src/app/contact/) - **Utility Pages**: `/privacy`, `/terms`, `/refund` ## Components & UI - **Global Components**: `src/components/` - **Branding Assets**: `public/images/` - **Base UI Elements**: `src/components/ui/` ## API & Data Logic - **Base Client**: [src/lib/apiClient.ts](/src/lib/apiClient.ts) - **Auth contexts**: `src/features/auth/`