From 4350f1e5cb3e2a25956e12b204cfc4e7b5b9d346 Mon Sep 17 00:00:00 2001 From: Tayyeba Ali Date: Fri, 28 Nov 2025 00:43:11 +0500 Subject: [PATCH 1/2] docs: added beginner tips and multilingual support in FAQ --- introduction/faq.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/introduction/faq.mdx b/introduction/faq.mdx index 658ce06..05b80a5 100644 --- a/introduction/faq.mdx +++ b/introduction/faq.mdx @@ -22,6 +22,19 @@ icon: "circle-question" Yes, you can remix an existing public project or one of your own. Remixing allows you to reuse the current state of a project as a starting point and build upon it. It’s a great way to explore new ideas, make adjustments, or iterate with different changes while preserving the original version. + + + + Yes. You can build multilingual interfaces by using language selectors, a translation JSON file, or by prompting Lovable to generate localized UI text. + + + + - Start with small features rather than full apps. + - Always save important prompts for reuse. + - Use the Chat mode when stuck. + - Break complex tasks into smaller steps. + - Preview your website often to catch layout issues early. + ## Building with Lovable From e9bd2af0b3b10cb324741e4bf30bc384f9d2fe9f Mon Sep 17 00:00:00 2001 From: Tayyeba Ali Date: Tue, 2 Dec 2025 16:24:39 +0500 Subject: [PATCH 2/2] Fixed formatting for FAQ section --- introduction/faq.mdx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/introduction/faq.mdx b/introduction/faq.mdx index 05b80a5..49bbd5e 100644 --- a/introduction/faq.mdx +++ b/introduction/faq.mdx @@ -6,37 +6,41 @@ icon: "circle-question" ## Getting started - + Lovable is an AI-powered platform that enables users of any skill level to create full-stack websites through natural language. Simply describe what you want, and Lovable builds it for you. + If you can imagine it, you can build it with Lovable. From simple landing pages to powerful tools tailored for niche use cases, Lovable gives you the flexibility to create whatever you need, without limits. + No. Lovable is designed for all levels of experience. Whether you're a developer or a non-technical user, you can create websites using Lovable. + To create a project, simply type a message into the message box on the dashboard. Just describe what you want to build and Lovable will take it from there and generate a starting point for your project. Remember to start small and build in increments! + Yes, you can remix an existing public project or one of your own. Remixing allows you to reuse the current state of a project as a starting point and build upon it. It’s a great way to explore new ideas, make adjustments, or iterate with different changes while preserving the original version. - Yes. You can build multilingual interfaces by using language selectors, a translation JSON file, or by prompting Lovable to generate localized UI text. - - Start with small features rather than full apps. - - Always save important prompts for reuse. - - Use the Chat mode when stuck. - - Break complex tasks into smaller steps. + - Start with small features rather than full apps. + - Always save important prompts for reuse. + - Use the Chat mode when stuck. + - Break complex tasks into smaller steps. - Preview your website often to catch layout issues early. + ## Building with Lovable