Validated is a Next.js web app that connects AI-generated work with expert reviewers. Users can ask quick questions in chat, book review calls, request formal sign-off, and receive structured feedback.
- Chat validation threads with expert responses
- Call booking system for deeper reviews
- Expert sign-off workflow with audit trail
- Feedback and improvement suggestions
- Role-based expert console
- Next.js (App Router) + TypeScript
- Tailwind CSS v4
- Prisma + SQLite
- NextAuth (Credentials provider)
npm install
npx prisma migrate dev --name init
npm run devUpdate .env if needed:
DATABASE_URL="file:./dev.db"
NEXTAUTH_SECRET="dev-secret-change-me"
NEXTAUTH_URL="http://localhost:3000"- Create an account at
/register, then sign in at/signin. - Upgrade to an expert reviewer in Dashboard → Profile to access the expert console.