cp .env.example .env
npm install
npm run docker:up
- Build healthier habits through consistent, small actions
- Focus on behavioral change and accountability
- Supportive and encouraging interactions
- Regular check-ins and progress tracking
- Iterative adjustment based on feedback
- Initial lifestyle assessment (LLM-assisted)
- Personalized goal setting (LLM-assisted)
- Action planning and tracking (LLM-assisted)
- Regular check-ins via Telegram messages (workflow)
- Progress monitoring and adjustments (LLM-assisted)
- Sleep and circadian rhythms
- Mood and stress management
- Diet and nutrition
- Movement and exercise
-
Backend Server
- Node.js with TypeScript
- Background services for polling and scheduling
-
Database
- PostgreSQL
-
External SDKs
- Telegram Bot SDK
- LLM SDK (e.g., Groq)
telegraf
: telegraf Bot SDKgroq-sdk
: Groq SDKprisma
: Database ORMnode-cron
: Task scheduling
flowchart TD
U[User/Coachee] -->|DM| T[Telegram API]
T -->|Poll| S[Server]
S -->|Process| C[Conversation Manager]
C -->|Get/Store| D[(Database)]
C -->|Generate| L[LLM API]
L -->|Response| C
C -->|Reply| T
S -->|Schedule| CH[Check-in Manager]
CH -->|Reminder| T
See the TECH-SPEC document for implementation details.