/productive-ai

My personal AI productivity assistant. Give me tasks to do! Built with NextJS 14, TailwindCSS Theme Switching, TypeScript, OpenAI API, Appwrite Cloud DB, Zustand, DND kit, and Vercel.

Primary LanguageTypeScript

Productive.AI

Production

Development

  1. Clone the repository and install dependencies
git clone https://github.com/neetmangat/productive-ai.git productive-ai && cd productive-ai && npm install
  1. Generate your own account, project, database, storage, and integration whitelist on the Appwrite Cloud

  2. Generate your own OpenAI API key on the OpenAI Platform

  3. Add the server environment variables

cp .env.example .env.local
  1. Run the development server:
yarn run dev
  1. Open http://localhost:3000 with your browser to see the result.