Rent.Ai is a React-based web application that allows users to create, analyze, and secure rental contracts. Users can generate legally compliant rental agreements or analyze existing contracts for potential issues, making the process fair, transparent, and efficient.
- Contract Generation: Create customized rental agreements tailored to specific needs and local regulations.
- Contract Analysis: Upload existing contracts for instant analysis of legality, fairness, and potential issues.
- Legal Protection: Identify problematic clauses and receive suggestions to ensure compliance with local laws.
- Modern UI: Elegant, dark-themed UI with warm yellow highlights.
- Responsive Design: Fully responsive for all devices.
- Clone the repository:
git clone <your-repository-url>
- Navigate to the project directory:
cd RentAi
- Install dependencies:
npm install
If you encounter dependency issues, use:
npm install --legacy-peer-deps
To start the application, run:
npm run dev
The app will be available at http://localhost:3000
.
- React
- React Router DOM
- Tailwind CSS
- react-day-picker
- date-fns
- Tailwind CSS is used for styling.
- The theme is dark with warm yellow highlights.
This project is licensed under the MIT License.