ai_comments_to_tasks
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
A web application that analyzes long PR messages using AI, with a focus on extracting insights from tool messages (like bot reviews, automated checks, etc.).
- Paste long PR conversation text
- Intelligent chunking of messages
- AI analysis of the middle chunk focusing on tool messages
- Clean, responsive interface
backend/index.ts
- Main Hono server with API endpointsfrontend/index.html
- Main HTML interfacefrontend/index.tsx
- React frontend applicationshared/types.ts
- Shared TypeScript types
- Paste your PR conversation text into the textarea
- Click "Analyze PR Messages"
- Get AI insights focused on tool messages and automated feedback
- Backend: Hono + Val Town OpenAI
- Frontend: React + TailwindCSS
- Storage: None (stateless analysis)