KnowYourAITools is a recommendation platform that helps people discover the best AI tools for their role, workflow, and day-to-day tasks. Instead of acting like a generic directory, it focuses on personalized matching, curated tool data, and practical workflow guidance.
- Personalized AI tool recommendations based on role, goals, and workflow inputs
- Public landing pages and searchable tool discovery experience
- Curated tool library with categories, pricing, tags, and feedback data
- Recommendation engine and evaluation flows for improving result quality
- Admin playground for testing recommendation behavior and reviewing runs
- Next.js
- React
- Prisma
- PostgreSQL
- Better Auth
- Vercel AI SDK
- TypeScript
npm installcp .env.example .env.localFill in the database, auth, and model provider credentials from the example file.
npx prisma migrate devnpm run devnpm run dev
npm run build
npm run start
npm run lint
npm run typecheck
npx prisma studio- Users describe their role, goals, and workflow
- The system matches them with relevant AI tools
- Recommendations include context on why the tools fit
- Admin evaluation tools help refine recommendation quality over time
MIT