Skip to content

sirakinb/validated

Repository files navigation

Validated — AI Expert Validation Platform

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.

Features

  • 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

Tech stack

  • Next.js (App Router) + TypeScript
  • Tailwind CSS v4
  • Prisma + SQLite
  • NextAuth (Credentials provider)

Local setup

npm install
npx prisma migrate dev --name init
npm run dev

Environment

Update .env if needed:

DATABASE_URL="file:./dev.db"
NEXTAUTH_SECRET="dev-secret-change-me"
NEXTAUTH_URL="http://localhost:3000"

Notes

  • Create an account at /register, then sign in at /signin.
  • Upgrade to an expert reviewer in Dashboard → Profile to access the expert console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors