Building SaaS Apps on Bubble: The Starter's Guide

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 20

  • @TheDailyDemo
    @TheDailyDemo 2 місяці тому

    💫 Great vid, it was featured on The Daily Demo today! 💫

  • @spongebubz9555
    @spongebubz9555 8 місяців тому +1

    Given that I'm already a coder, which would be a more cost-effective and quicker approach to building a SaaS product: using code, or bubble?
    I see many developers finding success with Bubble, but I can't decide which way is better. I prioritise simplicity and speed. I am struggling to choose between using code or bubble as I really want to start my journey of being my own boss. Being a software engineer for corporate companies has burnt me out and lost my motivation to code..

    • @coachingnocodeapps
      @coachingnocodeapps  8 місяців тому

      We see a lot of coders expanding into no code in order to speed up their development processes. If you're looking for cost effectiveness and speed, it would be a good option.

    • @trentadams4428
      @trentadams4428 6 місяців тому

      I am at the same point. Not to mention taking me forever to build out my application. Then I just get depressed and lose all motivation.

    • @chaomingli6428
      @chaomingli6428 4 місяці тому

      Use what you are familiar with would be the fastest and most simple way.

  • @ChrisLovePlus
    @ChrisLovePlus 8 місяців тому

    Heyyy… thanks a lot, this is so valuable.
    Quick question, I’m working on an mvp for a money transfer app. I have built the logic for sending money from the app(So you basically enter the recipient’s email address in an input field and the amount you want to send.)
    What I can’t figure out here is how to update the recipients account balance in the database with how much was sent. Can you please help with any detailed suggestions 🙏

    • @kieranhill993
      @kieranhill993 8 місяців тому

      Make Changes to a Thing (User): Balance = This Users Balance + This Transfers "Amount"

    • @ChrisLovePlus
      @ChrisLovePlus 8 місяців тому

      @@kieranhill993
      With the “make changes to thing” I only have access to the current user and it’s fields. Not so sure how you want me to access “This Transfer Amount “
      Could you throw more light

    • @ChrisLovePlus
      @ChrisLovePlus 8 місяців тому

      @@kieranhill993 With the “Make changes to a thing “ I will have access to the current user and its fields. I’m not so sure how you want me to access “This Transfer Amount” could you elaborate more

  • @itsagameaboutfindingspace6352
    @itsagameaboutfindingspace6352 8 місяців тому

    I'm struggling to make a random word generator that updates in the backend each day. I feel I've got it set up correctly, but nothing is being scheduled

    • @coachingnocodeapps
      @coachingnocodeapps  8 місяців тому

      Hmm, you could try using the debugger in step by step mode to isolate the issue

  • @nathanr7931
    @nathanr7931 8 місяців тому

    Very helpful thank you!

  • @franfer7034
    @franfer7034 8 місяців тому

    Do you have a course where I could join and learn under people to guide me through building my app

    • @coachingnocodeapps
      @coachingnocodeapps  8 місяців тому

      We do! You can check out our resources here to see what might align: coachingnocodeapps.com/resources

  • @Awholekit
    @Awholekit 8 місяців тому

    Do you (people you contact) also know your ways around a person(s) and your one (own) Street⁉️❣️ I know your special is why I am Asking, I need to learn live also. Maybe one day We can learn technology and Its Live❣️

  • @reece9575
    @reece9575 8 місяців тому

    I've been working on a reviews platform that uses a reddit-like upvote system...I'd love to see some content on this! Lots to learn but also many rabbit holes

  • @RainbowRainbowRainbow-c4x
    @RainbowRainbowRainbow-c4x 8 місяців тому

    I'm a non-developer, could you help me? Seek advice on how to implement the following
    ---------------------------------------------
    I'm just wondering how to randomize the values in a data field.
    Specifically,
    The signup page only has fields for email, password, and password confirmation. There is no nickname field.
    User enter these information and press the Sign-up button ->
    One of the 1000 nicknames previously stored in the 'nick name' field of the 'User' data type is randomly designated. ->
    This nickname display in the nickname field of his profile page.
    This nickname does not change forever.