[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [AI SDK](/c/ai-sdk/62) # Made a Chat App - NextJS with AI SDK v5 506 views · 5 likes · 3 posts Avik Creator (@avik-creator) · 2025-08-06 · ♥ 2 Making this Personal AI Chat bot with the template taken of AI SDK of Vercel. Here is the Repo: https://github.com/Avik-creator/aiChatBot And here is the deployed URL: https://chat.avikmukherjee.me/ I want to get review on my code structure and what can be improved next? Currently it supports Web Search, Weather, Youtube Search, Reddit Search, MCP Search. Thank you and also asking how can I submit it to Vercel Templates? BestCodes (@bestcodes) · 2025-08-06 · ♥ 2 [quote="Avik Creator, post:1, topic:17982, username:avik-creator"] Thank you and also asking how can I submit it to Vercel Templates? [/quote] How is it any different from this template? https://vercel.com/templates/next.js/nextjs-ai-chatbot Avik Creator (@avik-creator) · 2025-08-06 · ♥ 1 It is not that much different, it only uses extra tools I added for my own needs. It uses the template that you shared right now as it's base.