Skip to content

Commit 18c313b

Browse files
committed
feat: create dedicated examples page
1 parent e383995 commit 18c313b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

fern/examples.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Examples
3+
subtitle: Explore complete examples with step-by-step instructions to build with Vapi
4+
slug: examples
5+
---
6+
7+
<CardGroup cols={2}>
8+
<Card title="Outbound Sales" icon="phone" href="/examples/outbound-sales">
9+
Create an outbound sales agent that can schedule appointments automatically
10+
</Card>
11+
<Card title="Inbound Support" icon="headset" href="/examples/inbound-support">
12+
Build a technical support assistant that remembers where you left off between calls
13+
</Card>
14+
<Card title="Pizza Website" icon="pizza-slice" href="/examples/pizza-website">
15+
Build a pizza ordering assistant for your website using the Web SDK
16+
</Card>
17+
<Card title="Voice Widget" icon="microphone" href="/examples/voice-widget">
18+
Easily integrate the Vapi Voice Widget into your website for enhanced user interaction
19+
</Card>
20+
</CardGroup>

0 commit comments

Comments
 (0)