Juris AI is a platform designed to streamline the analysis and processing of legal documents using AI. The platform offers a React-based frontend for an intuitive user experience and a FastAPI backend for efficient processing and management of legal document workflows.
Live demo here
The frontend is React application built with Vite, MUI, React Query and Axios. It provides an intuitive user interface for users to interact with the platform.
The backend is a FastAPI application built with FastAPI, MongoDB, AWS Services. It provides the API endpoints for the frontend to interact with the database and perform various operations.
The infrastructure is managed using AWS CDK. The backend is deployed as zipped Lambda functions and the frontend is deployed as a static website on S3.
View the API documentation here