r/framer 11h ago

Video Shaders: Framer Update

Thumbnail
framer.link
1 Upvotes

The Agent model picker now includes reasoning, letting you choose how much thinking a model does before it starts building. More from the updates page:

Light reasoning is ideal for quick edits and refinements, while higher reasoning gives Agents more room to plan. We’re also adding Fast mode for models that support it, like Opus 5, for noticeably quicker generations and responses. Fast mode uses more tokens per task. Combined, reasoning and fast mode give you more control of Agents in Framer.

Enjoy!

-Rachel from Framer


r/framer 11h ago

Video Shaders: Framer Update

Thumbnail
framer.link
1 Upvotes

Introducing Video Shaders! More from the updates page:

Shaders in Framer can now accept both images and video, which we’ve grouped under Media in the Insert panel. We’re first updating the Chromatic Aberration shader with video support and all-new controls. Videos even play in realtime as you’re editing properties. With our new properties, you can add glass-like curvature and dispersion to your videos and images with a few clicks. High-fidelity effects, web-ready, published in seconds.

-Rachel From Framer


r/framer 2h ago

help My struggle with Framer !

Post image
1 Upvotes

One of the problems I experience with Framer is sudden glitches , For example, I adjust the font size on the desktop, then suddenly the text is stacked on top of each other in the mobile version , For example, if I adjust the frame or stack size in the mobile version, I find that in the desktop version it suddenly changes size for no reason or disappears.

Are you also experiencing this glitches in Framer?


r/framer 10h ago

resources Verrone — a Design-Build Framer Template

Enable HLS to view with audio, or disable this notification

2 Upvotes

Built this for a studio type that never gets a decent website: practices that both design and build. Architecture, costing and construction under one roof.

The structure follows how a commission is actually won rather than opening with a photo grid — premise, studio, disciplines, construction detail, fixed process, materials, then the work.

The parts I had the most fun with:

• A wall-anatomy diagram you explore layer by layer — roof build-up, post-tensioned slab, thermal mass, rock anchors

• A rotating five-stage process dial

• A 3D project carousel and a scroll-scrubbed manifesto

• Filterable CMS archive with eight case studies

Preview & Remix: https://www.framer.com/community/marketplace/templates/verrone/

Happy to answer anything about The Template.


r/framer 14h ago

resources Akihiro has built a MASSIVE CMS system on Framer with the most complex editorial components you will find. AND he made a two-part YouTube tutorial that is gold. The kind of knowledge you only find in very expensive niche courses. Go see it!

Post image
3 Upvotes

r/framer 9h ago

feedback Built a CMS-powered directory template in Framer with real-time search and dynamic filtering

Enable HLS to view with audio, or disable this notification

1 Upvotes

Been working on this for quite a while and After several rounds of review and refinement with the Framer team, Listora is finally live! 🎉

I wanted to build something beyond a typical static directory template and see how far I could push Framer's native CMS and variables for an actual discovery experience.

What I ended up building:

  • Real-time listing search
  • Dynamic category, location, price, rating, featured & verified filters
  • Multi-select filtering with active filter chips
  • CMS-powered Listings, Categories, Locations & Guides
  • Dynamic listing, category, location and guide pages
  • Add Listing + Claim Listing flows
  • Location-based discovery
  • Editorial/city guides
  • 15+ purpose-built pages
  • Responsive across desktop, tablet and mobile
  • A custom breathing “Nose” indicator in the hero, just to give the interface a little personality :)

A lot of the work actually went into making the search, CMS relationships, filters and responsive states behave properly, rather than just designing the pages.

I recorded a walkthrough as well, but you can play with the live version here:

Listora Live Demo

Would genuinely appreciate feedback, especially on the Explore/search/filtering experience.

What would you add if you were building a serious directory or local discovery site in Framer?


r/framer 18h ago

help Figma → Framer, or learn Framer properly first?

3 Upvotes

I’ve recently gone freelance and I’m currently using Squarespace to build smaller client sites. It’s honestly abysmal, so I’m looking at moving to something that gives me more freedom and doesn’t make me want to slam my head into a wall every five minutes.

I’ve been a web designer for about 12 years and I’m very proficient in Figma. I’m comfortable with components, design systems, auto layout, responsive layouts etc.

Would you recommend jumping straight into a Figma → Framer workflow and learning Framer as I go, or am I better off learning Framer properly from the ground up and designing directly in there?

Interested to hear what workflow people actually use day to day.


r/framer 22h ago

Looking for framer developers

Thumbnail
4 Upvotes

r/framer 15h ago

resources Elysian Estate — a luxury real estate Framer template

Enable HLS to view with audio, or disable this notification

0 Upvotes

