Remember your life through Telegram.
This app is built as a private memory bot for a single Telegram channel. Post updates to the channel, let the bot archive them in a database, then query your own history with summaries, search, and daily recaps.
Core endpoints
The public surface stays intentionally small. Telegram and Vercel call the API routes below, while setup and admin operations live in the accompanying scripts documented in the README.
POST/api/telegram/webhookReceives channel posts, edits, and owner commands from Telegram.GET/api/cron/daily-summarySecured cron route for daily rollups and optional owner delivery.GET/api/healthBasic runtime and database health probe for Vercel or external uptime checks.