Skip to content

Commit 0f984bc

Browse files
committed
Add typing mind to the slides for demos
1 parent bc4bf04 commit 0f984bc

File tree

2 files changed

+73
-3
lines changed

2 files changed

+73
-3
lines changed
72.9 KB
Loading

slides.md

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,77 @@ Let's explore specific tools that can accelerate our development
280280
layout: default
281281
---
282282

283-
# A. GitHub Copilot
283+
# A. TypingMind
284+
285+
<div class="grid grid-cols-2 gap-4">
286+
<div class="text-sm">
287+
<ul class="space-y-4">
288+
<li>
289+
<strong>Enhanced LLM Interface</strong>
290+
<ul class="mt-1 space-y-1">
291+
<li>Improved UX for professional use</li>
292+
<li>Multiple AI model support</li>
293+
</ul>
294+
</li>
295+
<li>
296+
<strong>Productivity Features</strong>
297+
<ul class="mt-1 space-y-1">
298+
<li>Folders and chat organization</li>
299+
<li>Customizable prompts and workflows</li>
300+
<li>Document and PDF uploading</li>
301+
</ul>
302+
</li>
303+
<li>
304+
<strong>Enterprise Capabilities</strong>
305+
<ul class="mt-1 space-y-1">
306+
<li>Security assessment visualization</li>
307+
<li>Data flow diagramming</li>
308+
<li>Project backlog breakdown</li>
309+
<li>Knowledge Base for contextual information</li>
310+
</ul>
311+
</li>
312+
</ul>
313+
<div class="mt-2">
314+
<a href="https://www.typingmind.com/" target="_blank" class="text-blue-500 hover:underline">typingmind.com</a>
315+
</div>
316+
</div>
317+
318+
<div class="flex items-center justify-center">
319+
<img
320+
src="/images/typingmind-screenshot.png"
321+
alt="TypingMind interface showing advanced chat capabilities"
322+
class="rounded-lg shadow-xl w-full"
323+
/>
324+
</div>
325+
</div>
326+
327+
---
328+
layout: center
329+
class: text-center
330+
---
331+
332+
# Live Demo: TypingMind
333+
334+
<div class="text-xl mb-10">Supercharging your workflows with enhanced AI interfaces</div>
335+
336+
<div class="flex justify-center">
337+
<div class="bg-indigo-50 dark:bg-indigo-900 p-4 rounded-lg max-w-lg text-left">
338+
<h3 class="font-bold mb-2">Demo Focus Areas:</h3>
339+
<ul class="space-y-2">
340+
<li>Information security request processing</li>
341+
<li>Data flow visualization and analysis</li>
342+
<li>Breaking down projects into backlog items</li>
343+
<li>Using templates for consistent outputs</li>
344+
<li>Leveraging Knowledge Base for context-aware responses</li>
345+
</ul>
346+
</div>
347+
</div>
348+
349+
---
350+
layout: default
351+
---
352+
353+
# B. GitHub Copilot
284354

285355
<div class="grid grid-cols-2 gap-4">
286356
<div class="text-sm">
@@ -348,7 +418,7 @@ class: text-center
348418
layout: default
349419
---
350420

351-
# B. Cursor
421+
# C. Cursor
352422

353423
<div class="grid grid-cols-2 gap-4">
354424
<div class="text-sm">
@@ -415,7 +485,7 @@ class: text-center
415485
layout: default
416486
---
417487

418-
# C. Lovable.dev
488+
# D. Lovable.dev
419489

420490
<div class="grid grid-cols-2 gap-4">
421491
<div class="text-sm">

0 commit comments

Comments
 (0)