TitleSafe is a fullstack web application built with Next.js/TypeScript on the front end, and blockchain, AWS on the backend to store data. It enables secure and transparent recording of property titles. The app leverages blockchain for immutable, decentralized storage of essential documents and AWS for mutable data. The app features recording of sold or bought property details and filtering titles by instrument number. It also includes a role-based access control system, allowing authorized users (like the recorder’s office) to approve titles after verifying documents and information
U.S. based real estate agencies faced recurring property title fraud between buyers and sellers due to the current insecure and centralized record-keeping systems.
Built a hybrid architecture to balance security, flexibility, and compliance:
- AWS S3 for secure, mutable document storage (like property deeds) and private user data
- Blockchain for immutable, verifiable signatures and transaction history
- Role-Based Access Control to let government officials verify and approve titles
- Filtering options for efficient title lookup
MVP adopted for regional pilot testing by a U.S. government agency to secure property title records and reduce fraud.
- Front-end: Next.js, TypeScript
- Back-end: AWS S3, Blockchain (Ethereum-compatible)
To get a local copy up and running, follow these simple steps:
- Node.js (v12.x or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/OuailTayarth/title-safe-app.git
-
Navigate to the project directory:
cd title-safe-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
This project is licensed under a Proprietary License. For usage permissions, please contact the author.
