This project was built as part of the Cognizant Idea-thon / Innovation Challenge, showcasing AI-powered fan engagement for the Aston Martin Aramco F1 Team.
Note: This repository contains the frontend demo only.
Backend inference logic, orchestration pipelines, and AI agent systems are not included in this repository.
Developed with Next.js 14, TypeScript, and Vercel, the solution focuses on real-time intelligence, dynamic personalization, and interactive racing experiences — all designed and implemented by Hasnain Niazi.
- Next.js 14 — App Router + Server Actions
- TypeScript — end-to-end type safety
- Tailwind CSS + shadcn/ui — rapid UI development
- Framer Motion — interactive animations
- Vercel AI SDK / LangChain — AI logic & inference
- ElevenLabs / DeepReel APIs — voice & video synthesis
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev