@@josefortworth thanks for the suggestion :) i have some tutorials on 3D animations (3D card animation, 3D text animation, even 3D website with Spline) tutorials on the channel. anything specific you wanna learn about them? or maybe an effect you're looking to recreate in Framer?
@@kishangautam7506 you're in luck because I'm just in the process of finalizing a code override for this :) stay tuned and make sure to follow on Twitter because I share every resource there.
You're like the opposite of a gatekeeper. I'll call you a gateopener. Everyone else is hiding their techniques and solutions behind paywalls and subscriptions and you're just handing out gold to the community left and right, giving access to these solutions and abilities in the software to all designers. Thank you, Nandi.
Exactly ! This video is amazing because now I might be able to recreate the Framer components made by FramerCommerce to do a Framer to Shopify integration easily without paying any licences. This might take me more time and work to achieve it but it will be useful in the long run !
Unbelievable, It fking awesome, I was thinking of learning react just for framer code components and override. You just saved me a hell of my life time
Hey there! I'm a web developer using JavaScript and I'm thinking about switching entirely to UI design. When I first heard about Framer, I was a bit hesitant to fully develop websites without coding. But then I found your video and it gave me confidence that Framer still has room for my coding skills. Haha, love your video, mates!
Nandi! You are the best! I have been wracking my brain on creating a custom scroll bar for a particular client project and havent been able to excute it! I used your file and after lots of back and forth with the bot and 4 hrs later, I have resolved it! Coming from a non programming background, this feels magical. Yes it took time but it gives me so much hope. Thanks for this precious knowledge brother! :D
Loll, I just wanna share that I tried a couple of times with my Trained ChatGPT (thank to your 70 pages Gdocs) and these codes did not work at all :))) It showed only the end message. Then I had to screenshot your code and demanded my ChatGPT to rewrite & compare. Finally, all done, it worked (your code) and my ChatGPT has been trained with this case! All I wanna say is if we are too (over) lean on ChatGPT without really knowing the basic code, when something goes wrong, having a working code as a reference is crucial. Otherwise, we might find ourselves truly stuck. 😢 (as you know FillColor is not bgColor in the 2nd ex to help ChatGPT) Thank you for this open-gate video! I hit subscribe!
Heyoo! Yes I agree that sometimes it can be hard to debug the code if you don’t have working references. That was the case for me as well when I started out, but as I started building more and more code that ended up working, I slowly built up a set of codes that I can input into GPT as reference if something goes wrong. I’m constantly thinking of better ways to teach non-technical people how to build these code components with AI. I’ll probably drop an update video with refined tactics in the future. Thanks again for the sub, and feedback! :)
Absolutely amazing. Nandi, your legend is growing. You're starting to remind me of creators like Unmesh Dinda, who have given so much to the design community for free that they deserve to run for president of UA-cam. #pizza
Thankyou very much for this. I usually have to do so much back and forth with Chatgpt for it to understand that it's for framer. This is really solid work. Will try it soon!
Thank for sharing this type of tutorials I create code components some basic fuctionallty but I can't able to use other project with copy url function it's not paste on other project please help me
Fantastic video as always bro 🎉, your videos literally thought me everything i know about framer. Thanks alot. Although the link to tje prompt you gave is leading to an error page... I would really love the promp bro. Thanks in advance my man... Again love youe content 🙌🙌
This is an amazing tutorial! I've been trying to use Chat GPT to write a code override to create a sticky scroll for sections to make a site like a slideshow but can't get it to work. Have you got any ideas?
Thanks! Some things are natively possible in Framer. For example if you wanna create a slideshow, you can add the slideshow component from the insert panel.
The goal is to snap to the centre of a section on scroll. Your Tesla tutorial is the same deliverable but it doesn’t work with scroll variants. This is why I was hoping ChatGPT might have the solution, so far no luck!
Thank you so much framer university for these big insight...this is just alot....... but the code-prompt link isnt working, is there some other way we can get it?
You're welcome! It should be working. Try this: docs.google.com/document/d/e/2PACX-1vQiRs_ckT6uyqiutFGKol42ZE0HUlzJVNIi05MWJfqHjH9PWTOe7OkjUmjyh0_9p2xlpgO7I701-59g/pub
you can see in the video how I solved errors with the help of chat gpt, i just made sure to tell GPT what the error is and asked to fix. i do this until i don't get the working result. it's like working with a developer friend. just make sure to clearly explain what the code does and what it should be doing instead.
This was such a fantastic video! Can you make more videos on CSS tips and tricks that we can use in Framer like the balanced text one you showed here. I already use ChatGPT but I had no idea something like this existed so never thought to generate code for it.
Hey man want to ask if i can make use of drag effect to make some kind of game or quizzess where i can drag a rubbish into a can something like that in framer?
from a designer perspective, I tried it and made a button with a mouse tracking gradient hover effect but it's really difficult to edit stuff (i'd have to add all editable properties for button size, text etc and I still can't use it with stack auto layout fill/hug so it ain't responsive, maybe it's possible to do it but I couldnt figure it out), it's definitely a great start for developers though as they'd know what to do with the code
i know this situation! i made a bunch of code components and overrides with ChatGPT and I know that it can take some time to get it right. what I usually did is i just always wrote in a prompt what I'm seeing and what I need, so for example: "the component isn't responsive, because when I set it to width fill, the component bounding box grows, but the content within doesn't. can you fix this for me, so that content within the component fills up the available width?". then you get a new version, and test that as well. lemme know if I can help with anything 🫡
@@framer.university thanks for replying. It actually worked, I'm speechless and slightly worried for devs haha. Though you also mentioned overrides, do you use the same prompt for the code components on overrides?
@@feelcollins4358 hehe yeah mate AI is amazing!! make sure to watch the full video because I also show how I create code overrides with this prompt and what I do if something isn't functioning as expected. lemme know if you have any questions :)
Could not get the example code component to work, despite hours of retries. If there is a performance limit on these, can it be accounted for in the prompt somehow? I've run into this issue a few times before
Hi Nandi. I was hoping I could ask for your help. I'm a student, in design school, and I'm graduating in next week. I'm using a beautiful template I found for my portfolio site, but I'm having issues attempting to add for instance a fliphtml5 flipbook to my project. The template uses a CMS and I'm finding myself limited as to what I can add to each project individually. All the images and placement in the projects all follow the same position, so if I move an image in one project, the corresponding image in the other projects also move. But I can add things like youtube vids or images inside each project section. I'm also given the option to add a code block. But when I attempt to add the embed code given to me by fliphtlm5, the page just displays the code when published. Sorry for the long message. Hoping I made sense. Thank you in advance for any hlep you can offer. Ideally, I'd love to just use the slideshow feature, but I can't use that in the cms for some reason. when i do, it creates the exact same slide show in all the projects, so not unique. :( Thank you. Oh, last question, the template gives me the option for light and dark mode but i just want to turn that off. so it's always on a light screen. That is also not something I can figure out. Thank you so much.
gotta love the pizza prosciutto :) why do you want to change the date format? you just use that to give an end date for the component. it is a standardized format widely recognized and used in programming languages.
In this case, i'd try to start a new thread and prompt the component slightly differently. Also you can tell gpt that you're not seeing the component and that probably the export function isn't properly written.
Wait a minute ? So with this technique I will be able to create shopify integration components with ChatGPT that could be similar and function just as well as the components that you can buy in Framer Commerce ?
Yep, if you're clever enough, you might be able to create such complex components. For example getmagicform.com, a custom form solution for Framer was created with GPT too.
Bc i think getmagicform.com/ is a sick form solution for Framer, and the Framer team is working on an official form solution as well. Lemme know id you have any other ideas for videos or anything else u wanna learn.
Hey! Weird… it works for me :/ 🔗 Here’s the direct link: docs.google.com/document/d/e/2PACX-1vQiRs_ckT6uyqiutFGKol42ZE0HUlzJVNIi05MWJfqHjH9PWTOe7OkjUmjyh0_9p2xlpgO7I701-59g/pub
Great insight, but the video is a little slow imo. Maybe because I'm a dev and more like an AI poweruser already. But could be just what complete beginners need.
thanks a lot for the feedback! yes, sometimes it is quite hard to find that balance so that beginners can understand and others don't find it slow. i wanted to make sure that the video is easy to understand for complete beginners too. but please let me know which specific part felt slow, so i can evaluate and potentially change it next time :)
#PIZAAAAA 🍕 Loving your content I have just started learning framer few days ago coming from figma it is kind easy and difficult at the same time 😅 but your channel has helped a ton to get me started Thank you thank you thank you sooo muchh for all the free content you have provided.
I’m not sure I understand a lot of UA-camr’s obsession with placing themselves on screen in a corner while blocking the view for the audience on areas they are working on. Completely missed the area where you apply the override.😩
wassup mates 🫡
here’s the prompt that you can copy and paste:
link.framer.university/code-prompt
what should i teach next? drop a comment 🫶
Great video so much info thank you for sharing! And 3d animation in web design would be cool to learn!
@@josefortworth thanks for the suggestion :) i have some tutorials on 3D animations (3D card animation, 3D text animation, even 3D website with Spline) tutorials on the channel. anything specific you wanna learn about them? or maybe an effect you're looking to recreate in Framer?
make a tutorial on how to disable bg scroll when menu is open in mobile
@@kishangautam7506 you're in luck because I'm just in the process of finalizing a code override for this :) stay tuned and make sure to follow on Twitter because I share every resource there.
Make a tutorial on an ecommerce sit feature that enables users to add items to a cart and finally checkout with framer
You're like the opposite of a gatekeeper. I'll call you a gateopener.
Everyone else is hiding their techniques and solutions behind paywalls and subscriptions and you're just handing out gold to the community left and right, giving access to these solutions and abilities in the software to all designers.
Thank you, Nandi.
super happy to hear you think that :)
this is exactly my mission. to make learning no-code website building easy and accessible for everyone 🫶
Exactly ! This video is amazing because now I might be able to recreate the Framer components made by FramerCommerce to do a Framer to Shopify integration easily without paying any licences. This might take me more time and work to achieve it but it will be useful in the long run !
rightly said , this man is strongly underrated much love
Nandy!! You freaking rock bro. The amount of value you provide to the Framer community is unmatched! Can i buy you a coffee?
Appreciate you man! Thank you so much for the support 💙
Yes you can once we meet up 🤝🤝😛
Nandi is the only authority on Framer as far I'm concerned! Amazing work as usual bro!
thank you so much for the support, mate! it means a LOT
Unbelievable,
It fking awesome,
I was thinking of learning react just for framer code components and override.
You just saved me a hell of my life time
so happy this helped mate! :)
same lol
Hey there! I'm a web developer using JavaScript and I'm thinking about switching entirely to UI design. When I first heard about Framer, I was a bit hesitant to fully develop websites without coding. But then I found your video and it gave me confidence that Framer still has room for my coding skills. Haha, love your video, mates!
So good to hear this! :) You can definitely take advantage of your coding skills when using Framer.
Can’t wait to see what you create :)
Can't thank you enough for your videos. They have helped me immensely
So happy to hear this 🫶
Nandi! You are the best! I have been wracking my brain on creating a custom scroll bar for a particular client project and havent been able to excute it! I used your file and after lots of back and forth with the bot and 4 hrs later, I have resolved it! Coming from a non programming background, this feels magical. Yes it took time but it gives me so much hope. Thanks for this precious knowledge brother! :D
Hey mate! I'm so happy for you!
AI is allowing us to do things we weren't able to do before, which indeed feels magical 🫶
I have just used this brilliant knowledge on my new project, big thanks, Framer is the best!
So happy i could help 🫶
Thanks for giving such valuable content for free. Your videos are amazing as always :)
Glad you like them! I'm trying my very best to provide value, and seeing feedback like this is the best 🫶 I'll keep providing 🫡
Your timing is amazing, literly anything i need I see you upload a video about it a day later.
perfect timing 🤯 thanks for the support :)
Loll, I just wanna share that I tried a couple of times with my Trained ChatGPT (thank to your 70 pages Gdocs) and these codes did not work at all :))) It showed only the end message. Then I had to screenshot your code and demanded my ChatGPT to rewrite & compare. Finally, all done, it worked (your code) and my ChatGPT has been trained with this case!
All I wanna say is if we are too (over) lean on ChatGPT without really knowing the basic code, when something goes wrong, having a working code as a reference is crucial. Otherwise, we might find ourselves truly stuck. 😢 (as you know FillColor is not bgColor in the 2nd ex to help ChatGPT)
Thank you for this open-gate video! I hit subscribe!
Heyoo!
Yes I agree that sometimes it can be hard to debug the code if you don’t have working references.
That was the case for me as well when I started out, but as I started building more and more code that ended up working, I slowly built up a set of codes that I can input into GPT as reference if something goes wrong.
I’m constantly thinking of better ways to teach non-technical people how to build these code components with AI.
I’ll probably drop an update video with refined tactics in the future.
Thanks again for the sub, and feedback! :)
Nandi you’re the best bro 💪
🫶
Awesome work amte. Can't wait for your framer course.
Thank u so much :) stay tuned mate 🫶
You just unlocked a huge creativity on me! Keep Rock man!
You are the best Nandi! With each video of yours I learn a lot. Thank you for all your knowledge and contributions 🤩🤩
So happy to hear it 💙 i hope i can continue helping u
This was incredibly helpful! Thank you so much for all your Framer related videos.
Happy to hear this mate 🫶
Absolutely amazing. Nandi, your legend is growing. You're starting to remind me of creators like Unmesh Dinda, who have given so much to the design community for free that they deserve to run for president of UA-cam. #pizza
Thank you so much for your kind words :) i’m glad you find my content valuable 🫶 more to come!
Nandy, you beauty! Keep uo the good work man!
I’ll keep it up 🫡🫡
🎉 Thank you so much for creating amazing videos like this ❤ loved it 😊 Expecting more videos like this in future🔮
Glad u liked it! More to come!
Thankyou very much for this. I usually have to do so much back and forth with Chatgpt for it to understand that it's for framer. This is really solid work. Will try it soon!
i hope that this little prompt will make your job just a little bit easier :) have fun experimenting!
Great video. You earn a fan from Pakistan 🇵🇰
I appreciate you 🫶
Thank for sharing this type of tutorials
I create code components some basic fuctionallty but I can't able to use other project with copy url function it's not paste on other project please help me
Hmm it should work.
Alternatively you can also copy the component just like you’d copy and layer (CMD+C) and paste in another project with CMD+V.
Imma try this with GPT 4o and providing a picture of the component so it can understand it better
This is outstanding. This is exactly what I have been working on. Do you have a' buy me a coffee link'? Honestly, I'm blown away
I'm so glad I could help ya :)
No I don't have a coffee link. A sub will do 😛
Nandi you are amazing
Thank youuu! 🫶🫶
Bro you're GOAT .
appreciate ya mate 🫶
Amazing video, thanks for sharing!
My pleasure! Glad u liked it 🫶
I see this channel blowing up really soon !! I usually don’t comment but bro, your videos are 💰💰💰
hehe thanks bro for supporting my algorithm. every comment is highly appreciated
Thanks
🫶🙌
thank you so much for sharing. superrrr valuable
I just finished watching the video. Great share! + pizza hh
Thank u so much for the comment 🫶 oh and thanks for the pizza too 🍕
You are the best Nandy. Love you bro
thank you so much for the support, man
How to code override component created in gui? Do I need to import this in code on the top of the script? How do I find the path to the import?
You should watch the full video and then ask questions.
Magnificient!!! Kudos, man!
thank you so much :)
Can we import any react library in framer code component?
most, yeah!
thank you for this amazing video! it's incredibly clear nd helpful
Thank u very much brother - love frm A🌏sia
thanks for the comment buddy 🫡
You are a good guy, Nandi.
I just hope you’d answer my darn question! 😂
appreciate ya!
i must have missed your question. where can i see it?
Just what I needed 😅
algorithm read your mind :)
Fantastic video as always bro 🎉, your videos literally thought me everything i know about framer. Thanks alot.
Although the link to tje prompt you gave is leading to an error page... I would really love the promp bro. Thanks in advance my man...
Again love youe content 🙌🙌
So happy to hear this man :) thanks for the support 💙
Which link? Everything seems to be working on my side.
Mindblowing stuff!
thank you so much mate :)
amaaaazing, thanks!!!!!
Anytimee 🫶
Great video mate! 🍕
thank you so so much 🫡🍕
That's pretty cool. Thanks for sharing!
thanks for the support
This is an amazing tutorial! I've been trying to use Chat GPT to write a code override to create a sticky scroll for sections to make a site like a slideshow but can't get it to work. Have you got any ideas?
Thanks!
Some things are natively possible in Framer. For example if you wanna create a slideshow, you can add the slideshow component from the insert panel.
The goal is to snap to the centre of a section on scroll. Your Tesla tutorial is the same deliverable but it doesn’t work with scroll variants. This is why I was hoping ChatGPT might have the solution, so far no luck!
@@mikestevens7989 oh yeah unfortunately that is something I wasn't able to solve. :/
this is amazing, thank you so much!
you're so welcome! thanks for the support :)
Thank you so much framer university for these big insight...this is just alot....... but the code-prompt link isnt working, is there some other way we can get it?
You're welcome!
It should be working.
Try this: docs.google.com/document/d/e/2PACX-1vQiRs_ckT6uyqiutFGKol42ZE0HUlzJVNIi05MWJfqHjH9PWTOe7OkjUmjyh0_9p2xlpgO7I701-59g/pub
Man the video helps a lot but can you explain how can remove errors on a specific part?
you can see in the video how I solved errors with the help of chat gpt, i just made sure to tell GPT what the error is and asked to fix. i do this until i don't get the working result. it's like working with a developer friend. just make sure to clearly explain what the code does and what it should be doing instead.
This was such a fantastic video!
Can you make more videos on CSS tips and tricks that we can use in Framer like the balanced text one you showed here. I already use ChatGPT but I had no idea something like this existed so never thought to generate code for it.
thanks a lot for the support!
this is actually an amazing idea! noted :)
Hey man want to ask if i can make use of drag effect to make some kind of game or quizzess where i can drag a rubbish into a can something like that in framer?
from a designer perspective, I tried it and made a button with a mouse tracking gradient hover effect but it's really difficult to edit stuff (i'd have to add all editable properties for button size, text etc and I still can't use it with stack auto layout fill/hug so it ain't responsive, maybe it's possible to do it but I couldnt figure it out), it's definitely a great start for developers though as they'd know what to do with the code
i know this situation! i made a bunch of code components and overrides with ChatGPT and I know that it can take some time to get it right. what I usually did is i just always wrote in a prompt what I'm seeing and what I need, so for example: "the component isn't responsive, because when I set it to width fill, the component bounding box grows, but the content within doesn't. can you fix this for me, so that content within the component fills up the available width?".
then you get a new version, and test that as well.
lemme know if I can help with anything 🫡
@@framer.university thanks for replying. It actually worked, I'm speechless and slightly worried for devs haha. Though you also mentioned overrides, do you use the same prompt for the code components on overrides?
@@feelcollins4358 hehe yeah mate AI is amazing!! make sure to watch the full video because I also show how I create code overrides with this prompt and what I do if something isn't functioning as expected. lemme know if you have any questions :)
HI,
I'm looking to create a QR code to scan and download my resume from framer website. May I know if there's anything like that I can create?
You can use qr-code-styling.com/ to generate a code for the link and add it to your site.
WOWWW THIS IS AMAZING MATE!
glad you like this one 💙
THANK YOU, business partner. 😉
🙏
Superstar🙌🏼
I don't know where to ask but can you also create GPT for Framer motion?
THIS IS GOLD!!!
hehe thanks:) i hope it will help you a lot
Amazing video, Man!
thanks a lot, buddy :) i hope you learned something from it 🫶
Could not get the example code component to work, despite hours of retries. If there is a performance limit on these, can it be accounted for in the prompt somehow? I've run into this issue a few times before
You mean the countdown? What is the issue? What does it say?
Is it possible to embed Gitbook or Notion pages through ? That would be so insanely powerful.
You can try. Framer had a built in embed component in the insert panel.
Is it possible to connect something like you built to CMS content easily?
Yes! What do u wanna connect exactly?
I good idea for a video is to show how to implement aceternity ui library into framer :)
Hi Nandi. I was hoping I could ask for your help. I'm a student, in design school, and I'm graduating in next week. I'm using a beautiful template I found for my portfolio site, but I'm having issues attempting to add for instance a fliphtml5 flipbook to my project. The template uses a CMS and I'm finding myself limited as to what I can add to each project individually. All the images and placement in the projects all follow the same position, so if I move an image in one project, the corresponding image in the other projects also move. But I can add things like youtube vids or images inside each project section. I'm also given the option to add a code block. But when I attempt to add the embed code given to me by fliphtlm5, the page just displays the code when published. Sorry for the long message. Hoping I made sense. Thank you in advance for any hlep you can offer. Ideally, I'd love to just use the slideshow feature, but I can't use that in the cms for some reason. when i do, it creates the exact same slide show in all the projects, so not unique. :( Thank you. Oh, last question, the template gives me the option for light and dark mode but i just want to turn that off. so it's always on a light screen. That is also not something I can figure out. Thank you so much.
Thannnnnnnks so much! so much value, i'm gonna try this right now. #pizza prosciutto is my favorite ;)!
It doesn't work when you try to change YYYY-MM-DD to DD-MM-YYYY
gotta love the pizza prosciutto :)
why do you want to change the date format? you just use that to give an end date for the component. it is a standardized format widely recognized and used in programming languages.
I am pasting the code in but nothing is showing in the components section to drag in? Any ideas kind people?
In this case, i'd try to start a new thread and prompt the component slightly differently. Also you can tell gpt that you're not seeing the component and that probably the export function isn't properly written.
Thank you! Actually custom GPT's (framer gpt) is available to freebies
That’s sick! :)
Also Claude Sonnet 3.5 is worth exploring with my prompt since it’s way better than GPT for coding.
teşekküler harika paylaşım için
umarım bu yardımcı olur :)
this is GEM 💠
Trying to drop these gems regularly 🫡🫡🫡
This is next level no-code democratisation mate 🎉🎉🎉 #pizza
let's goo #pizza gang 🍕🍕
🍕 this is epic! thank you for sharing !
appreciate the pizza mate 🫶 hope the content of the vid will help you! lemme know if you need anything :)
Perfect
💙
Amazing!
thank you! cheers! :)
it's a "will-you-marry-me?" type of content. I am very grateful for Framer supporting and engaging creator's.
Wait a minute ? So with this technique I will be able to create shopify integration components with ChatGPT that could be similar and function just as well as the components that you can buy in Framer Commerce ?
Yep, if you're clever enough, you might be able to create such complex components.
For example getmagicform.com, a custom form solution for Framer was created with GPT too.
why you dont have component and tutorials for creating custom inputs for deferent needs..??
Bc i think getmagicform.com/ is a sick form solution for Framer, and the Framer team is working on an official form solution as well.
Lemme know id you have any other ideas for videos or anything else u wanna learn.
@@framer.university not good solution..... need somthing native.
hey thanks a lot for all the tuts but you;ve got to reduce that red/orange effect on your videos.
Thanks for the feedback! You mean the coloring of the face cam footage?
Hi, the link to the Chatgpt prompt no longer works
Hey! Weird… it works for me :/
🔗 Here’s the direct link:
docs.google.com/document/d/e/2PACX-1vQiRs_ckT6uyqiutFGKol42ZE0HUlzJVNIi05MWJfqHjH9PWTOe7OkjUmjyh0_9p2xlpgO7I701-59g/pub
GOAT!!!!
Not all heros wear capes 🫡🫡
❤️❤️
Nandy, when I become a millionaire i will buy you a Ferrari, this is thing is working bro that is just so fantastic
haha, glad it’s working for you!
First off, #pizza
Another awesome video! For whatever reason I never thought about this... Keep the videos coming.
i'm glad i could show something new to ya :) never forget AI, it can help you in so many ways
little component 😁
**little**
#pizza
haha love your content man. You are a trailblazer.
Appreciate your support bud 💙
#pizza
Thank you, this was amazing!
Im so glad 💙
Great insight, but the video is a little slow imo. Maybe because I'm a dev and more like an AI poweruser already. But could be just what complete beginners need.
thanks a lot for the feedback! yes, sometimes it is quite hard to find that balance so that beginners can understand and others don't find it slow. i wanted to make sure that the video is easy to understand for complete beginners too.
but please let me know which specific part felt slow, so i can evaluate and potentially change it next time :)
#pizza
Framer is really great. I ❤ it. But, Animation has some bugs still and UI needs to be a bit more modern.
However, great jod done. Thanks a lot.
PIZZA
yes i finished the whole video
You’re amazing!!
#Pizza 🤯
Okay, marry me already hahaha. Thanks for this.
haha, i'm way too busy making tutorials and resources for the Framer community to be a husband right now :P i appreciate the love though 💙
#pizza. What a amazing tip and trick.
what an amazing man with the pizza here! thanks for the support :)
gigachad
haha
#PIZAAAAA 🍕 Loving your content I have just started learning framer few days ago coming from figma it is kind easy and difficult at the same time 😅 but your channel has helped a ton to get me started Thank you thank you thank you sooo muchh for all the free content you have provided.
happy to hear that mate!
#pizza🍿😎
only the real ones know what is #pizza 👀
#Pizza🤫
I’m not sure I understand a lot of UA-camr’s obsession with placing themselves on screen in a corner while blocking the view for the audience on areas they are working on. Completely missed the area where you apply the override.😩
Ahh I’m sorry mate!
Can you send a timestamp? Where this happened exactly.
#pizza all the way 😉
Love iiit 💙
Hoping to make some as well - #pizza
letsgo mate! experiment with it :)
only the real ones know #pizza
Nandi? More Daddy.
#pizza
haha 😂 more coming!!
#pizza
love the pizzas mate 💙
Free users 'CAN' use the Custom GPT.
But it's limited.