Skip to content

aayushirajesh/LifePilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifePilot – AI Task Planner for Notion

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.


Features

  • 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

Demo

click to view demo video

Watch Demo


Setup

Clone the repository

git clone https://github.com/aayushirajesh/LifePilot.git
cd LifePilot

Install dependencies

npm install

Create a .env file using .env-demo

NOTION_API_KEY=
NOTION_DATABASE_ID=
GROQ_API_KEY=

Run the server

node server.js

Open:

http://localhost:3000

Tech Stack

  • Node.js
  • Express
  • Groq LLM API
  • Notion API
  • HTML / CSS / JavaScript

Made with luv by Aayushi!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors