Love36
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: v10View latest version
An app that emails couples one question per day from the famous "36 Questions That Lead to Love" study, stores their responses, and shares responses between partners.
- Daily email delivery of questions to couples
- Response collection via email replies
- Secure storage of responses
- Automatic sharing of responses between partners
- 36-day journey through the complete question set
backend/- Hono API server and email processingfrontend/- Simple signup interfaceshared/- Common types and utilitiesemail-processor.ts- Email trigger for processing responsesdaily-sender.ts- Cron job for sending daily questions
- Set environment variables (if needed for external services)
- The app will automatically create database tables on first run
- Deploy and configure email triggers
- Couples sign up with their email addresses
- Each day, both partners receive the same question via email
- They reply to the email with their answer
- Responses are stored and shared with their partner
- The cycle continues for 36 days