How To Build A Freelancer Marketplace Like Fiverr With No-Code Using Bubble (2024 Flexbox)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

ความคิดเห็น • 70

  • @mianzahid2126
    @mianzahid2126 ปีที่แล้ว +1

    marvelous guidance
    the way you are teaching is amazing

  • @Flavy-Tech
    @Flavy-Tech หลายเดือนก่อน +1

    This is very very good and detailed, nothing is rushed and everything is explained perfectly. Thank you sir!

    • @BuildingWithBubble
      @BuildingWithBubble  หลายเดือนก่อน +1

      My pleasure! Comments like this genuinely make my day. Thank you ❤

  • @andressoto3399
    @andressoto3399 ปีที่แล้ว +3

    Hi, I need to build a monetization system for my marketplace exactly as UpWork does. Is possible to build something like this. UpWork charges freelancers for tokens called 'Connects', which by using them they allow to approach a potential client by sending a proposal. Is it possible to build something like this? I need exactly the same. Thank you

  • @szeboktse
    @szeboktse 3 หลายเดือนก่อน +1

    I have bought and finished your course. It’s extremely valuable. But I have one question. How can I build the monetisation system like all the other marketplace that will charge freelancers 10-15% platform fees? Otherwise the platform built is not making any money. Thank you.

    • @BuildingWithBubble
      @BuildingWithBubble  3 หลายเดือนก่อน

      Great question. You can create this exact feature using an integration with a tool called Stripe Connect. There's a plugin that helps simplify the entire process of setting this up.
      I have a course that explains how to create this integration through the plugin. If you shoot me an email at lachlan@buildingwithbubble.com, I'd be happy to give you free access to this ✌

    • @szeboktse
      @szeboktse 3 หลายเดือนก่อน

      @@BuildingWithBubble Sure, thank you so much. I just sent you an email.

  • @adityaadhikari2780
    @adityaadhikari2780 2 หลายเดือนก่อน +2

    By far the best bubble tutorial I've ever seen on TH-cam. Idk why you're not famous yet.
    I truly loved the way you taught with every detail from beginning to start.
    Just keep on doing this 💪🏻🤘🏻
    Thank you very much 🙏🏻

    • @BuildingWithBubble
      @BuildingWithBubble  2 หลายเดือนก่อน

      Comments like this always make my day 🙏
      Genuinely appreciate it. You'll be a Bubble pro in no time!

  • @HussainAli-gr5lr
    @HussainAli-gr5lr ปีที่แล้ว

    Thanks for the great lesson

  • @aminatacamara4974
    @aminatacamara4974 ปีที่แล้ว +1

    Thank you ! Love this 😊
    Can you show us how to create the freelancer account with stripe ?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว +1

      Glad it can help!
      And have you had the chance to check out my course that explains how to integrate Stripe Marketplace payments? It covers this process in more detail: th-cam.com/video/ixVVNMBRJkE/w-d-xo.html
      Hope this helps!

    • @GUY77777777
      @GUY77777777 หลายเดือนก่อน

      @@BuildingWithBubble Hi, if I can't integrate with Stripe at my country, is there an option to integrate with "Paddle"? If so, what's the difference when working on your template?
      Thanks in advance :)

    • @BuildingWithBubble
      @BuildingWithBubble  หลายเดือนก่อน

      ​@@GUY77777777 Good question! Yes, it's definitely possible to integrate Paddle with Bubble. I've personally never built an integration with Paddle myself, but you can do this using the API connector.
      I also know there's alternatives like Flutterwave that have ready-made plugins you can integrate.
      If you're using one of my templates, you'd just need to delete the workflows related Stripe, then replace them with workflows for your new payment provider.
      Hope this helps!

  • @szeboktse
    @szeboktse 3 หลายเดือนก่อน

    How can I allow freelancers to submit their work?

  • @gumballpubg9137
    @gumballpubg9137 ปีที่แล้ว

    I cant believe all content it free to watch

  • @thomasbrodeur3295
    @thomasbrodeur3295 ปีที่แล้ว +1

    Thanks for making this tutorial. I am having a problem with the first repeating group that in the preview it does not capture the whole image vertically. The box has a vertical scroll bar as well as horizontal. How do I fix this?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว

      Happy to help. You might just need to experiment with changing the values of the maximum width for the repeating group to find the perfect fit.

  • @GUY77777777
    @GUY77777777 หลายเดือนก่อน

    What Login do you use at this template? Is it a SSO login with Google for example? Or plain text with email + password (basically the same way use create a product, but in this case it's a user)?

    • @BuildingWithBubble
      @BuildingWithBubble  หลายเดือนก่อน

      Hey, in this app, I just used a standard plain text email + password. If you're also looking to support Google SSO, I'd recommend checking out this tutorial of mine here: th-cam.com/video/XuUkshWifok/w-d-xo.html
      Hope this helps!

  • @KokoBeauty-c9g
    @KokoBeauty-c9g ปีที่แล้ว

    Hi will you have a course for e-commerce soon, where items need to be shipped?

  • @SharonMaina-q4g
    @SharonMaina-q4g 7 หลายเดือนก่อน

    Its great but i wish you didnt copy paste but create a different design

    • @BuildingWithBubble
      @BuildingWithBubble  7 หลายเดือนก่อน

      Thanks. And it wouldn't really be a Fiverr clone if it was a different design 😅

  • @olivierm.1353
    @olivierm.1353 2 หลายเดือนก่อน

    Why using two different custom states to hide one block and show another ? There are only 2 possible options: Either block 1 is showing and 2 is hidden, or block 1 is hidden and then 2 should be showing. A single boolean state seems to be enough to trigger the two states.
    Is there a reason behind this choice ? Making it easier to understand for the video ? Countering some Bubble weakness ?
    Thanks !

    • @BuildingWithBubble
      @BuildingWithBubble  2 หลายเดือนก่อน

      Good question. Like anything in Bubble/traditional programming, there's more than one way of doing things. I personally like to add create multiple states in case I ever need to add additional menu options for extra groups I add down the track. it just helps me future-proof my work.
      Hope this helps clarify things!

    • @olivierm.1353
      @olivierm.1353 2 หลายเดือนก่อน

      @@BuildingWithBubble Thanks for your answer :)
      And by the way, excellent content, I love how structured and detailed your courses are. I am seriously considering purchasing your complete courses.

    • @BuildingWithBubble
      @BuildingWithBubble  2 หลายเดือนก่อน +1

      @@olivierm.1353 Glad they can help. I remember how challenging it was to learn Bubble in the beginning, so I try to share insights that helped me along my own journey 👍

  • @theaieyee
    @theaieyee 8 หลายเดือนก่อน

    Hey I am watching your videos and learning bubble because I want to create my own app myself. You explain everything so well. My question is I want to create and app on bubble lauch it on playstore and appstore. Am I able to this? If yes then now? Another thing that for android and IOS we need to develope things different languages suitable to the platform. Flutter is the front end language which is able to run on both android and IOS with the same code. So will I be able to launch my app on both android and IOS platform? Please solve my questions. Thank you!

    • @BuildingWithBubble
      @BuildingWithBubble  8 หลายเดือนก่อน +1

      Glad the content can help!
      And great question. Yes, you can publish an app built with Bubble to both app stores. Bubble has a great guide here that explains the process: bubble.io/blog/bubble-mobile-apps/

  • @maikels4314
    @maikels4314 ปีที่แล้ว

    HI Lachlan! thanks for this great tutorial. im definitely buying your course if I get trough this tutorial. im only stuck at minute 3:11:09 in the workflow (create new thing) where we add a new product and add all fields there is no = sign next to category. I can't add any value to it. the others like description, price, product details do have it. can you explain this? I can see a error message but it doesn't tell me more. to end I can't log in as a user to work within the app review.. how can I login as a freelancer? thanks a lot ! greets , maikel from Belgium

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว

      Happy to help. You mentioned that you're unable to see the '=' option. I'd be curious to know if it allows you to use the 'add list' option instead?
      If not, can you let me know what options you have available.
      I'm under the impression you may have incorrectly setup this data field in your database. It could be worth just watching over the database setup section of this tutorial to double-check that everything is the same.
      And within the full course, I cover how to build a user registration & login features. You can see what's included in the full course here: buildingwithbubble.com/how-to-build-fiverr-clone-no-code-bubble/
      Hope this helps!

  • @mk48sz33
    @mk48sz33 ปีที่แล้ว +1

    Thanks for the great tutorial.
    At minute 21:42 you add the 'Categories' option with options for the available scope of work. What if a freelancer user signs up to offer a service that is not in that list? How do we leave it up to the freelancer to an 'option' if one is not available in the predefined options?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว +2

      Great question. If you'd ever like your users to create options, you should use a data type instead of an option set.
      Remember, only YOU as the admin can create an option set.
      Alternatively, you could create a feature that allows users to submit a request for a new option. When you review this request, you could then manually add the option yourself. This is actually how platforms like Udemy manage their categories.
      Hope this helps!

    • @mk48sz33
      @mk48sz33 ปีที่แล้ว +1

      @@BuildingWithBubble thank you so much!! Been only watching your videos on TH-cam. Your tutorials are great. Do you have an email that I can get in touch with you?

  • @gumballpubg9137
    @gumballpubg9137 ปีที่แล้ว

    34:07 Product details - Bussiness detail

  • @claudia3732
    @claudia3732 ปีที่แล้ว

    Thank you for your content :) is it in plan how create a crowdfunding clone in bubble?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว +1

      Glad it can help!
      And yes, this is definitely on my list. Are there any specific features you'd like to see me cover?

  • @lildraco206
    @lildraco206 11 หลายเดือนก่อน

    Thanks for the tutorail! How do i create different pictures being presented on the homepage similar to the fiverrr website ? Instead of just one picture being presented like you have in this video with the black women being the only picture being presented in the green box. :)

    • @BuildingWithBubble
      @BuildingWithBubble  11 หลายเดือนก่อน

      Great question. If you have some experience using option sets in Bubble, this is the approach I'd take:
      1. Create an option set called 'featured images'
      2. Within this option set list, add an additional attribute and call it something like a 'photo'. Then, you can upload each image to the relevant option
      3. On the home page, instead of uploading a static image, you can perform a search through your database for all of your option sets. At the end of the search, you can use the 'random item' operator to select and display one of your many images in a random order
      4. After selecting from a random item in your option set list, you can then reference the image attribute stored within it
      I know this might be a bit technical if you're relatively new to Bubble, but the feature itself is definitely possible to create.
      Hope this helps point you in the right direction!

  • @HussainAli-gr5lr
    @HussainAli-gr5lr ปีที่แล้ว

    I have done 99% of the course successfully except for the last step for making the conditional for ( + post product ), I couldn't find the Freelancer word, - current user's profile-type is Freelancer - , could you please clarify that

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว

      Happy to help. Could you just double-check the way you've structured your data base.
      You'll just need to make sure you've created the option set for the profile type, and within that, you have an option called 'freelancer'.
      Let me know if this helps.

  • @iamahmedsalman
    @iamahmedsalman ปีที่แล้ว +1

    1st view 🙂

  • @JosephWithers-c8q
    @JosephWithers-c8q 9 หลายเดือนก่อน

    Great tutorial, at 27:08 you talk about the user selecting its profile type as a freelancer or business, does this make the profiles conditional to what type they select? I.e a freelancer won't see business name for example if it selects freelancer?

  • @jamesprice7108
    @jamesprice7108 ปีที่แล้ว

    Hey great video im working through it now but am having a different response when setting up the Categories featured options repeating group, I have selected horizontal scroll, but there is still a vertical scroll happening when I go to my preview. Could you provide some insight please?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว

      Thanks! And happy to help. Could you just double-check that you have a maximum height set on the repeating group. This will ensure that it can't scroll vertically beyond a certain height

    • @jamesprice7108
      @jamesprice7108 ปีที่แล้ว

      Thank you for your reply! I double checked and the repeating group has a max height of 350px, I was able to get it to remove the vertical scroll by matching the min height with 350px, would this be the best practice? @@BuildingWithBubble

  • @saymaybe7
    @saymaybe7 10 หลายเดือนก่อน

    Hello, thanks for the tutorial. I'm almost done, but at 3:07:05 when I get into workflow I've noticed that I don't have any of the blue buttons there(button continue, join, register, sign in) - it doesn't work without them. Did I do something wrong or is just a lack in the free course?
    I've noticed that in the tutorial you skipped: Registering user accounts, Logging existing users in, Settings page, Upgrading account to seller profile.
    Best regards

    • @BuildingWithBubble
      @BuildingWithBubble  10 หลายเดือนก่อน

      Great question. I'm happy to help!
      Yes, as you pointed out, these blue workflows are related to features covered within the full course. These are covered within the modules that I'd skipped ahead on in this video.
      Always here if you have any other questions.

    • @saymaybe7
      @saymaybe7 10 หลายเดือนก่อน

      @@BuildingWithBubble What kind of monitor do you use? The regular one or curved? What size?
      PS: I'm going to catch the Black Friday Sale tomorrow :)
      Best regards

    • @BuildingWithBubble
      @BuildingWithBubble  10 หลายเดือนก่อน

      @@saymaybe7 I just use the screen on my Macbook laptop 👍

  • @youraifriend
    @youraifriend ปีที่แล้ว

    If a similar project had been done, is it possible to hire developers to continue working on the same project without redoing the work? If not what could be the solution for keeping the business running while the coders handle everything?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว +1

      Good question. While it's possible for a Bubble developer to pick up from an existing product, it's often more difficult than having to build it from scratch.
      Having to interpret how an existing product is built is time-consuming. When developers rebuild sections of the applications, it's often because they weren't done correctly the first time around.
      To answer your question more directly - yes, it's possible.
      Hope this helps!

    • @youraifriend
      @youraifriend ปีที่แล้ว

      Yea it did! Thanks a ton!

  • @genuinelysolutions
    @genuinelysolutions 3 หลายเดือนก่อน

    Perfect! Just what I need!

  • @DactylFX.
    @DactylFX. ปีที่แล้ว

    how do you get the scroll bar to look like that?

    • @BuildingWithBubble
      @BuildingWithBubble  ปีที่แล้ว

      Happy to help. Which scroll bar are you referring to? Is there a timestamp in the video I can use as a reference point.

  • @toluwanioluyamoju9724
    @toluwanioluyamoju9724 ปีที่แล้ว

    I really appreciate this video

  • @projectDominic
    @projectDominic ปีที่แล้ว

    What a legend thank you Lachlan