Test your ability to identify AI vs human chat responses. Challenge yourself across different conversation styles and topics.
Install dependencies:
npm installStart development:
npm run devDeploy to production:
npm run deploy- Copy .env.exampleto.envand add your OpenAI API key
- Run npm run devto start:- Local server at http://localhost:3000
- SST dev environment
 
.
├── README.md
├── instructions
│   └── example-category.md
├── package-lock.json
├── package.json
├── site
│   ├── categories.js
│   ├── game.js
│   ├── icons
│   ├── index.html
│   ├── llm.js
│   ├── manifest.json
│   ├── styles.css
│   └── sw.js
├── sst-env.d.ts
├── sst.config.ts
└── tsconfig.json
4 directories, 14 files
- Multiple chat categories and difficulty levels
- Real-time scoring and feedback
- Leaderboard tracking
- Responsive design
- Frontend: Vanilla JS
- Backend: AWS Lambda + API Gateway (SST)
- Storage: DynamoDB
- CDN: CloudFront
PRs welcome! Please:
- Fork repo
- Create feature branch
- Submit PR
MIT