@@ -43,9 +43,6 @@ Vapi offers two main primitives, designed for different use cases:
4343 iconType = " solid"
4444 href = " /assistants/quickstart"
4545 >
46- <div className = ' absolute top-4 right-4' >
47- <Icon icon = " arrow-up-right-from-square" />
48- </div >
4946 ** Best for:** Most use cases and fast iteration
5047 <br />
5148 Assistants use a single system prompt plus tools and structured outputs. Perfect for:
@@ -59,9 +56,6 @@ Vapi offers two main primitives, designed for different use cases:
5956 iconType = " solid"
6057 href = " /squads"
6158 >
62- <div className = ' absolute top-4 right-4' >
63- <Icon icon = " arrow-up-right-from-square" />
64- </div >
6559 ** Best for:** Multi-assistant setups with specialization
6660 <br />
6761 Squads orchestrate multiple assistants with context-preserving transfers. Ideal for:
@@ -88,9 +82,6 @@ Vapi offers two main primitives, designed for different use cases:
8882 iconType = " solid"
8983 href = " /quickstart/phone"
9084 >
91- <div className = ' absolute top-4 right-4' >
92- <Icon icon = " arrow-up-right-from-square" />
93- </div >
9485 - Create a voice agent for inbound/outbound calls
9586 - Build customer support or sales automation
9687 - Get started with no coding required
@@ -103,9 +94,6 @@ Vapi offers two main primitives, designed for different use cases:
10394 iconType = " solid"
10495 href = " /quickstart/web"
10596 >
106- <div className = ' absolute top-4 right-4' >
107- <Icon icon = " arrow-up-right-from-square" />
108- </div >
10997 - Add voice capabilities to your web application
11098 - Integrate voice chat into your existing product
11199 - Build with code and SDKs
@@ -127,9 +115,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
127115 iconType = " solid"
128116 href = " /cli"
129117 >
130- <div className = ' absolute top-4 right-4' >
131- <Icon icon = " arrow-up-right-from-square" />
132- </div >
133118 Install in seconds with:
134119 ```bash
135120 curl -sSL https://vapi.ai/install.sh | bash
@@ -147,9 +132,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
147132 iconType = " solid"
148133 href = " /assistants/examples/inbound-support"
149134 >
150- <div className = ' absolute top-4 right-4' >
151- <Icon icon = " arrow-up-right-from-square" />
152- </div >
153135 <div class = " vapi-badge vapi-badge-assistant" >Built with Assistants</div >
154136
155137 Automate inbound support calls with agents that can access your knowledge base and escalate to humans when needed.
@@ -160,9 +142,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
160142 iconType = " solid"
161143 href = " /assistants/examples/lead-qualification"
162144 >
163- <div className = ' absolute top-4 right-4' >
164- <Icon icon = " arrow-up-right-from-square" />
165- </div >
166145 <div class = " vapi-badge vapi-badge-assistant" >Built with Assistants</div >
167146
168147 Make outbound sales calls, qualify leads, and schedule appointments with sophisticated branching logic.
@@ -173,9 +152,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
173152 iconType = " solid"
174153 href = " /assistants/examples/appointment-scheduling"
175154 >
176- <div className = ' absolute top-4 right-4' >
177- <Icon icon = " arrow-up-right-from-square" />
178- </div >
179155 <div class = " vapi-badge vapi-badge-assistant" >Built with Assistants</div >
180156
181157 Handle booking requests, check availability, and confirm appointments with conditional routing.
@@ -186,9 +162,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
186162 iconType = " solid"
187163 href = " /squads/examples/clinic-triage-scheduling"
188164 >
189- <div className = ' absolute top-4 right-4' >
190- <Icon icon = " arrow-up-right-from-square" />
191- </div >
192165 <div class = " vapi-badge vapi-badge-squad" >Built with Squads</div >
193166
194167 Emergency routing and appointment scheduling for healthcare.
@@ -199,9 +172,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
199172 iconType = " solid"
200173 href = " /squads/examples/ecommerce-order-management"
201174 >
202- <div className = ' absolute top-4 right-4' >
203- <Icon icon = " arrow-up-right-from-square" />
204- </div >
205175 <div class = " vapi-badge vapi-badge-squad" >Built with Squads</div >
206176
207177 Order tracking, returns, and customer support workflows.
@@ -212,9 +182,6 @@ The Vapi CLI brings the full power of the platform to your terminal:
212182 iconType = " solid"
213183 href = " /examples"
214184 >
215- <div className = ' absolute top-4 right-4' >
216- <Icon icon = " arrow-up-right-from-square" />
217- </div >
218185 See our collection of examples covering a wide range of use cases.
219186 </Card >
220187</CardGroup >
0 commit comments