Personal site for Jaidev Yadav, AI engineer. Single page: hero with an animated generation trace, work, stack, experience, and contact.
- React 19, TypeScript, Vite 7
- Tailwind CSS 4 with design tokens in
src/index.css(light and dark palettes) - Radix primitives via shadcn/ui for the button and badge
- Bricolage Grotesque for text, JetBrains Mono for the trace panel
- Name, role, links, and contact details:
src/content.ts - Projects:
src/components/Projects.tsx - Stack groups:
src/components/Stack.tsx - Roles:
src/components/Experience.tsx - Trace steps in the hero:
src/components/AgentTrace.tsx
npm run dev # start the dev server
npm run build # type-check and build to dist/
npm run preview # serve the production build
npm run lint # eslint