How to Turn Your Idea into an App in Minutes with Bolt.new

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 38

  • @kitlee888
    @kitlee888 4 дні тому +1

    Very helpful...especially the troubleshooting part, really very helpful to the non-coder to make the app work❤big big thanks😊

    • @Mark_Kashef
      @Mark_Kashef  4 дні тому

      music to my ears! Happy I could help 🦾

  • @ahmedd.masoud6809
    @ahmedd.masoud6809 7 днів тому +3

    Oh man I can't...
    That's a long video.
    Paused at 7:25
    To like and to make sure that I'm subscribed, then let's continue watching this amazing one. 😂
    Man... Thank you for the video . Keep going.

    • @ahmedd.masoud6809
      @ahmedd.masoud6809 7 днів тому +1

      I just Figured out that I was already subscribed to your channel 😂,
      After watching the full video .
      I just wanted to thank you once more .
      And I'm waiting for the next part.
      Your time and efforts doing this video is really highly appreciated bro🙏
      Your way of delivering the tutorial is smooth, and sleek.
      Thank you
      Merci,
      شكراً لك.

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому

      Thank you so much Ahmed! Appreciate the support haha.

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому

      Thanks for laugh on this one haha - got me at the first part!

  • @yashica-jain
    @yashica-jain 5 днів тому +1

    Highly Valuable as always!!

  • @edgarmatthee2668
    @edgarmatthee2668 5 днів тому +1

    This is amazing. 🎉 subscribing now!!

    • @Mark_Kashef
      @Mark_Kashef  5 днів тому

      Pumped to hear you found it valuable Edgar! Appreciate the sub 🦾

  • @rjgrimshaw
    @rjgrimshaw 7 днів тому +1

    As always Mark, incredible content and excited to see the contuniation of this!

    • @Mark_Kashef
      @Mark_Kashef  6 днів тому

      Thank you so much for the kind words RJ!

  • @SaminYasar_
    @SaminYasar_ 4 дні тому +1

    Thanks for teaching me the word ruminate :D

    • @Mark_Kashef
      @Mark_Kashef  4 дні тому

      my pleasure brother, hope you ruminated on it

  • @mikew2883
    @mikew2883 7 днів тому +1

    Excellent overview! 👍

  • @rollandmelet6998
    @rollandmelet6998 7 днів тому +1

    Thank you for this
    It is super interesting

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому +1

      My pleasure! Thanks for the feedback 🙏🏻

  • @MayDouelle
    @MayDouelle 6 днів тому +1

    Nice one! 👍
    What is your advice to backup a project while your are working on it in order to protect it a bit from a network failure or anything else?

    • @Mark_Kashef
      @Mark_Kashef  6 днів тому

      So luckily the codebase for this tool is automatically stored in ‘StackBlitz’ which has an editor with all your code ready to package and export to a GitHub repo

  • @VigneshGautam
    @VigneshGautam 6 днів тому +1

    Great video. How does your screen move across the video so smoothly? It zooms in and out so seamlessly.

    • @Mark_Kashef
      @Mark_Kashef  6 днів тому

      Thank you!
      I use a program called Screen Studio 🦾 only thing I have to do is really just configure how hard of a ‘click’ deserves a Zoom in or out

  • @ContentVibeio
    @ContentVibeio 7 днів тому +2

    Great content thanks. How do you use your voice instead of typing in the prompt. Is it a windows program?

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому +1

      Glad you enjoyed it!
      I use a chrome extension called Voice Control! It’s free from the extension store.

    • @viIden
      @viIden 2 дні тому +1

      ​@@Mark_Kashefawesome. Going to grab this

  • @DimitriDeBoose
    @DimitriDeBoose 8 днів тому +1

    Thanks, this is great! Do you think all the videos you have done using Replit could be done with Bolt? Including the Twilio / Realtime API?

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому +1

      Thanks!
      To me, Replit helps alleviate all the backend work needed so that you can easily hook it up to the backend of any application, whether it’s a custom GPT or in this case a Bolt app.
      To recreate all of these functions from scratch in Bolt would increase the likelihood of hallucination over long enough of a conversation.
      Similar to my second example in this video where I just used a webhook to send a request to Make.com, I would still likely implement major functions outside of Bolt and bridge the functionality in using a Replit endpoint.
      Hope that helps explain my logic 🦾

    • @DimitriDeBoose
      @DimitriDeBoose 7 днів тому

      @@Mark_Kashef super clear - as always :)

  • @viIden
    @viIden 2 дні тому +1

    Tip: build your frontend and backend separately, then piece them together after youre done.
    Python shouldn't work according to bolts docs.
    Clicking fix over and over is not ideal. It wastes tokens
    Focus on specific areas of your project rather than an all encompassing prompt when making changes

    • @Mark_Kashef
      @Mark_Kashef  2 дні тому

      thanks for sharing! Interesting note on Python, hasn't seemed to hiccup my prompting, but another helpful strategy to know 🦾

  • @mariosandreou4747
    @mariosandreou4747 4 дні тому

    Hello, is there a way to take the netify url and make it your own using paid domain names?

    • @Mark_Kashef
      @Mark_Kashef  17 годин тому

      Yes! You’d have to sync the Netlify to your own account, the bolt code to your GitHub repo, and go through Netlify to reroute the domain

  • @yellowboat8773
    @yellowboat8773 7 днів тому

    Bruh, your promoting needs to step up it's game, you still need to tell it exactly what you want, hence you're getting so many errors

    • @Mark_Kashef
      @Mark_Kashef  7 днів тому

      👀 you don’t always know exactly what you want

    • @viIden
      @viIden 2 дні тому

      ClaudeAPI LLM behind it normally chooses the correct language and framework if that's what he means. So thoughts in plain words as your input rather than "build a web app that does (app idea) using LANGUAGE.."
      The language part isn't necessary but might want to include it. Note that Python is not supported according to bolt's docs