@@ -283,6 +283,26 @@ layout: default
283283 </div>
284284 </div >
285285
286+ ---
287+ layout: center
288+ class: text-center
289+ ---
290+
291+ # Live Demo: GitHub Copilot
292+
293+ <div class =" text-xl mb-10 " >Let's see GitHub Copilot in action</div >
294+
295+ <div class =" flex justify-center " >
296+ <div class =" bg-blue-50 dark:bg-blue-900 p-4 rounded-lg max-w-lg text-left " >
297+ <h3 class="font-bold mb-2">Demo Focus Areas:</h3>
298+ <ul class="space-y-2">
299+ <li>• Real-time code suggestions</li>
300+ <li>• Function completion from comments</li>
301+ <li>• Context-aware completions</li>
302+ </ul>
303+ </div >
304+ </div >
305+
286306---
287307layout: default
288308---
@@ -322,6 +342,25 @@ layout: default
322342 </div >
323343</div >
324344
345+ ---
346+ layout: center
347+ class: text-center
348+ ---
349+
350+ # Live Demo: Cursor
351+
352+ <div class =" text-xl mb-10 " >Watch Cursor's powerful Agent Mode solve complex tasks</div >
353+
354+ <div class =" flex justify-center " >
355+ <div class =" bg-purple-50 dark:bg-purple-900 p-4 rounded-lg max-w-lg text-left " >
356+ <h3 class="font-bold mb-2">Demo Focus Areas:</h3>
357+ <ul class="space-y-2">
358+ <li>• Agent Mode making multi-file changes</li>
359+ <li>• Terminal command execution</li>
360+ <li>• Complex problem solving with context</li>
361+ </ul>
362+ </div >
363+ </div >
325364
326365---
327366layout: default
@@ -361,6 +400,26 @@ layout: default
361400 </div >
362401</div >
363402
403+ ---
404+ layout: center
405+ class: text-center
406+ ---
407+
408+ # Live Demo: Lovable.dev
409+
410+ <div class =" text-xl mb-10 " >From idea to deployed app in minutes</div >
411+
412+ <div class =" flex justify-center " >
413+ <div class =" bg-green-50 dark:bg-green-900 p-4 rounded-lg max-w-lg text-left " >
414+ <h3 class="font-bold mb-2">Demo Focus Areas:</h3>
415+ <ul class="space-y-2">
416+ <li>• Creating a complete app from a text prompt</li>
417+ <li>• Exploring the generated codebase</li>
418+ <li>• Deployment and hosting</li>
419+ </ul>
420+ </div >
421+ </div >
422+
364423---
365424transition: slide-up
366425layout: default
0 commit comments