Пікірлер
@lukedaniel8654
@lukedaniel8654 9 күн бұрын
Very helpful, thanks!
@4lbr3ch7
@4lbr3ch7 17 күн бұрын
Bubble is so bad. Seo performance is miserable. So with bubble you can craft a site fast that nobody find. For Shops shopify is the way. For Websites its Depents, but you will not bubble. Or you will build a website a second time.
@adamfreelances
@adamfreelances 17 күн бұрын
I disagree. Also bubble is primarily for web apps, not for building websites. In saying that, our landing page is currently built on Bubble (we are about to move it to webflow) and we can 4-5 inbound leads per week (and I haven’t even really focused on SEO)
@ThisNameIsBanned
@ThisNameIsBanned 21 күн бұрын
As a company its absolutely essential that you DO NOT upload any information that is protected , like user information, source code and the like into such a network. Thats a privacy protection problem that is fairly common and people even upload passwords, emails and what not into these networks, which is a massive security issue.
@adamfreelances
@adamfreelances 20 күн бұрын
@@ThisNameIsBanned 100%. ChatGPT does claim that your information is private, but a lot of companies won’t want there information touching other servers at all regardless. There are solutions of hosting your own instance of GPT on your own server so that you can actually prompt gpt safely, I haven’t had to do that yet though.
@shoobiefu
@shoobiefu 24 күн бұрын
How can you understand your product enough to sell it to other businesses without knowing the basics of programming?
@adamfreelances
@adamfreelances 24 күн бұрын
@BrodyMcBain you definately need to understand programming, and I’d actually say I’ve integrated with more APIs and third party services and built more backends than majority of programmers out there. You still develop frontends/backends and integrate with third party APIs, it’s just through a visual framework. But you’re right, you still need to understanding the fundamentals of programming to develop a scalable product, nothings changed about that.
@JayEvert
@JayEvert Ай бұрын
Could I use this to create a content recommendation feed to run in bubble.( or hire someone to create it)
@adamfreelances
@adamfreelances Ай бұрын
@@JayEvert yes for sure
@nathandscott1
@nathandscott1 3 ай бұрын
Thank you for sharing.
@HandsomeThabethe
@HandsomeThabethe 3 ай бұрын
I don't know it it possible, but Is there a Way to Create X number of items based on Text input Number. Instead of Having to create 4 items or a Specific Number??? Like multiple items based on Text input value??)
@adamfreelances
@adamfreelances 3 ай бұрын
You can use the schedule API workflow on a list for this. It’s a couple step process: 1. Use the calculate formula expression in bubble to generate a random string. You can specify the random string length using a dynamic value (which will be the text input number) 2. In the schedule API workflow on list action, specify the list as the random string. Then use the extract with regex expression (using just a dot “.” As the expression which will seperate each individual character). This will give you a dynamic list length easily within bubble
@owenolsen
@owenolsen 3 ай бұрын
This really helped with my bubble app Im developing I appreciate this a lot thank you !
@adamfreelances
@adamfreelances 3 ай бұрын
Thankyou, happy to hear it!
@CoreAspect
@CoreAspect 4 ай бұрын
any tips on bulk image upload?
@adamfreelances
@adamfreelances 4 ай бұрын
@@CoreAspect if they are base64, you can post them in like you would a text field. If they are already hosted somewhere, you can post that URL in, and then run a bulk workflow on all the images to host that file on your bubble app. I have another video on my channel as to how to do that
@CoreAspect
@CoreAspect 4 ай бұрын
Nice walkthrough, not needed to use the bulk api endpoint till now ... very helpful. thanks
@adamfreelances
@adamfreelances 4 ай бұрын
@@CoreAspect Thanks! Bubble has since made the “schedule API Workflow on a list” more performant, but this method is still useful for many use cases
@MohamedMarzok-y8z
@MohamedMarzok-y8z 4 ай бұрын
thank you for this helpful tutorial
@sivanujansivaraja
@sivanujansivaraja 4 ай бұрын
Hi brother, Thanks for the video 1)Can't we save it in the database as well? 2)Can't we display this pdf in the UI?
@adamfreelances
@adamfreelances 4 ай бұрын
Thanks mate, 1) Yep you can definitely save this to the database. 2) Yes, once stored in the database you can can then just link the "PDF url" in an image element and that will display the pdf in your UI
@sivanujansivaraja
@sivanujansivaraja 4 ай бұрын
@@adamfreelances Thanks brother Can you guide us for saving into database?
@adamfreelances
@adamfreelances 4 ай бұрын
@@sivanujansivaraja You should be able to use the "result of step 1" "body" to access the url of the uploaded file
@sivanujansivaraja
@sivanujansivaraja 4 ай бұрын
@@adamfreelances Thank you brother
@MisCopilotos
@MisCopilotos 4 ай бұрын
Very nice Adam, what's your POV regarding Flowise vs other tools such as Relevance AI or Buildship?
@adamfreelances
@adamfreelances 4 ай бұрын
Thanks Joaquin, I've found Flowise is very cheap to run (I pay something like $7 a month to host my instances on Render) and that handles most of our chatbots built on there. It is also unique to building AI instances and really quick to test and iterate on (You can build an AI flow in as quick as 5 to 10 minutes with some practice). I haven't used Buildship but I would be very interested to give it a try. I wonder how good the Buildship AI would be in creating a similar workflow. With regards to Relevance AI, the thing I like about Flowise is it's open source and so I just pay the Render hosting costs. It feels more lightweight and also I don't have to subscribe to a pricing model like you would on Relevance AI. Interested to hear your opinion if you have any experience in this though :)
@MisCopilotos
@MisCopilotos 4 ай бұрын
Very interesting Adam. Yes, I agree that Flowise has a big advantage in terms of costs. Any Flowise + Bubble tutorials you recommend? I liked this "You can build an AI flow in as quick as 5 to 10 minutes with some practice".
@adamfreelances
@adamfreelances 4 ай бұрын
@@MisCopilotos This channel is great: kzbin.info/www/bejne/pKKkfJKCa5umf7M Honestly learning how to set up the instance was a longer learning curve then the actual Flowise interface (atleast for me). This channel takes you through that process from start to finish and I found it was the best learning material for me
@MisCopilotos
@MisCopilotos 4 ай бұрын
Thanks @@adamfreelances! I have watched many of Leon's tutorials but hadn't tested it yet. Regading that, you create the ai-flow in Flowise and then just an API call from Bubble's API Connector?
@adamfreelances
@adamfreelances 4 ай бұрын
@@MisCopilotos Yes exactly! You can test the flow using the chat feature in flowise and then just connect via API in Bubble. It's really simple
@naka83629
@naka83629 5 ай бұрын
Can not find free bubble courses in the APG website
@adamfreelances
@adamfreelances 5 ай бұрын
I have only made one course so far (an AI blog generating course) but checkout Gregory John’s KZbin channel for many more. I’m planning on making some more going forward 👍
@naka83629
@naka83629 5 ай бұрын
@@adamfreelances I see, thanks!
@SonAyoD
@SonAyoD 5 ай бұрын
Dont move your hands much. 👍🏾
@ShaleanCleaningServices-f4o
@ShaleanCleaningServices-f4o 5 ай бұрын
I've successfully finished my app by following your video tutorial. Your guidance was invaluable-thank you for your help!
@adamfreelances
@adamfreelances 5 ай бұрын
Thankyou so much I'm glad you found it useful!
@anujagrawal1875
@anujagrawal1875 6 ай бұрын
Great videos❤❤
@adamfreelances
@adamfreelances 6 ай бұрын
Thankyou I appreciate it 🙌
@SHUPERBOY
@SHUPERBOY 6 ай бұрын
That's the important and interesting thing to learn as a beginner. I reallt appretiate it man!
@adamfreelances
@adamfreelances 6 ай бұрын
Thankyou! I appreciate your support 🙌
@SHUPERBOY
@SHUPERBOY 7 ай бұрын
That was informative. 😀
@adamfreelances
@adamfreelances 7 ай бұрын
Thankyou! 😄
@gimanthadolawatta5204
@gimanthadolawatta5204 7 ай бұрын
Thank you Adam!
@SHUPERBOY
@SHUPERBOY 7 ай бұрын
🔥
@luka1123
@luka1123 7 ай бұрын
Promo`SM
@nategiddens9620
@nategiddens9620 11 ай бұрын
Hello. I have contact templates I want to put into my bubble app. I just need to fill in the blank underlined portion of the contract template with dynamic data from my database. Could you do something like that or teach how?
@guillemcastells9769
@guillemcastells9769 Жыл бұрын
Good job! Would you like to share your editor view? . I would like to learn how to build that!
@adamfreelances
@adamfreelances Жыл бұрын
Hi, this should be the link to the editor bubble.io/page?type=page&name=invoice_generator&id=binance-demo&tab=tabs-1 Let me know if you have any issues!
@marcodeheus9652
@marcodeheus9652 Жыл бұрын
Nice plug-in 👍🏻
@nevinraju1399
@nevinraju1399 Жыл бұрын
Great job ! Can you tell me how a user is logged in for getting the transaction history?
@adamfreelances
@adamfreelances Жыл бұрын
Thanks, the user will need to provide there API keys for authentication so you can read there transaction history
@cryptobull4199
@cryptobull4199 Жыл бұрын
Hi Adam. We are working on a Similar tool and running into some API call difficulties. I'm curious if you are open to supporting/joining a startup team of sort. A very intuitive video you've got here buddy
@adamfreelances
@adamfreelances Жыл бұрын
Hey, feel free to send me an email at [email protected] with some more details! Thanks
@whereiam3804
@whereiam3804 Жыл бұрын
I want to make a similar website can u do for me
@olyamarch5225
@olyamarch5225 2 жыл бұрын
Great job, really helpful! Would be even greater if there was a Python code also :)