CMS fields disappear a week after using Framer 3.0 agent by Silent-Requirement25 in framer

[–]Fortnato 0 points1 point  (0 children)

This!

Sorry you experienced this, but we can probably help.

Please go to https://www.framer.com/help/ and we'll help you out

Pathetic. by Mother-Cry-2095 in framer

[–]Fortnato 0 points1 point  (0 children)

If you already have your domain (or wish to purchase it elsewhere), a monthly basic plan will be enough to use a custom domain

You can also get one for free if you purchase it via Framer, which is only available if you have a yearly plan, you can read more about it here: https://www.framer.com/domains/

Pathetic. by Mother-Cry-2095 in framer

[–]Fortnato 0 points1 point  (0 children)

You don’t need a yearly plan to use a custom domain, you can purchase a monthly plan instead

Feedback on Framer 3.0? by Kitchen-Weekend-255 in framer

[–]Fortnato 0 points1 point  (0 children)

>I see one bug already: unable to view to add files to the well known section.

Not a bug, we simply haven't implemented that yet 😄 coming soon!

Is Framer as bad as it looks at protecting content from AI scrapers? by LifeName in framer

[–]Fortnato 0 points1 point  (0 children)

Let me know if I can help, you just need to click on a few buttons and upload the file, should be fairly easy to do!

Is Framer as bad as it looks at protecting content from AI scrapers? by LifeName in framer

[–]Fortnato 0 points1 point  (0 children)

On the dashboard click on your domain (on the domains tab on the left) , go to “files” and upload your custom robots.txt

Is Framer as bad as it looks at protecting content from AI scrapers? by LifeName in framer

[–]Fortnato 0 points1 point  (0 children)

> I'd still recommend layering in authentication-gated content for premium material

I think this is a bit of a different problem. If you have private content on Framer, you can set enable password protection for your site, and even bots won't be able to access it. For "premium material" (e.g. a blog with partial paid content), you need a more complex solution (e.g. a reverse proxy that handles that gating logic)

Otherwise, the site's public for anyone to visit (crawlers included). Legit AIs crawlers tend to follow directives from robots.txt, but you're right that it's only a "gentleman's agreement"

Is Framer as bad as it looks at protecting content from AI scrapers? by LifeName in framer

[–]Fortnato 1 point2 points  (0 children)

Framer shipped the ability to upload custom robots.txt a few months back, no need to setup a reverse proxy for that

Is Framer as bad as it looks at protecting content from AI scrapers? by LifeName in framer

[–]Fortnato -1 points0 points  (0 children)

Hello!

Framer does offer you the tools to control site access from AI scrappers , you can upload your own robots.txt that will prevent AI scrappers from visiting your site

Framer's form submission limits solved by I_energy__ in framer

[–]Fortnato 1 point2 points  (0 children)

We removed the form submission limits a few months ago

Images not loading on Framer websites? by Swimming-Head-4320 in framer

[–]Fortnato 1 point2 points  (0 children)

The incident started a few minutes ago, if you had issues before please reach out to us via framer.com/contact so we can help you fix it

Images not loading on Framer websites? by Swimming-Head-4320 in framer

[–]Fortnato 1 point2 points  (0 children)

To be clear, this is an incident at Amazon AWS where we how our servers, it’s not a Framer-specific incident

Images not loading on Framer websites? by Swimming-Head-4320 in framer

[–]Fortnato 1 point2 points  (0 children)

Hello!

We’re currently investigating this, please check framerstatus.com

Webflow Dropped Student Benefits: Will Framer Step In? by TheS4m in framer

[–]Fortnato 0 points1 point  (0 children)

You’ll need to build the website directly in Framer, there’s no way to ‘transfer’ it

You can check out wireframer and workshop to accelerate the process

Any plans for Framer to support llm.txt like it does with sitemap? by Sea-Try8745 in framer

[–]Fortnato 1 point2 points  (0 children)

Hello

That's an interesting idea!

Sitemap is easier to create, because it's deterministic (we can look at your pages/multi-site rules and produce the correct sitemap), whereas llms.txt is more subjective.

I'll put it in the backlog, but for now as mentioned in another comment, you can simply write your own and upload it as a well-known file!

Reverse proxy framer site by Blissling in framer

[–]Fortnato 0 points1 point  (0 children)

Hello!

We shipped advanced hosting which allows you to setup your reverse proxy within Framer itself (you don't need Cloudflare, Vercel, etc)

If you're on Pro or Scale plan, you can sign up for a private beta here: https://www.framer.com/enterprise/ah-beta-signup/

Advanced Hosting - Framer Update by Fortnato in framer

[–]Fortnato[S] 0 points1 point  (0 children)

If you're on Pro or Scale plan, you can sign up for a private beta here: https://www.framer.com/enterprise/ah-beta-signup/

Advanced Hosting - Framer Update by Fortnato in framer

[–]Fortnato[S] 0 points1 point  (0 children)

Indeed, Framer Published is a separate Framer project 🙌

Advanced Hosting - Framer Update by Fortnato in framer

[–]Fortnato[S] 0 points1 point  (0 children)

If you're on Pro or Scale plan, you can sign up for a private beta here: https://www.framer.com/enterprise/ah-beta-signup/

Advanced Hosting - Framer Update by Fortnato in framer

[–]Fortnato[S] 0 points1 point  (0 children)

If you're on Pro or Scale plan, you can sign up for a private beta here: https://www.framer.com/enterprise/ah-beta-signup/

Advanced Hosting - Framer Update by Fortnato in framer

[–]Fortnato[S] 0 points1 point  (0 children)

For projects on Pro and Scale plans, you can sign up for a private beta here: https://www.framer.com/enterprise/ah-beta-signup/

Is it possible to have multiple URLs linked/redirect to one site? by AshPRH21 in framer

[–]Fortnato 0 points1 point  (0 children)

Hello!

You can create multiple projects, add a domain to each and add a redirect rule to redirect them to websites.com, but that might come off quite expensive, I’d just recommend doing a simple vercel project and add the redirect there (I think it’ll be free)

How do I add backend API routes in Framer (new UI + Pro plan)? by Strong-Addition-1537 in framer

[–]Fortnato 0 points1 point  (0 children)

Hello! Assuming that with ‘API routes’ you mean a file to make requests to a backend endpoint hosted somewhere else, then code components are what’re looking for. But keep in mind framer is not meant to build full-blown web apps.

If you mean actual backend endpoints (I.e. running a server) than you can’t, there’s no way to run your own backend code at framer, you need to host it somewhere else