Prompt links never start a build on their own. Older links that include
autosubmit=true still work, but Lovable ignores the parameter. The prompt and attachments open unsent in the prompt input, and the build starts only when the person clicks send.Use cases
Prompt links work anywhere you can share a URL:- Add a Build with Lovable button to your website or product. Anyone who clicks it opens Lovable with your prompt ready to send.
- Recreate or iterate on an existing web page by passing its URL as a reference.
- Share predefined prompts with friends, colleagues, or your audience on social media.
- Suggest a change in an existing project by linking straight into its chat. See Prefill an existing project’s chat.
Build a link
Start from the Lovable homepage URL and add parameters after the# symbol, separating them with &. The parameters come after #, not after ? as in most URLs:
Parameters
The link accepts three parameters:Reference limits
Lovable applies these limits toimages and html references:
imagesandhtmlshare a combined limit of 10 references per link.- Every URL must be reachable over public
httporhttps, because Lovable’s servers fetch the content. Lovable skips URLs on private networks orlocalhost, and drops URLs that require a login to load. - Lovable also drops unsupported image formats (such as SVG and GIF), invalid URLs, and references over 20 MB or too slow to fetch. The rest of the link still loads, with the prompt and the remaining references.
Prefill an existing project’s chat
Prompt links create new projects. To suggest a change in an existing project instead, addprompt to the project’s URL as a normal ? parameter:
Lovable Link Generator
Use the Lovable Link Generator to create prompt links without encoding URLs yourself. You need to be signed in, because Lovable stores the uploads in your account.1
Enter your prompt
Describe what to build, up to 50,000 characters.
2
Add reference images
The generator uploads each image to your Lovable account and references the upload in the link.
3
Add reference web pages
Paste each page’s URL. The page must be publicly reachable, because Lovable’s servers fetch it. Images and web pages share the same limit of 10 references per link.
4
Copy the link and share it
Anyone who opens the link sees your prompt and references prefilled and ready to send.
Build with URL examples
Replace the example values with your own: Basic prompt linkBest practices
Follow these practices for reliable prompt links:- Keep prompts concise and focused on core features.
- For
html, use a standard web page. Lovable may skip pages it cannot read as HTML. - Make sure every image and page URL is publicly reachable.
- Use clear, descriptive language for the best results.
- Replace special characters in the prompt and in URLs with their URL codes to avoid parsing issues.
Opening a link signed in or signed out
What the person opening a prompt link sees depends on whether they are signed in:- Signed in: Lovable opens with the prompt and references prefilled. They review the text and click send to start the build.
- Signed out, homepage link (
lovable.dev/#...): the prompt still prefills immediately. When they click send, Lovable asks them to sign up or log in, then starts the build with the original prompt and references preserved. - Signed out, Link Generator link: they sign up or log in first, and the prompt then appears prefilled and ready to send.
Limitations
Two limits can make a link fail as a whole:- Lovable does not shorten a prompt over the 50,000-character limit. It discards the whole link, and the prompt input stays empty.
- Very long URLs can exceed browser length limits. Use the Link Generator for long prompts.
FAQ
Do prompt links still build the app automatically?
Do prompt links still build the app automatically?
No. Every prompt link, including older links with
autosubmit=true, opens the prompt and attachments unsent. The build starts when the person clicks send.Which image formats can I reference?
Which image formats can I reference?
JPEG, PNG, and WebP, and the image URL must end in a matching file extension. Lovable drops other formats, such as SVG and GIF.
Do my image and page URLs need to be public?
Do my image and page URLs need to be public?
Yes. Lovable’s servers fetch them, so URLs on private networks,
localhost URLs, and URLs that require a login do not load. The Link Generator instead uploads images to your account.How many references can I add to one link?
How many references can I add to one link?
Up to 10 in total, combining images and web pages.
What happens when a signed-out user clicks a link?
What happens when a signed-out user clicks a link?
The prompt still opens prefilled. Homepage links prefill immediately and ask them to sign up or log in when they click send. Link Generator links ask them to sign in first and then show the prefilled prompt. Either way, Lovable preserves the prompt and references, and the build starts only when they click send.
Can I prefill the chat for an existing project?
Can I prefill the chat for an existing project?
Yes. Open
https://lovable.dev/projects/YOUR_PROJECT_ID?prompt=YOUR_PROMPT. Lovable writes the text into the project’s chat input without sending, and Lovable removes the parameter from the URL after applying it.