An open-source, interactive presentation template built with Next.js and React. Originally created using Cursor AI for a masterclass on scaling GenAI applications at Dell Technology's event.
This presentation was entirely built through natural language interactions with Cursor AI, demonstrating the power of AI-assisted development. The result is a highly interactive and animated slide deck that effectively communicates complex AI development concepts.
Feel free to use this as a template for your own presentations! Fork, clone, or modify to create engaging technical presentations.
- Interactive slides with smooth animations using Framer Motion
- Terminal-style code demonstrations
- Responsive design with Tailwind CSS
- Custom animations and transitions
- AI development lifecycle visualization
- Real-world GenAI scaling examples
- Next.js 14.2
- React 18.3
- TypeScript 5.6
- Framer Motion
- GSAP 3.12
- Tailwind CSS 3.4
- Lucide React Icons
- Node.js >= 16.0.0
- npm or yarn
-
Clone the repository:
-
Install dependencies:
bash npm install or yarn install
-
Run the development server:
-
Open your browser: Navigate to
http://localhost:3000
to see your presentation. -
Customize your slides:
- Edit slides in the
pages/
directory - Modify animations in
styles/animations/
- Update content and styling to match your needs
Each slide is a separate component in the pages/
directory. The basic structure is:
pages/index.tsx
- Landing pagepages/slideN.tsx
- Individual slide componentscomponents/slides/SlideLayout.tsx
- Common layout wrapper
- Create a new file in
pages/
directory - Use the
SlideLayout
component as wrapper - Add your slide to the navigation flow in
SlideManager.tsx
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
- Follow the existing code style
- Add comments for complex animations
- Test across different screen sizes
- Update documentation as needed
This project is open-source and available under the MIT License. Feel free to use it as a template for your own presentations!
- Built with Cursor AI
- Originally presented at Dell Technology's GenAI event
- Inspired by the need for better technical presentation tools
- Create an issue for bugs or feature requests
- Star the repo if you find it useful!
- Follow for updates on more AI-powered templates
Made with 🤖 and ❤️ using Cursor AI