He already teaches you making these awesome projects... I literally learned frontend with him, the best methods to learn is creating something to see how it works on practice
Hey @Lama Dev, this project is quite extensive, but there's one thing it lacks: Every time I send a message to the AI, it feels like a new conversation. The AI doesn't remember our previous interactions. If you would teach us how to also add that feature that would be very helpful
Nice project, i have learn a lot of new skills. I have successfully completed this project, and I also try to add more api for deleting chat history and also image from cloud delete if we delete chat history. Nice project ❤❤
bro can you please help me ,my issue is that "my create a new chat- is not working, when i enter a prompt nothing happens but rather it is shown in recent chats"
@@vasuchourasia8021 bro, when you create new chat and enter prompt first chat comes in resent , and then chat history will start at that chat which is in sidebar.
bu arada sadece chatgpt 3.5 kullanarak ücretli uygulamalar yapıyolar ve milyon dolarlar kazanıyolar sadece reklam basarak nasıl yapıyolar anlamıyorum sadece ek bilgi olarak eklemek istedim. Abim videoların çok güzel ingilizcen de çok anlaşılır. Süper gidiyo böyle devam ❤
Can I see the file, env of the admin? I coded according to you but the Api is still Unauthenticated even when I download the code from githup, it still happens. Please help me
Can anyone please tell me the reason "Why the chatpage is firstly showing all the generated text then after few moments some last part of generated text is not there?"
Hi 😊 You can see your DNS records on the domain panel. Click on the "manage" button next to your domain, select "DNS/Nameservers", and add a new record. It should be an "A" record and the address should be the server's ip address
This looks great! Can you please do a Practo or Preply clone project ? Like building a telehealth/online tutor or doctor booking website with payment/video call and online classroom/video consultations. Thanks!
at 2:37:10, I am getting a Unathenticated error, im not sure why, any help please? : Error: Unauthenticated at file:///C:/AIChat/backend/node_modules/@clerk/clerk-sdk-node/dist/index.mjs:139:12 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I encountered the same error, it took me a long time to figure it out If you've worked with clerck before, make sure to copy this project's env variable into env file
2:03:31 After I choose an image to upload, my screen gets stuck at "Loading...". This is the error I get on my console: Error: Authentication request failed: Unexpected token anyone had the same problem and know how to fix?
Hello, thank you for your valuable video. it helps me very much. I have a question. I used imageKit as you told in your video. but when I upload the image I get this error: "Your request contains invalid expire parameter" could you please help me to resolve this?
Also there is this error too: Unexpected Application Error! [GoogleGenerativeAI Error]: First content should be with role 'user', got undefined I dont know if anyone knows why this is happening or there is a way around it
in case some one has this problem, I did this in the const chat = ... and it worked for me: history: data?.history?.length > 0 ? data.history.map(({ role, parts }) => ({ role, parts: parts?.length > 0 && parts[0]?.text ? [{ text: parts[0].text }] : [], })) : [],
nextJs + Rtk = serverside or client side video please if we dont use rtk how to write code for CRUD in Nextjs for same app if we use rtk how to write code for CRUD in Nextjs for same app what is diffrence how to deal mega app in Nextjs
Sir please build an Crowdfunding app architecture using mern - after analysing entire youtube i am not able to see any such app dev -if you dont mind please build an app for crwd funding were new using after login can add new campign for funding for a project, after adding thir funding value at admin side conformation like step by step architectur
at 2:37:00 some people face unauthenticated issue, even when they're logged in.. for me this issue is arising because of the JWT token expiration, I spent a day that my pc clock's time zone is not right.. so that works for me.. if anyone faces same issue then you can try that
hey in this time when i clicked the button for test backend. it shows a lot of erros. my pc time zone is right. what should i do now for fixing this. please help
Hi, I am facing error while trying to deploy it online because :TanStack is require React :18 whereas you have use React 19 .Could you tell me how can I resolve this issue?
at 1:34:47 I'm getting error as missing public key, but i have defined public key in .env file but because of '=' at last the editor is considering it as new variable can u help in this.
This man keeps me in goosebumps whenever he share this massive course for free on YT. I bow down boss. 🔥
Lama Dev the best programming channel in youtube, thank you Bro
Thanks Lama Dev, you are making young Fullstack devs have great projects, this opens more doors for them. Thanks so much sir, we appreciate you
"Hello Friends" the moment i know i gonna learn something new 😁
Great video as always. You should make a full React course from props to hooks. Watched your use reducer tutorial, your teaching method is magic
He already teaches you making these awesome projects... I literally learned frontend with him, the best methods to learn is creating something to see how it works on practice
Finally an AI Chat project with React. This is looking great. Thank you so much ❤
I was actually thinking about when will you drop project again..and boom you did it again... thank you so much
My guy is cooking
Bro fr lama the goat 🐐
Let him cook😂😂
can we deploy it on any other sites , which are free ?
@@vishalghule4807 yes
@@vishalghule4807 I was trying on render but problem I faced was clerk api used here is not for production purpose
LAMA DEV you are superrrrr amazing sir!
An absolute Legend you are..
thank you for these high quality projects ☺☺
Thank you Lama Dev. Always love your videos
Wow that's Great. Thanks for the project
Hey @Lama Dev, this project is quite extensive, but there's one thing it lacks: Every time I send a message to the AI, it feels like a new conversation. The AI doesn't remember our previous interactions.
If you would teach us how to also add that feature that would be very helpful
Still Amazing Lama! Thank you for your quality videos!
looking forward to learning micro frontend with you Single-spa!
Hey Lama Dev, your tutorials are just amazing! I'd like to suggest you to do more tutorials on building AI enhanced applications.. 🤩
Just started on your last Social Media App project, currently around the 2 hour mark, looks like I gotta pick up the pace !
This makes me happy, All the best!!
I was waiting for the project
You are a community hero, For real.
thanks. do a SaaS project with other features next
thanks a lot for the hosting part.
Bro literally cooking ❤🎉😂
The king is back 👑
Nice project, i have learn a lot of new skills. I have successfully completed this project, and I also try to add more api for deleting chat history and also image from cloud delete if we delete chat history. Nice project ❤❤
are you having any error?
@@ezevalentine7610 I have done successfully by following tutorial, it work fine
bro can you please help me ,my issue is that "my create a new chat- is not working, when i enter a prompt nothing happens but rather it is shown in recent chats"
@@vasuchourasia8021 bro, when you create new chat and enter prompt first chat comes in resent , and then chat history will start at that chat which is in sidebar.
@@vasuchourasia8021hey I am facing the same issue can you please help me out
I was thinking of creating that same and you uploaded the video.😅
It'll help me learn❤
you should use tailwind instead of vanilla css
Lama my Guru, how can i ever thank you
Thanks for sharing 😀👍 greetings from Colombia.
Great tutorial, thanks for sharing.
Lama Dev is the best🎉🎉❤
Amazing as always.................... expecting a fully functional SAAS(pls pls)
bu arada sadece chatgpt 3.5 kullanarak ücretli uygulamalar yapıyolar ve milyon dolarlar kazanıyolar sadece reklam basarak nasıl yapıyolar anlamıyorum sadece ek bilgi olarak eklemek istedim. Abim videoların çok güzel ingilizcen de çok anlaşılır. Süper gidiyo böyle devam ❤
I learned alot from this video thank you
I am gonna start this project right now 😤😤
OMG!!! This guy is Legend 💪
Can I see the file, env of the admin? I coded according to you but the Api is still Unauthenticated
even when I download the code from githup, it still happens. Please help me
Can anyone please tell me the reason "Why the chatpage is firstly showing all the generated text then after few moments some last part of generated text is not there?"
Lama dev youre the goat 🐐
Great tutorial thanks a lot for sharing yr expertise.
This is wonderful Lama. Great. At 3:20:05, you mentioned to change the DNS of domain. Where is this changed if the domain is also hosted by Hostinger?
Hi 😊 You can see your DNS records on the domain panel. Click on the "manage" button next to your domain, select "DNS/Nameservers", and add a new record. It should be an "A" record and the address should be the server's ip address
@@LamaDev Thanks Lama. That has worked. I also realized I was using server port in my server environment file instead of the client port.
Can you please make a video on an inventory management system…thanks a lot for this one
This looks great! Can you please do a Practo or Preply clone project ? Like building a telehealth/online tutor or doctor booking website with payment/video call and online classroom/video consultations. Thanks!
do a user managment system next!
great stuff lama :). Any ETA on the course?
what is the difference between using clerk-express and clerk node js sdk ? Also when I set the withCredentials true , my apis dont work anymore
hi, may i ask why your scroll bar is different from mine, yours are way more elegant...
I want to know what did you add that help you to write your CSS as you are using scss. ❤
Document managent, CRM or tool for SEO. That projects very interesting for you to make 😊😊😊😊
Nice one Lama
Could you do a fullstack Next.js with firebase build
i really like this tutorial thanks for the good work, but please Mr lamadev i want to ask whether we can use prisma with hostinger mysql database.
Is there a particular reason this project opted not to use Tailwind CSS for styling?
Thank you. Create a travel web project to share beautiful place in the world.
Can I use llama ??
I want to build the Local Ai not online or not internet connection..
Please reply....
Kindly reply.
And Explain how
I have windows and I also use WSL (windows subsystem Linux)...
can i add other ai api besides chat gpt?
Good day greetings 🎉
I got "Error: Authentication request failed: Request failed with status 404 error in part 1:39:35
ask this from gpt
@enginturabk817 can you able to find the solution ?
@@ShauryaRaiValorant bro can able to solve this i try gpt but dont get any solution please help me
at 2:37:10, I am getting a Unathenticated error, im not sure why, any help please? : Error: Unauthenticated
at file:///C:/AIChat/backend/node_modules/@clerk/clerk-sdk-node/dist/index.mjs:139:12
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I encountered the same error, it took me a long time to figure it out
If you've worked with clerck before, make sure to copy this project's env variable into env file
@@dextergrimes502 bo can u elaborate a little much
@@ritabratapal8489did u got it?
2:03:31 After I choose an image to upload, my screen gets stuck at "Loading...". This is the error I get on my console: Error: Authentication request failed: Unexpected token
anyone had the same problem and know how to fix?
Did ur issue got sort?
And If u have made this project is it working fine or I should leave it ?
why are u using imagekit whhhy cant we just keept it in the database and fetch them??
2:00:40 build an AI and then use that AI to help you build an AI. classic!
how to deploy this project on free hosting website like render
were you able to deploy it on render ?
Hi Lama dev, can i create this project and add it in my resume as a 2.9year experienced developer for my job change.
is it possible to deploy for .net api,SQL in the same Hostinger in that price
Hello, thank you for your valuable video. it helps me very much. I have a question. I used imageKit as you told in your video. but when I upload the image I get this error: "Your request contains invalid expire parameter" could you please help me to resolve this?
Can this project be achived using next.js and not using express sir ?
@lamaDev Is there any way to deploy the application without changing the URL, I don't have my own domain.
I just finished hosting the blog app with next js and prisma 😂
Also there is this error too:
Unexpected Application Error!
[GoogleGenerativeAI Error]: First content should be with role 'user', got undefined
I dont know if anyone knows why this is happening or there is a way around it
I also have this error, do you know which file this is coming from?
@@alexanderpayes2781 bro its from NewPrompt.jsx file
in case some one has this problem, I did this in the const chat = ... and it worked for me:
history: data?.history?.length > 0
? data.history.map(({ role, parts }) => ({
role,
parts: parts?.length > 0 && parts[0]?.text ? [{ text: parts[0].text }] : [],
}))
: [],
@@alexanderpayes2781 where to implement which file
@@alexanderpayes2781 bro, it worked, but i curious about what happened to the bracked that were covering the statement
Hi teacher. Why don't you make a CRM project by using headless CMS? I thinks it very usefull nowday.
is there any alternatives for using clerk in production mode without a custom domain
were you able to deploy it ?
I wanna learn react native on this channel
how to run the complete git hub chatgpt clone while runing the npm i in client folder it is giving error
Hello Lama dev can you make video about featured sliced design
nextJs + Rtk = serverside or client side video please
if we dont use rtk how to write code for CRUD in Nextjs for same app
if we use rtk how to write code for CRUD in Nextjs for same app
what is diffrence how to deal mega app in Nextjs
Anyone tell me where can i able to get the completed code,
It's like the same starter code while cloning the completed version
how i can find your image i am making a project but i face issue of images plz tell me how i solve this issue for your images
Thank you❤
Sir please build an Crowdfunding app architecture using mern - after analysing entire youtube i am not able to see any such app dev -if you dont mind please build an app for crwd funding were new using after login can add new campign for funding for a project, after adding thir funding value at admin side conformation like step by step architectur
do we have free access to api key
at 2:37:00 some people face unauthenticated issue, even when they're logged in.. for me this issue is arising because of the JWT token expiration, I spent a day that my pc clock's time zone is not right.. so that works for me.. if anyone faces same issue then you can try that
hey in this time when i clicked the button for test backend. it shows a lot of erros. my pc time zone is right. what should i do now for fixing this. please help
We love you man
Hi, I am facing error while trying to deploy it online because :TanStack is require React :18 whereas you have use React 19 .Could you tell me how can I resolve this issue?
Maybe it doesn't work on React 19. Uninstall it and when you install it again, specify the version you want
Did it work @ravichaihan1634
Did anyone finish this project ?
did you? I'm just about to get started
Is it possible to make a web application to generate 2d animation
can i deploy it on vercel
Of course! I usually host it with docker + coolify for free though. Good combo.
are there any free deployment services rather than of paid one
Did u find any
hai lama so many AI tools are generating figma design to REact code why should i learn all these now what devloper should do
yeah, you are right. Eat five-star and do nothing.
Can you start react native tutorial 🙏🙏
This is awesome
sir is m0 free cluster no more available?? mine is not showing.please reply asap
make a new project named as you wish, then you will get option of creating cluster. click on that and it will show you m0 sandbox
You have to fine tuning.
Thanks for the project👍
at 1:34:47 I'm getting error as missing public key, but i have defined public key in .env file but because of '=' at last the editor is considering it as new variable can u help in this.
Try having it in the root of your project directory, same level as “package.json” (not inside the src directory).
rename the .env file to .env.local worked forme
directly copy paste the keys man
Can you do it with llama ai 😅
Did anyone deployed this application on render. I am facing difficulty deploying it. If anyone can help
sir clerk middleware is updated ,and it is giving me an invalid publishable key ,please help
I am the same I am getting unathenticated, did you find a fix?
@@Yooin22 no ,struggled for a day and couldn't able to fix
@@viraj1228did you get the same error when you tried to sign in for unauthenticated?
@@Yooin22 s ,same unauthenticated error
@@viraj1228 weird… I wonder if Lama will reply
can you please show us how to deploy for free fiverr website which you have created and make it responsive
Api is free? Without single rupees?
yes
Chatgpt does not providing free api😂@@harshrana3012
also upload .env-example file for both backend and cilent
Is this website responsive?
It's not totally responsive. When I tried to put it in the phone screen size, I found a blank on the right side XD
is this beginner friendly?
pls someone tell
Its not
Get to know JS first then learn React then practice with some dumnmy projects then you can come back to finish this project