Skip to content

Mintlify Docs Edits #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "How to Integrate AI Services into Lovable Projects"
icon: "wand-magic-sparkles"
---

Lovable makes it easy to integrate AI services into your web applications. Whether you want to build an AI-powered landing page, a text-generation tool, or a full SaaS app, Lovable's built-in integrations with services like [**OpenAI**](https://platform.openai.com/)**, **[**Groq**](https://console.groq.com/keys)**, **[**Claude**](https://www.anthropic.com/api)**, **[**Deepseek**](https://api-docs.deepseek.com/)**, and **[**Mistral**](https://docs.mistral.ai/api/) make it possible without writing backend code. Here's how to do it:
Lovable makes it easy to integrate AI services into your web applications. Whether you want to build an AI-powered landing page, a text-generation tool, or a full SaaS app, Lovable's built-in integrations with services like [**OpenAI**](https://platform.openai.com/)\*\*, [****Groq****](https://console.groq.com/keys), [****Claude****](https://www.anthropic.com/api), [****Deepseek****](https://api-docs.deepseek.com/), and \*\*[**Mistral**](https://docs.mistral.ai/api/) make it possible without writing backend code. Here's how to do it:

<Steps>
<Step title="Choose the AI Feature You Need">
Expand Down Expand Up @@ -108,7 +108,7 @@ Lovable makes it easy to integrate AI services into your web applications. Wheth
</Tip>
</Step>
<Step title="Test and Iterate">
- Use preview links to test mobile responsiveness
- Use preview links to test mobile responsiveness
- Check performance with multiple API calls
- Share your project for feedback
- Use chat history to revert changes or refactor
Expand Down Expand Up @@ -161,10 +161,10 @@ Make sure all of the user's meals are included in the prompt to GPT-4.

## Example Projects Built with AI Integration

- [**Nexus Smart Email** ](https://smart-email-nexus.lovable.app/)– Landing page with real-time Groq-enhanced email preview
- [**Nexus Smart Email **](https://smart-email-nexus.lovable.app/)– Landing page with real-time Groq-enhanced email preview
- [**TweetMixer Pro**](https://www.youtube.com/watch?v=fT_dq_hyQAA&vl=de) – Paste blog posts, get tweet threads using GPT-4
- [**AI Calorie Tracker**](https://www.youtube.com/watch?v=c0zhLzcVJRI&ab_channel=Lovable) – Analyze meals via GPT-4 with image uploads
- [**Robot Arena Shooter** ](https://www.youtube.com/watch?v=zmK36lkAb6I)– Claude-powered game with AI-enhanced logic
- [**Robot Arena Shooter **](https://www.youtube.com/watch?v=zmK36lkAb6I)– Claude-powered game with AI-enhanced logic
- [**Reindeer Quiz**](https://www.youtube.com/watch?v=XdZtpP3QpzQ) – Personalized result generation via Claude and custom scoring logic

## Final Thoughts
Expand Down
2 changes: 1 addition & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"integrations/clerk",
"integrations/make",
"integrations/replicate",
"integrations/ai-integration",
"integrations/artificial-intelligence-integration",
"integrations/21stdev-integration"
]
},
Expand Down