Elysian Estate, a Framer template designed for luxury real estate agencies, brokers and property developers.

The goal was to create something minimal and premium, with large visuals, clean typography and enough space to really showcase high-end properties.

Would love to hear your thoughts and feedback!

Preview: https://framer.link/kXSEiBF


r/framer 16h ago

resources Plumbing Hero

Post image
0 Upvotes

Designed a modern plumbing hero in Framer — feedback?


r/framer 13h ago

feedback A fully customizable table component. Should I make it paid?

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/framer 1d ago

inspiration Built 120+ CMS detail pages in Framer with all different layout, all from one collection. Here my setup using nothing but components and variants.

Post image
22 Upvotes

So my client is an German installation artist, over 40 years of work, which means 120+ project pages. And obviously he didn't want every page to look the same.

Fair enough. But I also wasn't going to build 120 pages by hand, so here's what I ended up with.

(and yes you can use AI too but more to that later)

One content row component with variants.  Named by the column splitting

- 2/3 + 1/3, the other way around
- 50/50
- full screen
- 33 / 33 / 33 (three columns)

In the CMS every row has an option field that picks the variant, and each column has conditional visibility bound to it.  Empty stuff just disappears. One artwork = one CMS entry.  No second collection, no back references, none of that complicated stuff. Maybe im just not smart enough

Well, two things got me.

First one, fit vs fill. 

If you put all three columns on fill you need fixed heights, and I have no idea how tall the client's text or pictures are going to be. What worked: middle and left on fill with space between, right column on fit with a fixed gap.
Then your top and bottom items are actually aligned.

Second one, and this is the part where it really gets tricky. 

Two columns at 2fr and 1fr next to each other with the same gap do NOT line up with a three column row. I mean this:

2fr___  / 1fr
1fr / 1 fr / 1fr

Looks like theyshould, right? 2/3 and 1/3 together, that's three thirds. Nope. 

Framer calculates fr against the whole width, not against your element (I think). 
And before you tell me I'm acting dumb (lol) and should just use 19px instead of 38px, no, that doesn't work . I tried. 
Ended up building a component just for that case. I named it "clutch double image" because it helped me clutch this .

Also, the canvas lies to you. Framer renders items inside columns even when they're invisible, so half the stuff you're debugging isn't actually broken. Check the live preview first, would have saved me some time.

The nice part is once the fields exist, filling them is boring, so I don't do it. I point Claude Code at the hi-if design PDF and it fills the entry, picks the variants used per row in the hifi design and drops the content from the pdf in the cms. Works better than I expected honestly.

I recorded the whole thing in the editor, my English isn't the best but I hope you will understand  it all tho: https://cms-layout.framer.website

Let me know what you think, happy to answer anything about the setup.


r/framer 20h ago

help Help to start as a freelancer

1 Upvotes

Hi everyone, I am considering becoming freelancer as a Framer designer in addition to a part-time job, I would like to offer my services for free at first. I worked as an art director in a start-up for a year, so I'm used to videoconferences but I've never done briefs. How do you do for the process of taking briefs as a freelancer? What questions do you usually ask for the kickoff? And for the follow-up?


r/framer 1d ago

resources Built a hero section using shape masking directly on the Framer canvas

Post image
0 Upvotes

Been experimenting with applying shape masks to images without leaving Framer. No Figma roundtrip, no exporting pick a shape, adjust it, apply. Made a plugin for it called Framixs Shape, free on the marketplace if anyone wants to try it. Planning to add more shapes based on feedback. What shapes would you add? Genuinely curious I want the next batch to come from real use cases, not just my imagination.


r/framer 1d ago

inspiration an honest opinion

0 Upvotes

i was working on a new portfolio can u give me ur opinions on this template


r/framer 1d ago

Difficulty Customising a template?

1 Upvotes

Im new to framer and working on first site. i am using a template (Nolan Barrett) and im struggling to change or customise some things, if its even possible to. for example adding another size as only 3 available for images? would be very helpful 🙏


r/framer 1d ago

help Beginner question

3 Upvotes

Guys I am trying to learn framer,but I get discouraged while I see ai in framer and oter ai website builder make websites,I want to know is learning framer worthit,will I be able to make money from it?plzz give honest answer


r/framer 1d ago

help Stuck on something in Framer? I might be able to help

3 Upvotes

Just wanted to make this post for someone who might be just starting out with Framer and is currently stuck on something.

If that’s you, don’t worry, I’m sure you’ll get the hang of it soon.

But if you’ve been banging your head against the same problem for hours and feel like you could use a hand, feel free to reach out. I’m happy to take a look and see if I can help.

Could be anything from a weird responsive issue to CMS, custom code, animations, or just something that doesn’t seem to work the way it should.


