- Deployment Link: https://productive-ai.vercel.app
- GitHub Repo Link: https://github.com/neetmangat/productive-ai
- YouTube Build Link: https://www.youtube.com/watch?v=1KPG3LiE4jU&t=22455s
- Clone the repository and install dependencies
git clone https://github.com/neetmangat/productive-ai.git productive-ai && cd productive-ai && npm install
-
Generate your own account, project, database, storage, and integration whitelist on the Appwrite Cloud
-
Generate your own OpenAI API key on the OpenAI Platform
-
Add the server environment variables
cp .env.example .env.local
- Run the development server:
yarn run dev
- Open http://localhost:3000 with your browser to see the result.