Eagle Eye helps you scan your email at lightning speed with customizable categories.
-
Install dependencies:
bun install
-
Create local env files and fill in required values (Google OAuth, Convex URLs, and LLM keys):
cp .env.example .env
Follow this vid to get need google ouath secrets: https://www.youtube.com/watch?v=TjMhPr59qn4
-
Create a Convex project in one terminal (for all endpoints). Then add all .env variables into convex using their dashboard or
npx convex env set API_KEY <key> -
Deploy Convex to production:
npx convex deploy
-
Start the Next.js app:
bun dev
-
Open
http://localhost:3000.