https://github.com/sreya-satheesh/day-wise-app
DayWise helps you plan your day with an AI-powered smart scheduler. Input your tasks and get an optimized schedule in seconds.
https://github.com/sreya-satheesh/day-wise-app
gemini-api genkit nextjs tailwindcss
Last synced: 2 months ago
JSON representation
DayWise helps you plan your day with an AI-powered smart scheduler. Input your tasks and get an optimized schedule in seconds.
- Host: GitHub
- URL: https://github.com/sreya-satheesh/day-wise-app
- Owner: sreya-satheesh
- Created: 2025-08-09T08:58:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T10:52:53.000Z (2 months ago)
- Last Synced: 2025-08-09T11:31:02.814Z (2 months ago)
- Topics: gemini-api, genkit, nextjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DayWise
> **AI-powered smart scheduler** — Plan your day in seconds.
DayWise helps you create an optimized daily plan with AI.
Simply enter your tasks, deadlines, and priorities — and let DayWise do the rest.
## Features
- ⭐ **Schedule Input** — Add tasks, appointments, and reminders.
- 🤖 **Smart Scheduler** — AI-driven schedule generation based on priorities and deadlines.
- 📅 **Visual Timeline** — View your day in a clear timeline or calendar format.
- 🔔 **Notifications** — Get reminders for upcoming events.
- 🖱 **Drag & Drop** — Manually adjust and reorder tasks.## 🛠 Tech Stack
- **Next.js** — Frontend + API Routes
- **Tailwind CSS** — UI styling
- **Genkit AI** with **Gemini API** — AI-powered scheduling
- **Radix UI** + **Lucide Icons** — UI components## Installation
1. **Clone the repository**
```
git clone https://github.com/sreya-satheesh/day-wise.git
cd day-wise
```
2. **Install dependencies**
```
npm install
```
4. **Set up environment variables**
Create a .env file in the root folder and add:
```
GEMINI_API_KEY=your_api_key_here
```
4. **Run in development mode**
```
npm run dev
```
5. **Build for production**
```
npm run build
npm run start
```## License
MIT License © 2025 Sreya Satheesh