Skip to content
Open
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
19 changes: 18 additions & 1 deletion introduction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,41 @@ icon: "circle-question"

## Getting started

<AccordionGroup>
<AccordionGroup>
<Accordion title="What is Lovable?">
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.
</Accordion>

<Accordion title="What can I build with Lovable?">
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.
</Accordion>

<Accordion title="Do I need coding experience to build with Lovable?">
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.
</Accordion>

<Accordion title="How do I create a project?">
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!
</Accordion>

<Accordion title="Can I reuse an existing project?">
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.
</Accordion>

<Accordion title="Does Lovable support multilingual websites?">
Yes. You can build multilingual interfaces by using language selectors, a translation JSON file, or by prompting Lovable to generate localized UI text.
</Accordion>

<Accordion title="Any tips for beginners?">
- 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.
</Accordion>
</AccordionGroup>


## Building with Lovable

<AccordionGroup>
Expand Down