This is a Slack clone, built with Next.js, shadcn/ui component library, convex database and auth, following this tutorial by Code with Antonio.
The application is deployed on Vercel here.
- For the API hooks, @tanstack/react-query is used to wrap the
useQuery
anduseMutation
hook from@convex/react
. - For form, react-hook-form is used.