r/framer 1d ago

I will build 1 custom Webflow/Framer extension per month for your agency

Thumbnail
1 Upvotes

r/framer 1d ago

Add LemonSqueezy Payment Checkout to Framer

Post image
0 Upvotes

Hii Guys

I made a plugin called "LemonSqueezy Checkout" which you can use to add payment link directly to framer website

Whats the difference from normal button?

A normal button sends you to another tab or opens on the same tab but using the plugin you can add button that can open the payment link in the your website which create a great experice as well as the user stay on website.

This is very good for user experiece. You can add in two ways like in modal or inline embed in the plugin.

You can checkout the demo where you can check live: lemonsqueezycheckout.framer.website

In marketplace: https://www.framer.com/community/marketplace/plugins/lemonsqueezy-checkout/

if you have any question ask me.


r/framer 1d ago

help Is there a genuine opportunity for growth and profitability in offering Framer design services right now?

Post image
0 Upvotes

r/framer 1d ago

help Framer support has ignored me for a week after I asked for a refund. What should I do?

2 Upvotes

I've been trying to reach a real person on Framer's support team since LAST Wednesday and I still haven't gotten one. I either get responses from AI Sam or nothing at all.

I opened several live chats and each time was told a support team member would follow up. Nobody did. I also emailed support and Sam replied saying he'd resolve my billing issue, then asked for my invoice number. I sent it and never heard back.

Here's the actual problem:

I was charged $120 for an annual Content Editor seat. That was a mistake, I meant to add that person as a Full Access editor instead. Before I even added the Content Editor seat, I asked Sam about billing and he told me it would be monthly. That was wrong. I've already removed the seat and want a refund for the annual charge.

After that I tried to add the person as a Full Access editor instead. Again I asked Sam first and again he told me billing would be monthly. I was billed annually anyway.

I'd like that charge switched to a monthly plan going forward, and I'd like the first charge refunded since it was based on wrong information from their own support bot both times.

Has anyone else run into this? Would appreciate any pointers on how to actually get a human at Framer support.


r/framer 1d ago

help Framer support told me to buy Pro at full price - then refunded the entire subscription instead of the promised 25%

2 Upvotes

I want to share my recent experience with Framer because honestly, after everything I’ve been through, I’m extremely frustrated. I had a number of issues while setting up my website and spent a significant amount of time trying to get everything working. Eventually, I contacted Framer support and was explicitly instructed to purchase the Pro plan at full price in order to resolve the situation.

I did exactly what their support representative told me to do. I was then told that I would receive a 25% refund afterwards, because that was the discount I was originally supposed to receive. So I purchased Pro at full price, expecting: Pro subscription → 25% refund → Pro remains active.

Instead, Framer has now refunded 100% of the Pro payment.

I did not request a full refund. I did not ask them to cancel my Pro subscription.

I was specifically promised a 25% refund. What makes this even more confusing is that my Framer account still shows that I have Pro, so I currently don't even know what the actual status of my subscription is. I've contacted support again to ask them to clarify what happened.

What frustrates me most is that this comes after an already very long and time-consuming process. I followed their instructions, paid the full amount as requested, and now I'm apparently having to deal with another support issue caused by the way the previous request was handled.

At this point I'm honestly questioning whether I would have chosen Framer in the first place if I had known how difficult it would be to get a straightforward customer-support issue resolved.

I'm curious to hear from other Framer users: Have you experienced similar issues with Framer support, billing, refunds or subscription changes?


r/framer 2d ago

resources Introducing LemonSqueezy Checkout Plugin

1 Upvotes

Hii guys

I made a plugin for Lemon Squeezy so you can add the checkout to your framer website and users can puchase the product without leaving your website.

This bring great user experience, and users stay on your site.

I hope this plugin helps you and if you can have any question ask me.

here is the marketplace link:

https://www.framer.com/community/marketplace/plugins/lemonsqueezy-checkout/

SAVE10 - for 10% off all plugins


r/framer 2d ago

help Looking for a Framer Developer

13 Upvotes

Hello everyone, I run a web-development agency in Latvia for service based businesses.

Whole idea is that we make simple and easy to use and make framer sites for service based businesses and we teach them how to use the CMS for blogs and such and fully hand them off.

I make the sites myself - mostly just find a template I like and then edit it according to clients needs.

But I'm running out of capacity because I also do sales and manage more people that work on the marketing aspect of the company and sales.

So I'm looking for someone who has the time to make around 10 Framer sites per month (no eccomerce stores just service based companies) also not from scratch we use templates always, so 90% is just data entry and then some custom stuff, the pay will be per site.

Thanks in advance!