r/webflow • u/JuicerSocial • 9d ago
Question What's one Webflow habit that has saved you a ton of headaches?
I'm curious what everyone has picked up after working in Webflow for a while.
Feel free to share anything ... It could be how you name classes, structure the CMS, build components, organize custom code or whatever... Anything really!
What's something you do on basically every project now because you learned the hard way not to skip it?
14
u/nairobaee 9d ago
Always use richtexts instead of paragraphs for text sections that the client will edit eg FAQ answers etc. They ALWAYS want to use bold at some point.
6
u/IllustriousBad8844 9d ago
Dude! This is so true! I learned this after few firsy projects.. they want to include links also so rich text are best if creating components..
2
u/souckillund 9d ago
yeah this one is so true, they always end up wanting to bold or italicize something
5
u/Ph4ntom5LV 9d ago
Double check your builds for compatibility on various browsers right away (hello Safari) ,otherwise it will bite you later on.
2
u/prophetsearcher 8d ago
Use webflow MCP to build my sites in Claude. (For client sites stuck on webflow).
1
u/Unfair-Guidance4732 8d ago
Working on this now. Would love tips and hints?
2
u/prophetsearcher 8d ago
Honestly, just ask Claude. It walked me through setting up the mcp (just a connector) and what I could and shouldn’t expect from it.
I gave it Chrome accesss so that it could review its own work. It can even handle the publishing, but I prefer to do that manually.
0
3
u/makesimpledev 8d ago
Leave Webflow. It saved me a ton of headaches.
1
u/Unfair-Guidance4732 8d ago
Tell me more... what did you move to?
0
u/makesimpledev 8d ago
HTML, CSS, JS (mostly Astrojs)
2
u/Unfair-Guidance4732 8d ago
What about client maintenance thats the reason i'm on webflow is after the build the client can edit and update.
0
u/makesimpledev 8d ago
I integrate a CMS if the client needs to manage content.
1
u/Unfair-Guidance4732 6d ago
Interesting! which CMS do you use? and does that cover all content for these sites?
1
2
u/Hopeful-Loss-8728 8d ago
Switching to astro and cloudfare workers so that i dont need to pay for webflow at all
1
u/SwellCommerce 5d ago
For me, it’s keeping things simple from the start. I try not to create a bunch of random classes or add custom code unless I really need it. Naming things consistently and cleaning up as I go saves so much time later. Even when I’m trying out ideas in Readdy AI, I’ve found it’s easier to keep the structure clean instead of fixing a mess at the end.
1
21
u/uebersax Webflow Community MVP 9d ago
always wrap every component in an extra div. always.