Should you learn Next JS for LLM applications?

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

КОМЕНТАРІ • 21

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

    Learn to code fast with my 1000x MasterClass: www.patreon.com/posts/1000x-dev-103326330
    Search 200+ echohive videos and code download links:www.echohive.live/
    Auto Streamer: www.autostreamer.live/
    Fastapi course: www.patreon.com/posts/learn-fastapi-26-95041684
    Chat with us on Discord: discord.gg/PPxTP3Cs3G
    Follow on twitter(X) : twitter.com/hive_echo

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

    You've got me stoked to learn nextJS! Have a few dream apps id love to build 🔥
    I'm finishing up a v1 of my first personal python project from scratch (its an implementation of the STORM wikipedia article writer paper).
    Am planning to book an appt to get your thoughts on how to integrate some of your tools into it. Would love your thoughts on how it may work as a Nextjs app too!
    Fingers crossed ill book this week. Am weeks behind when i thought id have it ready lol... 😅
    But im happy to say that I'm finally, FINALLY at the stage where im actually coding everyday

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

      That is good to hear! Just keep going and yeah book for anytime you like. Looking forward to talking with you and congratulations on finishing up the Python project 🙌

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

    Thanks! This is very helpful

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

      Glad to hear that!

  • @vikramn2190
    @vikramn2190 2 місяці тому +1

    What about pure ReactJS with React Router?
    It can do virtually the same thing with far less magic. Agreed that there may not be many things that are available out of the box but with AI coding agents, it's really simple to get custom components coded up real fast.
    Also, deployment of NextJS on Vercel is easy but far more involved when it comes to deploying on AWS infastructure.

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

      React rocks too! I am just looking at all this from an AI perspective and Vercel AI sdk is fantastic. Plus when you learn next js you invariably learn react too.

  • @micbab-vg2mu
    @micbab-vg2mu 4 місяці тому

    Thank you - for me the most important is that now it is easy to use - )

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

      Glad you like it. Let me know what you think if you play around more with Next Js.

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

    Also for handling your database Prisma is nice but I’ve out grown it. DrizzleORM is mature enough now. Drizzle now supports vectors with pgVevtor.

    • @echohive
      @echohive  4 місяці тому +1

      Thank you so much for mentioning these. I will take a look at them. I have been looking for a good ORM 🙏

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

    Thanks for this video. How do you plan to integrate the AI parts in Nextjs? For example, when using Langchain or Llamaindex, would you use the Python versions in conjunction with Fastapi and then connect Nextjs to Fastapi as a backend or would you use the Javascript versions of Langchain and Llamaindex in a Nextjs project directly?

    • @echohive
      @echohive  4 місяці тому +1

      Glad you enjoyed it. I personally am more interested in exploring full JS solutions covering both the front and backend. In next js they kinda blend in with one another anyways with serverless stuff. I just want to explore this side of things for a bit and see how things work here.

    • @StephenRayner
      @StephenRayner 4 місяці тому +1

      I wouldn’t use LangChain use lang graph. If you don’t need lang graph then Vercel AI can do what you need

    • @StephenRayner
      @StephenRayner 4 місяці тому +2

      Also VercelAI integrates with LangChain / LangGraph.

    • @StephenRayner
      @StephenRayner 4 місяці тому +2

      It’s in the docs

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

      @@StephenRayner Great, thanks for the hints! Actually, I am developing with Vue/Nuxt and it seems that's also covered, that's great. Somehow I thought before, that the VercelAI SDK was just for Next.

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

    Next.js not bad but prefer „remix run”these days as js react framework….

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

      will take a look at that one also.