With all the rhetoric that AI is going to replace developers, I thought I would get the project managers first and have built an AI powered project management tool.
The API and AI Agent is built in Python using FastAPI and is backed by a MongoDB database. It uses the OpenAI API to generate responses to user queries.
The front end is built in React with Next.js and uses Tailwind CSS for styling.
The API application is on an AWS EC2 instance and the front end is hosted on Vercel.