Это видео недоступно.
Сожалеем об этом.

A tool to build a SaaS in 5 minutes

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Join the community now!
    - TurboSaaS
    turbosaas.dev
    docs.turbosaas...
    Socials:
    / wailroth
    Today, we'll see a short demo of TurboSaaS, an AdonisJS with Inertia & React boilerplate that will help you to build your app.

Комментарии • 16

  • @WailRoth
    @WailRoth  Месяц назад

    Hi guys!
    On ProductHunt rn...
    Get a discount by upvoting it.
    www.producthunt.com/posts/turbosaas-2

  • @user-xb5dh6yk5g
    @user-xb5dh6yk5g Месяц назад

    is there a roadmap of this project, like for security and code updates will it be handled by you only?

    • @WailRoth
      @WailRoth  Месяц назад

      Hey! The roadmap will be available very soon in the documentation and on the website, but basically, Prisma, Supabase, and Lemon Squeezy are coming very soon.
      In terms of security and updates, authentication is managed by @adonisjs/auth, a community package that is constantly updated. As for my code, it will be continuously updated as soon as a bug or vulnerability is reported.

    • @user-xb5dh6yk5g
      @user-xb5dh6yk5g Месяц назад

      ​@@WailRoth what are the prerequisites ? stripe account i suppose and others
      can you specify the required creds in .env

    • @WailRoth
      @WailRoth  Месяц назад

      @@user-xb5dh6yk5g I would say only an email provider is required, like SMTP or Mailgun, but that's all, you don't want to use stripe ? just don't use it, delete the stripe folder. Mails are just here for OTP, you can disable them too.

  • @yashrawat1232
    @yashrawat1232 Месяц назад

    thanks brother but repository is removed from github and can i connect it with python ?

    • @WailRoth
      @WailRoth  Месяц назад

      Hello, sorry but not at all! This only uses NodeJS technologies.

  • @climentea
    @climentea Месяц назад +2

    Everybody what's to be like Marc Lou now 😂

    • @WailRoth
      @WailRoth  Месяц назад

      I think Marc Lou is a success story in the indie hacker world. So yes, everyone who has been developing in their room since they were 13 wants to one day create something useful and beneficial. Yes, he's an example, but no, I don't want to make the same product(s) as him

  • @Friedrich713
    @Friedrich713 Месяц назад +1

    I don't see the SaaS, only a webpage with auth and buying functionality ;-) (It's meant as criticism on the video title, not the product)
    In terms of looks I believe you don't cover all device sizes properly quite yet.
    It's obviously a copy of shipfast, but I love that you are doing it and bringing down the price. Many people don't know that there are many free repos like this out there. Marc Lou did a great job building an audience and now is reaping temporary benefits from it. I think you will too on a smaller scale until it dries out for both of you - but: build once, earn continuously :)

    • @WailRoth
      @WailRoth  Месяц назад

      Hi, thanks for the great feedback!
      Regarding the video, you're right. I plan to launch a series of videos/tutorials/builds in public of small applications to show how things work, especially to help beginners succeed.
      As for the copy, yes and no. Yes, in essence, for sure. The goal was to make the product as scalable and maintainable as possible over time, type-safe, with plenty of developer tools that truly make a difference. For example, directly retrieving typed objects from the controller is really neat.
      Regarding the UI, almost all components support it, except a few, which of course are the ones I've been using because I tried to launch as quickly as possible. But those will be fixed today.
      And yes, I am lowering the price and planning to offer an even cheaper option to make it accessible to everyone. And no, I'm not removing 'lifetime updates'. I'd like to focus the product on building a community with 'modules'. Many modules are already available, and those who create the best ones will receive a partial refund of their payment to encourage people to participate and propose new things! :)

  • @lewiemarks6418
    @lewiemarks6418 Месяц назад

    So what have you done exactly? Just made a website template?

    • @WailRoth
      @WailRoth  Месяц назад

      It's more than just that, visit turbosaas.dev :)

  • @Easy_Reef
    @Easy_Reef Месяц назад +2

    So basically you did the same thing as Mark Lou lol, sell something you can create for free to people who don't know enough to build a saas in the first place and profit off that.

    • @WailRoth
      @WailRoth  Месяц назад

      Hello, I would say yes and no. Yes, because I am alone in my room developing this project. Yes, because I want to make it as accessible as possible with complete and easy-to-understand documentation. And no, because I have provided something typesafe, designed with developers in mind before beginners, designed to save as much time as possible, designed to scale, and especially designed to be community-oriented with the module system.
      And, I really don't use the same technologies at all.