yesno
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
Prototype for an AI-powered yes/no question system. Currently cycles through hardcoded questions.
GET /questionreturns the current question as raw text (≤30 chars)POST /yesorPOST /norecords the answer and advances to the next questionGET /responsesshows all recorded answers
- Replace hardcoded questions with an AI agent that generates questions
- Add context/state so the AI can ask follow-up questions based on previous answers