<!-- Generated from llms-txt-framer/index.html. The canonical document is the HTML page. -->

- [ Home ](/) 
/
- [ How to create llms.txt ](/how-to-create/) 
/
- Framer            
# llms.txt in Framer

Framer lets you host static files directly on your domain. Uploading llms.txt takes a minute, no code.

Last updated: July 26, 2026

## How Framer serves static files

Framer is a no-code site builder, so there is no `public/` folder to drop files into. Instead
it lets you host static files directly on your site or custom domain through the dashboard. An uploaded
`llms.txt` is then served at `https://yourdomain.com/llms.txt`.

## Method: upload in the Files section

- Write your `llms.txt` content first (use the [how-to guide](/how-to-create/) and [generator](/generator/)), then save it as a `.txt` file. 
- Open the Framer dashboard. 
- In the left sidebar, find your site under **Domains**. 
- Open the **Files** section. 
- Upload your `llms.txt` file. 
- Publish the site. The file becomes available at `/llms.txt`.     
✓ Structured Markdown

Framer recommends a structured Markdown format for the file, the same convention the
llms.txt format  uses: an H1 name, a blockquote summary, then H2 sections
of annotated links.

## Plan requirement

ℹ Pro, Scale, or Enterprise

Hosting static files is available on Framer&rsquo;s Pro, Scale, and Enterprise plans. On lower
tiers the Files section is not available, so you would need to move the domain to a plan that
supports static file hosting to serve  llms.txt  from the root.

## Verifying the setup

After publishing, open `https://yourdomain.com/llms.txt` in a browser and confirm it loads
and shows your content. You can also run:

```
curl -sI https://yourdomain.com/llms.txt | grep -i content-type
```

On another no-code builder? See the [Webflow](/llms-txt-webflow/),
[Wix](/llms-txt-wix/), and [Squarespace](/llms-txt-squarespace/) guides. Validate
your file with the [validator](/validator/).

## Sources

- [ Framer help, add an llms.txt file to your site ](https://www.framer.com/help/articles/llms-txt-framer/)
- [ llmstxt.org, spec reference ](https://llmstxt.org/)           
On this page

- [ How Framer serves static files ](#overview)
- [ Method: upload in the Files section ](#upload)
- [ Plan requirement ](#plan)
- [ Verifying the setup ](#verify)
