Last 12 weeks ยท 1 commit
2 of 6 standards met
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: next react-server-dom-webpack react-server-dom-parcel react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Repository: vercel/nextjs-postgres-nextauth-tailwindcss-template. Description: Admin dashboard template. Stars: 1583, Forks: 573. Primary language: TypeScript. Languages: TypeScript (96.7%), CSS (3.1%), JavaScript (0.1%). License: MIT. Homepage: https://next-admin-dash.vercel.app/ Topics: nextjs, react, tailwindcss, vercel. Open PRs: 4, open issues: 7. Last activity: 1mo ago. Community health: 50%. Top contributors: leerob, mitrotasios, ImBIOS, adrianmfi, ctate, danieldelcore, davidwandar, davidedammino, kuldar, o-az and others.
TypeScript
I've tried using this. The readme says during setup, "Vercel will prompt you to create a new Postgres database". This is not the case. It goes straight into requesting environment variables, and requests the postgres URL. I've added Prisma postgres to assist with this. I install Prisma postgres from the markeplace, and copy the env variables locally. I then need to create the databases, so I add a file, as below: It then complains that the project uses Drizzle which is not on the marketplace. I think I am confused here, as the Readme mentions how you should be able to create a postgres DB from within Vercel, implying there was something that existed that wasn't needing to be installed from the DB.
Summary Migrate TALY chat interface to AI Elements library for standardized UX Add tool call visualization showing when TALY queries data (balance, expenses, etc.) Fix expense confirmation loop bug Improve accessibility (touch targets, ARIA labels) Add entrance animations for polished UX Test plan [ ] Verify chat sends and receives messages correctly [ ] Verify tool calls display during data queries [ ] Verify expense confirmation works without looping [ ] Verify suggestions animate on load [ ] Verify loading indicator shows dots animation [ ] Test on mobile (touch targets >= 44px) [ ] Test dark mode compatibility ๐ค Generated with Claude Code