UTKARSH ANAND
@growupanand
Joined on 16 June 2017
Full stack engineer
GitHub Stats
7
Followers
38
Repositories
0
Organizations
6
Gists
291
Pull Requests
308
Issues
189
Commits
0
Sponsors
3
Contributed To
112
Star Earned
Most Used Languages
88.31%
TypeScript
4.18%
MDX
1.73%
C++
1.45%
CMake
1.30%
JavaScript
0.97%
CSS
0.92%
HTML
0.45%
Dart
Popular Projects
ConvoForm
Create interative conversational forms
TypeScript
100
32
240
219
crm-webapp
CRM web app with basic saas functionality
TypeScript
8
5
83
77
Animated-Navbar-Plugin
This is a jquery plugin for creating navbar with animated effect where background box follow curser.
HTML
3
1
0
0
WECV
Python module to read whatsapp _chat.txt file and export as json.
Python
1
0
0
0
crudkit
Type-safe CRUD automation for React apps using Drizzle ORM, tRPC, and React Query.
MDX
0
0
0
0
codecrafters-http-server-typescript
No description
TypeScript
0
0
0
0
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
10/3/2025, 9:35:36 PM
9/28/2025, 5:08:22 PM
- perf: ⚡️ 456 revamp conversation service for ai sdk v5 (#457) * chore: 🤖 upgrade AI SDK packages to V5 * chore: 🤖 testing * chore: 🤖 implemented core functions of ConversationServiceV5 with tests extractAnswer, generateEndMessage, generateName, generateQuestion * chore: 🤖 refactor and some changes in ai actions * chore: 🤖 convert ai action generateFieldQuestion to streamFieldQuestion * chore: 🤖 add conversationService with whole flow working * chore: 🤖 new conversation service working with useConvoForm * perf: ⚡️ reimplement conversation service with core service and streaming ✅ Closes: #456 * chore: 🤖 add conversation column 'currentFieldId' ✅ Closes: #456 * chore: 🤖 renamed column collectedData > formFieldResponses ✅ Closes: #456 * chore: 🤖 create new useConvoForm and route to work with new core service ✅ Closes: #456 * chore: 🤖 integrated new useConvoForm in webapp ✅ Closes: #456 * chore: 🤖 integrated websocket events in new useConvoForm ✅ Closes: #456 * chore: 🤖 removed old useConvoForm and conversation service code ✅ Closes: #456
- chore: 🤖 conversation route edge runtime should work now
- fix: 🐛 conversation name is not generated after conversation service revamp, AI generated conversation name functionality is broken ✅ Closes: #459
- chore: 🤖 add db index for query performance optimization
- chore: 🤖 remove redundant dependency from internal ai package
- chore: 🤖 upgrade zod v3 to v4
- chore: 🤖 setup nextjs source map upload for posthog
- 460 revamp feature generate form by ai (#461) * chore: 🤖 add ai actions for generateFormFields and generateFormMetaData * chore: 🤖 generate form by ai is working now in web app * chore: 🤖 improved generate form modal UI * chore: 🤖 add fields review step
- chore: 🤖 fix input component for showing max char count
- chore: 🤖 fix react-hook-form error not showing for zod v4
- chore: 🤖 fix conversation metadata userAgentInformation not saved
- 407 add analytics tracking for ai llm usage (#462) * chore: 🤖 integrate PostHog LLM analytics with AI actions and playground ✅ Closes: #407 * chore: 🤖 llm analytics working for conversation service ✅ Closes: #407 * chore: 🤖 fix env variables schema
- chore: 🤖 make llm analytics always enabled
9/28/2025, 5:04:06 PM
- chore: 🤖 make llm analytics always enabled
9/28/2025, 4:26:20 PM
- 407 add analytics tracking for ai llm usage (#462) * chore: 🤖 integrate PostHog LLM analytics with AI actions and playground ✅ Closes: #407 * chore: 🤖 llm analytics working for conversation service ✅ Closes: #407 * chore: 🤖 fix env variables schema
9/28/2025, 4:26:20 PM
9/28/2025, 4:26:20 PM
9/28/2025, 4:25:44 PM
9/28/2025, 4:25:15 PM
- chore: 🤖 fix env variables schema
9/28/2025, 3:50:40 PM
- chore: 🤖 integrate PostHog LLM analytics with AI actions and playground ✅ Closes: #407
- chore: 🤖 llm analytics working for conversation service ✅ Closes: #407
9/28/2025, 2:31:49 PM
9/28/2025, 11:45:21 AM
- chore: 🤖 fix conversation metadata userAgentInformation not saved
9/28/2025, 3:47:50 AM
9/28/2025, 3:45:28 AM
- chore: 🤖 fix input component for showing max char count
- chore: 🤖 fix react-hook-form error not showing for zod v4
9/28/2025, 3:17:21 AM
- 460 revamp feature generate form by ai (#461) * chore: 🤖 add ai actions for generateFormFields and generateFormMetaData * chore: 🤖 generate form by ai is working now in web app * chore: 🤖 improved generate form modal UI * chore: 🤖 add fields review step