|
1 | 1 | --- |
2 | | -title: Examples |
| 2 | +title: Examples Library |
3 | 3 | subtitle: Explore complete examples with step-by-step instructions to build with Vapi |
4 | 4 | slug: examples |
5 | 5 | --- |
6 | 6 |
|
7 | 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 |
| 8 | + <Card title="Docs Agent" icon="book-open" href="/examples/docs-agent"> |
| 9 | + <div className='absolute top-4 right-4'> |
| 10 | + <Icon icon="arrow-up-right-from-square" /> |
| 11 | + </div> |
| 12 | + <div class="vapi-badge vapi-badge-assistant">Built with Assistants</div> |
| 13 | + <br /> |
| 14 | + Build a docs agent that can answer questions about your documentation |
10 | 15 | </Card> |
11 | 16 | <Card title="Inbound Support" icon="headset" href="/examples/inbound-support"> |
| 17 | + <div className='absolute top-4 right-4'> |
| 18 | + <Icon icon="arrow-up-right-from-square" /> |
| 19 | + </div> |
| 20 | + <div class="vapi-badge vapi-badge-assistant">Built with Assistants</div> |
| 21 | + <br /> |
12 | 22 | Build a technical support assistant that remembers where you left off between calls |
13 | 23 | </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 | 24 | <Card title="Voice Widget" icon="microphone" href="/examples/voice-widget"> |
| 25 | + <div className='absolute top-4 right-4'> |
| 26 | + <Icon icon="arrow-up-right-from-square" /> |
| 27 | + </div> |
| 28 | + <div class="vapi-badge vapi-badge-assistant">Built with Assistants</div> |
| 29 | + <br /> |
18 | 30 | Easily integrate the Vapi Voice Widget into your website for enhanced user interaction |
19 | 31 | </Card> |
| 32 | + <Card title="Appointment Scheduling" icon="calendar-check" href="/examples/appointment-scheduling"> |
| 33 | + <div className='absolute top-4 right-4'> |
| 34 | + <Icon icon="arrow-up-right-from-square" /> |
| 35 | + </div> |
| 36 | + <div class="vapi-badge vapi-badge-workflow">Built with Workflows</div> |
| 37 | + <br /> |
| 38 | + Build an appointment scheduling assistant that can schedule appointments for a barbershop |
| 39 | + </Card> |
| 40 | + <Card title="Medical Triage & Scheduling" icon="stethoscope" href="/examples/clinic-triage-scheduling"> |
| 41 | + <div className='absolute top-4 right-4'> |
| 42 | + <Icon icon="arrow-up-right-from-square" /> |
| 43 | + </div> |
| 44 | + <div class="vapi-badge vapi-badge-workflow">Built with Workflows</div> |
| 45 | + <br /> |
| 46 | + Build a medical triage and scheduling assistant that can triage patients and schedule appointments for a clinic |
| 47 | + </Card> |
| 48 | + <Card title="Ecommerce Order Management" icon="shopping-cart" href="/examples/ecommerce-order-management"> |
| 49 | + <div className='absolute top-4 right-4'> |
| 50 | + <Icon icon="arrow-up-right-from-square" /> |
| 51 | + </div> |
| 52 | + <div class="vapi-badge vapi-badge-workflow">Built with Workflows</div> |
| 53 | + <br /> |
| 54 | + Build an ecommerce order management assistant that can track orders and process returns |
| 55 | + </Card> |
| 56 | + <Card title="Lead Qualification" icon="phone" href="/examples/lead-qualification"> |
| 57 | + <div className='absolute top-4 right-4'> |
| 58 | + <Icon icon="arrow-up-right-from-square" /> |
| 59 | + </div> |
| 60 | + <div class="vapi-badge vapi-badge-workflow">Built with Workflows</div> |
| 61 | + <br /> |
| 62 | + Create an outbound sales agent that can schedule appointments automatically |
| 63 | + </Card> |
20 | 64 | </CardGroup> |
0 commit comments