Priorify is a productivity manager designed for myself and my peers that allows users to keep track of upcoming events as well as assignments related to school. It incoporates Google's Gemini Pro LLM for convenience in creating and managing a user's stored calendar and assignments.
- You can create an account with Google and sign in here.
- The application is deployed and hosted via Render.
- Note: This is hosted freely, and consequently might take a few minutes to re-spin up deployment.
- The backend logic exists here
If the application is taking a while to spin up, check out this usage video here
- Calendar management allows users to create and store items and keep track of upcoming events and assignments
- Google Gemini Integration allows users to bypass manually creating events/assignments, and utilize natural language to command a secretary to do so.
The application is built within the NextJS framework, utilizing Mantine and TailwindCSS for UI styling. It queries a RESTful API made with Flask that manages a PostgreSQL database located here