LifePilot is an AI-powered productivity assistant that turns a goal into a structured task plan and automatically syncs it to a Notion database.
Instead of manually planning tasks, LifePilot generates a realistic plan with categories, priorities, and dates. It then lets you review and edit the plan before sending it to Notion.
- AI-powered task generation using Groq LLM
- Automatic scheduling across multiple days
- Smart task categories (Study, Health, Personal, etc.)
- Priority detection (High / Medium / Low)
- Editable task preview before saving
- Direct integration with Notion databases
click to view demo video
Clone the repository
git clone https://github.com/aayushirajesh/LifePilot.git
cd LifePilotInstall dependencies
npm installCreate a .env file using .env-demo
NOTION_API_KEY=
NOTION_DATABASE_ID=
GROQ_API_KEY=
Run the server
node server.jsOpen:
http://localhost:3000
- Node.js
- Express
- Groq LLM API
- Notion API
- HTML / CSS / JavaScript
Made with luv by Aayushi!
