- Видео 35
- Просмотров 170 298
nocodelife
Добавлен 14 мар 2020
I'm a solopreneur and freelance Bubble developer specialising in building SaaS products without code and teaching others how to do the same.
A team of 2 making $39k per month from a Bubble app?!
Alex Rainey shares how MyAskAI grew to handle 75,000 customer service conversations monthly and reached $39K MRR, building primarily with no-code tools.
From pivoting through several AI products to finding their niche in SaaS customer support, this is a fascinating story of startup evolution and technical innovation.
Key points we cover:
- Built 80% of product using Bubble (no-code)
- Handles 75,000 customer conversations/month
- $39K monthly recurring revenue
- Two-person founding team
- Integrated with Intercom & Zendesk
- Enterprise-grade AI customer service
- Multiple pivots before finding product-market fit
Check out MyAskAI here: myaskai.com
Interested in learning more about building with Bub...
From pivoting through several AI products to finding their niche in SaaS customer support, this is a fascinating story of startup evolution and technical innovation.
Key points we cover:
- Built 80% of product using Bubble (no-code)
- Handles 75,000 customer conversations/month
- $39K monthly recurring revenue
- Two-person founding team
- Integrated with Intercom & Zendesk
- Enterprise-grade AI customer service
- Multiple pivots before finding product-market fit
Check out MyAskAI here: myaskai.com
Interested in learning more about building with Bub...
Просмотров: 1 317
Видео
This brand consultant built his own SaaS to solve his client's problem
Просмотров 2422 месяца назад
In this video Daniel shows me the SaaS product he built using Bubble.io and my Bullet Launch boilerplate. He goes into detail about his product, the ideation process, and its current traction, and we talk about why there's a fantastic opportunity for other consultants and agencies to do the same. Subscribe to my newsletter: nocodelife.com Find me on X: x.com/nocodelife More about Bullet Launch:...
Building a SaaS app LIVE in 2 hours using Bubble and Bullet Launch
Просмотров 1,3 тыс.4 месяца назад
My friend Ken needed an app built to help him run his business, so I agreed to jump on a call and build it in real time with him. We used bubble.io with my Bullet Launch SaaS boilerplate as the starting point. In just under 2 hours we managed to build a decent amount of functionality and user interfaces. I was actually surprised how much we got done. A couple more hours and it could be a fairly...
This cool trick will give your users GRADIENT TEXT powers in Bubble!
Просмотров 68211 месяцев назад
A quick tutorial on how to do gradient text in Bubble.io, both the static kind and the dynamic kind where your users can create their own gradient effects and decide which words to apply them to. Very useful if you're building a landing page builder or similar. Apologies for the flickering cursor, I have no idea why it was doing that. 00:00 Introduction 00:29 Static gradient text 04:00 Dynamic ...
Add Mail Merge {text variables} functionality to your Bubble.io app
Просмотров 453Год назад
If you're building any kind of app where your users need to send bulk messages or create bulk reports, this is for you! A quick and easy technique on how to create a mail-merge style functionality in your Bubble app. If you'd like to learn more about building with Bubble, check out my new course zerotoprocourse.com. You can DM me on Twitter here: x.com/nocodelife You can read my interviews with...
The ULTIMATE introduction to APIs in Bubble.io for beginners
Просмотров 3,5 тыс.Год назад
This is a long but in-depth look at APIs aimed at Bubble beginners. I'll cover the basics of what an API actually is, before looking at how to read API documentation, and then how to use the Bubble API connector to integrate the Unsplash free stock photography API with a Bubble app. I apologise for the length of the video but for some topics I just think it's worth covering them properly, and A...
SUPERCHARGE your Bubble.io AI builds using GPT-4-Turbo + JSON mode
Просмотров 5 тыс.Год назад
In this tutorial we'll go through how I use GPT-4-turbo and its new JSON mode to return structured responses in JSON format which I can then parse in Bubble to create structured data within my database. In this example I show you how I built a course-generator app, but the concept can equally be applied to many other use-cases such as generating websites, reports, powerpoints, forms or anything...
Using the On Page Load trigger in Bubble.io doesn't always work (and what you can do instead)
Просмотров 569Год назад
A quick tip on how to make sure your on page load actions work every time by using the page loaded above fold trigger instead. Thanks to jakesing_ for suggesting this solution and bestbubbledev for moral support!
The quickest way to toggle between YES/NO fields in Bubble.io
Просмотров 1,4 тыс.Год назад
A quick tip on how to do yes/no toggles with just one workflow. I discovered this a couple of years back and have used it ever since! 00:00 Introduction 00:12 UI setup 00:37 Creating a database field 00:57 Adding the toggle workflow the old way 01:59 The magic workflow 03:17 Testing the functionality
How to integrate GPT-4-turbo with VISION into your Bubble.io app
Просмотров 2,5 тыс.Год назад
A detailed tutorial on how to give your app the ability to interpret images using the new GPT4-turbo vision API. We'll build a simple app where you can upload images of a room and ask a question, and the app will respond with design tips. If you're interested in learning more about building with Bubble.io or integrating AI with your Bubble app, my new course is available at zerotoprocourse.com....
DETAILED tutorial on how to fine-tune (train) GPT 3.5 Turbo with your own data in Bubble.io
Просмотров 4,9 тыс.Год назад
Open AI recently announced that fine-tuning is available for GPT-3.5-turbo which is one of their most powerful text completion models, so I made this tutorial on how to use the Open AI API in Bubble.io to allow your or your users to upload their own training data, fine-tune an instance of GPT 3.5 turbo, and use the fine-tuned model in the app. This tutorial is one of several in-depth tutorials ...
How to use looping (recursive) workflows in Bubble.io
Просмотров 6 тыс.Год назад
Recursive, or looping, backend workflows is a powerful technique in Bubble which mimics the concept of a loop in traditional computer programming. You can use them to create, update, or delete large amounts of data in your database while maintaining control over the process. In this video I do a rather long-winded analogy about Christmas cards before showing you how to use recursive workflows t...
What is Bubble.io and what can you build with it?
Просмотров 4,6 тыс.Год назад
Bubble.io is one of the most powerful "no-code" app builders out there. It makes it possible for people, like me, who can't code, to build fully functional web applications. This means for the first time there are opportunities for no-coders to become freelance developers, build their own software businesses, or enhance their existing careers by learning a tool like Bubble. In this video I give...
Custom events in Bubble.io: What are they and why you should use them.
Просмотров 3,9 тыс.Год назад
Custom events are the thing beginner Bubblers put off learning because you don't necessarily need them, but when you finally do learn them you wish you'd done it sooner! They're very similar to regular workflows but with a few key differences which make them much more powerful. In this video I walk you through what custom events are and give some examples of when to use them. 00:00 Introduction...
How to integrate ChatGPT with your Bubble.io app
Просмотров 24 тыс.Год назад
In this video I’ll walk you through integrating the Open AI Chat GPT API with a Bubble.io app using Bubble’s API connector. For more Bubble knowledge check out my site nocodelife.com 00:00 - What we're going to make 00:16 - Getting set up on Open AI 02:02 - Bubble API connector 12:08 - Creating the workflow 18:26 - Testing the feature
One simple tip to speed up your Bubble.io development time AND make designing easier.
Просмотров 6 тыс.Год назад
One simple tip to speed up your Bubble.io development time AND make designing easier.
A quick preview of the SaaS app we build in my new course
Просмотров 524Год назад
A quick preview of the SaaS app we build in my new course
How to launch and test your startup idea in less than 10 minutes with Yep.so
Просмотров 6402 года назад
How to launch and test your startup idea in less than 10 minutes with Yep.so
How to structure your Bubble.io database
Просмотров 36 тыс.3 года назад
How to structure your Bubble.io database
Lagstack Tutorial - Carrd + Airtable + Gumroad - How to sell a digital product using nocode tools
Просмотров 1,7 тыс.3 года назад
Lagstack Tutorial - Carrd Airtable Gumroad - How to sell a digital product using nocode tools
Daily.so - Better communities with asynchronous video updates
Просмотров 6074 года назад
Daily.so - Better communities with asynchronous video updates
Building a curation site with Airtable and Table2Site
Просмотров 7814 года назад
Building a curation site with Airtable and Table2Site
Revu - Effective feedback, better learning
Просмотров 1214 года назад
Revu - Effective feedback, better learning
How I use Integromat to automate content publishing for the Growth Lessons newsletter.
Просмотров 5 тыс.4 года назад
How I use Integromat to automate content publishing for the Growth Lessons newsletter.
Bubble for beginners: Creating a police incident reporting app from scratch.
Просмотров 1,4 тыс.4 года назад
Bubble for beginners: Creating a police incident reporting app from scratch.
Bubble.io tutorial: What the f!&$ are custom states and when should I use them?!
Просмотров 8 тыс.4 года назад
Bubble.io tutorial: What the f!&$ are custom states and when should I use them?!
A beginners guide to using a custom domain for Carrd
Просмотров 11 тыс.4 года назад
A beginners guide to using a custom domain for Carrd
Using Glide Apps to make a directory app of local businesses
Просмотров 6 тыс.4 года назад
Using Glide Apps to make a directory app of local businesses
I hope you're doing well! I recently followed your tutorial, and it was incredibly helpful in understanding how to use the OpenAI API with Bubble. I noticed that the method demonstrated in the tutorial shows how to work with Chat Completions. I was wondering if this same approach would work with OpenAI Assistant v2 instead? If yes, could you kindly explain how to configure the Bubble plugin to properly handle Assistant v2?
Misleading title. The app is 80% Off-Bubble. The interviewer is distracted and does not listen to the conversation
@@memocappa5495 It’s 80% built on Bubble. I know Alex and have spoken to him many times about his app.
Some excellent insights 👏
Hello NocodeLife, will you consider to share the style Sheet? it will be highly appreciated (As soon as my Project generates money I will correspond back to you)
the Key I've set is now showing up in the workflow when I select the plugin.
Anither great video Kieren. Well done.
This is terrific... Why dont i know about this until now???
Awesome man. Thanks so much for this i really needed this. And now going to be going Through all your videos haha i hopenthere i s more like this. Keep them coming mate
amazing! thank you for a short and quick video that clearly explains the steps. I've watched so many videos from others on how to do things in bubble and yours has been hands down the best. Definitely subscribed to see more quality content like this!
@@Mohekn thank you so much!
Thank you 👍
Is it possible to make a database type of website in bubble? People are sign up, creating accounts , store the information there in a website?
Yes, that's the most common and simplest kind of app you can build with Bubble!
Where is the link to clone?
nice one Kieran. How would you handle back and forth to create a real chat experience ?
i am grateful to your channel
Thanks for making this! I was struggling w this problem for a couple of hours now. LOL.
I just discovered bubble two days ago. Hypothetical rookie question: with bubble, I could build a direct competitor to Things and not know anything about coding?
Yes, it’s possible. I know someone who’s built a replacement for Asana, Trello and Clickup in Bubble. However I’d be lying if I said anyone can do that. Coding is not required but a decent level of technical understanding and a logical mind is necessary.
Fantastic solution, I always used to do it the way "old" way, this is so much better. Keep 'em coming Kieran!!
So fun. Thx again. The boiler plate made it so much easier.
thanks! awesome tutorial!
@nocodelife Thanks Keiran. It is not obvious to set type of data as a project ;) Would it be possible to create nested loops in bubble?
Hello! Are you going to update your last training? Because you use the (var- placed in a floating group) but the properties and other new bubble functions are not supported in your course. Thanks
@@Mel-kw7oo hi, which properties and bubble functions do you mean?
T-H-A-N-S-K A T-O-N-N-E, SOLVED A HUGE PROBELM THAT I WAS STUCK WITH!
Thanks for the video. I don't understand why, but I prepared both an example in the style you described and a backend API workflow to save data with my own option sets. I think I did everything right. But there is a problem, no matter what I do, it only creates 10 things, when I run it again, it creates 10 times again. even if the number I specified is 50, it never goes above 10. I would appreciate your help. tnxnx
Same problem, have you figured out a solution?
@@kethanbacon6603 hi, same here, could you figure out?
Man this is awesome! I really needed this.
I downloaded a 'to-do-list' integrated into ChatGPT and, now watching this video of yours, I have the impression that you were the developer. I'm researching to understand how to use it, as I still don't know much about the ChatGPT integration or Bubble's 'backend workflow'.
Very clear to understand. thank you. I am wondering if this can be used to identify video or if this is only for images.
thanks 😍😍😍😍😍😍😍😍😍😍
Thanks you for this excellent video! I followed all the instructions, I submit the question and then the API call goes through but I don't get the results to show on the page. I think it's a Bubble issue as I'm new to this platform. Any recommendation how to fix it?
It could be a few things, I would recommend doing an API call and then looking at your logs to see what they say, it might be that OpenAI is returning an error because the content you're sending it is not formatted correctly. that's the most common issue I have!
@@nocodelife thanks! It was a formatting issue in the output box and I'm really happy it's all working great right now. On to learning more Bubble skills!
Exactly the solution I needed, thanks heaps!
The clarity in this was top notch thanks. you earned yourself a subscriber
How to do the same if my list data type is not within bubble and from external DB?
Thank you very much for this video. If the app doesn't generate ALL the images, just a few every now and then, what can be the problem and how can I fix it? I made the index*30 to try and increase the time, yet it's still not creating all the images. Any help will be much appreciated.
Great Video. Could this be modified as a google chrome extension as well?
I would have wished to have less surface level explanation on APIs and more detailed information about how to use and format API data etc. How to structure them etc.
Wow- thank you!!!
What a great api tutorial. You have a real knack for delivering information in a clean & easy to absorb way. Thanks for that.
Thank you so much!
This is great. I am wondering if we can embed a custom gpt like botpress or voiceflow in bubble as the main feature? Thanks
I've started exploring Bubble and managed to follow the setup steps in this video but I'm encountering an issue at the final stage. I've organized my page with a group element that contains a text field, but I can't seem to display the API response within it. I'm trying to figure out where I might be going wrong.
What about uploading excel files and connect to a custom GPT. I have all day struggling with those 2.
That was awesome ! Thank you ! One question though : how do you keep the formatting from GPT4 when displaying the data back in your bubble app ?
Excellent!!!! Thanks a lot
Great tutorial thank's for sharing it ! I have one question, i'm trying to do it on my app who contain employee of the user do you think it could be possible to create a link between user and the shift using the Json format, to be more clear this is my use case. The user take a picture of a planning i would like to put it in Json and each "Shift" from this planning have a link to a user, so i'm thinking by looking by each first name and last name (because i don't think they would put the uid in the planning ahah) and connect the shift to the right user. Thank's again and all the best from France ! :)
Thank you so much!! This video solved all of my problems even though I'm not even using the same websites as you. It all applied to me :)