From 572cb268bee12988c6f77687801f7cac9a799a78 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:58:35 +0000 Subject: [PATCH] Documentation edits made through Mintlify web editor --- ...ration.mdx => artificial-intelligence-integration.mdx} | 8 ++++---- mint.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename integrations/{ai-integration.mdx => artificial-intelligence-integration.mdx} (93%) diff --git a/integrations/ai-integration.mdx b/integrations/artificial-intelligence-integration.mdx similarity index 93% rename from integrations/ai-integration.mdx rename to integrations/artificial-intelligence-integration.mdx index 6ac9c71..e0ab92a 100644 --- a/integrations/ai-integration.mdx +++ b/integrations/artificial-intelligence-integration.mdx @@ -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: @@ -108,7 +108,7 @@ Lovable makes it easy to integrate AI services into your web applications. Wheth - - 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 @@ -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 diff --git a/mint.json b/mint.json index 1b44869..3935a47 100644 --- a/mint.json +++ b/mint.json @@ -105,7 +105,7 @@ "integrations/clerk", "integrations/make", "integrations/replicate", - "integrations/ai-integration", + "integrations/artificial-intelligence-integration", "integrations/21stdev-integration" ] },