What set of tools should I use to build AI app
Answered
Rhinelander posted this in #help-forum
RhinelanderOP
I am trying to build AI platform what "tools" should I use on top of Next.js, Auth.js v5 and Prisma.
Zod, Vercel AI SDK, React Hook form, sentry etc...
Zod, Vercel AI SDK, React Hook form, sentry etc...
Answered by B33fb0n3
yea, the ones, that you mentioned are good. I would replace auth.js with next-auth. I would also replace react hook form and sentry with next-safe-actions. The rest looks good for me 👍
5 Replies
@Rhinelander I am trying to build AI platform what "tools" should I use on top of Next.js, Auth.js v5 and Prisma.
Zod, Vercel AI SDK, React Hook form, sentry etc...
yea, the ones, that you mentioned are good. I would replace auth.js with next-auth. I would also replace react hook form and sentry with next-safe-actions. The rest looks good for me 👍
Answer
RhinelanderOP
Thank you! Why would you replace auth.js with next-auth? I find auth.js easier to use and just as good as next-auth. I am just waiting for the official release and to be stable for production.
@Rhinelander Thank you! Why would you replace auth.js with next-auth? I find auth.js easier to use and just as good as next-auth. I am just waiting for the official release and to be stable for production.
I think auth.js has to many bugs to be able to use it. With next-auth I have some bugs as well, but they are solveable by myself. I guess that wouldn't be the case for authjs. Maybe I will use authjs in the future, when it's more stable from my pov
RhinelanderOP
Okay thats valid point.
auth.js is good in my experience, much better dx than nextauth