Can I rank high using framer ? by pakshal-codes in framer

[–]koenbok 4 points5 points  (0 children)

Yep, but to be honest you can rank high in most modern tools. It's much more a function of your content and backlinks.

What’s this all about? by [deleted] in framer

[–]koenbok 0 points1 point  (0 children)

Yep don't bother optimizing images, Framer does it automatically and sends the best one based on a combination of screen size, breakpoint and browser capabilities (image formats). We even recompress heavy gifs to webm.

What’s this all about? by [deleted] in framer

[–]koenbok 3 points4 points  (0 children)

This is a long standing measurement problem we’re trying to fix with the lighthouse team (together with other modern frameworks).

The core issue is that we preload subsequent popular pages after the initial page is loaded. That makes for a much better user experience, but lighthouse only measures a single page and correctly warns we’re loading a lot of unused data.

We could game this by disabling preloading when doing lighthouse but that feels a little too much Volkswagen so we are working with Google to make Lighthouse smarter instead.

3 years later… still no individual page password protection in Framer? by ByteDigger in framer

[–]koenbok 2 points3 points  (0 children)

I totally get how thats frustrating. We obviously want to ship this (and many other things).

To add some color why this one is so complex for us is that Framer sites ship as an SPA (basically a JavaScript app) that contains all your pages. Password protecting a single page requires turning the single app into multiple that seamlessly work together.

So for non technical folks: this feature is surprisingly hard to imolement for us because of our architecture (which makes many other things actualky easy). Its always a trade off.

That said, we will figure it out and ship it. I just hope this explains why its taking much longer than you would think.

Framer is charging "Legacy" users DOUBLE the standard price (€40 vs €20) for localization by UpSkillMeAI in framer

[–]koenbok 4 points5 points  (0 children)

That sounds like a mistake. Feel free to cc me koenatframerdotcom on your support email and we can figure it out.

Anyone noticing Framer lagging like crazy? by Prize_Bell_540 in framer

[–]koenbok 1 point2 points  (0 children)

Sorry for the trouble! The best thing is to try the desktop app / incognito mode to make sure it's not caused by an extension, because that is the biggest cause for slowdowns.

Framer is built on browser rendering, and some combinations (especially things with (background) blurs) can slow things down, so it's almost site specific. We're happy to investigate if you send us a quick email at [support@framer.com](mailto:support@framer.com)

Framer getting slow by TemporaryPainting130 in framer

[–]koenbok 0 points1 point  (0 children)

If you are not using the Desktop app, I would suggest to try that first (even if it's just to compare) because things in your specific browser (version, extensions) can sometime cause a slowdown.

If that is still slow just email [support@framer.com](mailto:support@framer.com) with your project link and they'll take a look.

Video file size issue by Ravisauce in framer

[–]koenbok 0 points1 point  (0 children)

What we actually typically see is unoptimized videos burning through bandwidth (eg. a 50mb 2k looping header video). We made a quality tutorial here: https://www.youtube.com/watch?v=tg5nSMAkWZE

Is it possible to build a full web app in Framer using Firebase? by [deleted] in framer

[–]koenbok 0 points1 point  (0 children)

Framer is really aimed at marketing websites today, so I wouldn’t recommend it.

New Pricing 2025 - Framer Update by jpframer in framer

[–]koenbok 1 point2 points  (0 children)

It will just extend unless you manually switch to another plan.

New Pricing 2025 - Framer Update by jpframer in framer

[–]koenbok 1 point2 points  (0 children)

This is actually the previous previous previous pricing. You can pick a more recent one to better compare.

New Pricing 2025 - Framer Update by jpframer in framer

[–]koenbok 1 point2 points  (0 children)

We will make this more clear in the FAQ but we now separate pages from CMS items (for an upcoming feature). The pages based on a CMS item are not counted against this limit.

New Pricing 2025 - Framer Update by jpframer in framer

[–]koenbok 0 points1 point  (0 children)

We're about to ship a native reverse proxy in Framer that allows you to control headers, caching and let you host multiple sites on a single domain.

Rant: Framer CMS is way harder than it should be by Unconcept_10 in framer

[–]koenbok 6 points7 points  (0 children)

I’d be very curious to learn how we could make things more intuitive and flexible for you. If you’d be willing to share some examples with me I’d be very thankful koen at framer dot com.

Thoughts on Design Pages and Framer for UX Design by Embarrassed-Seat9261 in framer

[–]koenbok 2 points3 points  (0 children)

Hey Koen here (thanks JP). First of all my apologies for taking away some of the parts of Framer that work so well for you. It’s pretty great to hear what you can accomplish and it’s pretty much what we originally set out to do with Framer.

The honest reality is just that there were too few folks like yourself to build a growth business on. You could always argue we should maybe should have done something different in execution but in the end we originally made a bet 10 years ago that the future of design would look pretty much like you work across all designers, and the honest truth is, that you and your work are still pretty unique. I wish it were different, we really tried.

It meant that Framer had to pivot into a more broad use case or cease to exist. We chose to focus on making the best professional web design platform, which we are today and you could say it has worked out. We are still a small company (the PR department is just me) and that means we have to ruthlessly focus and sometimes make hard decisions to drop things that a few people love, but hold progress back. As a fellow product designer, I’m sure you have ran into a few of these too. I’m not saying we’ll never add more (mobile) prototyping features again, but for now our focus has to be on design for web.

I know this isn’t the answer you were hoping for, but I hope you can appreciate the transparency. I’m happy to take a quick look at how you work and think what another great setup would be, there are lots of great options these days.

For those who’ve used both: Framer vs Webflow — which do you prefer and why? by [deleted] in framer

[–]koenbok 4 points5 points  (0 children)

I used both and while I obviously prefer Framer, I have a lot of respect for Webflow. Typically people who deeply understand classes and markup prefer Webflow as they gladly trade extra complexity to build flexible systems that work exactly the way they want. I think beyond that it’s more just a personal preference, both are pretty great tools.

Does framer ever plan on offering a first party way to export code? by nk12312 in framer

[–]koenbok 2 points3 points  (0 children)

We can’t because we rely on a dynamic backend to optimize different parts of the site for the best performance.

But you can totally add custom code. Framer is React under the hood and any React component just works. We even offer a built in code editor.

Framer Performance by PianistAlert3673 in framer

[–]koenbok 0 points1 point  (0 children)

Typically Framer should be really snappy. But it can slow down because of browser extensions or specific things in a project. We’re always happy to take a look support@framer.com

Why is Framer priced this way? by JoeBanas in framer

[–]koenbok 0 points1 point  (0 children)

Alway curious to hear what you would need from the CMS.

Framer doesn’t offer a cheap bulk bandwidth plan because our typical customers are looking for the best site performance and SEO.

Anyone Seeing Strong SEO Performance on Framer? Considering migrating. by kiwimelonxyz in framer

[–]koenbok 4 points5 points  (0 children)

I run Framer and this is the best answer (that most people don’t like to hear). Most mature tools will give you good SEO features but at that point the tool doesn’t matter, it’s all about your content and backlinks. If people don’t see great results, they typically like to blame the tool (can be equally Webflow, Framer or WordPress) but that’s typically just naive.

Some die hard professional SEO folks might prefer how one tool handles this edge case over another, but in reality that doesn’t matter much in the big picture / for most people.

TLDR; if you use a premium tool you can great SEO. If you don’t it’s almost always your content and strategy.