Letsellr is a full-stack property rental and management platform designed for listing, renting, and managing PGs and apartments.
It streamlines communication between property owners, clients, and contractors while improving operational efficiency through a clean, modern web experience.
The platform is built and delivered end-to-end, covering UI/UX, backend APIs, storage, and infrastructure.
-
Frontend Repository
https://github.com/devxtra-community/letsellr-fontend-ts -
Backend Repository
https://github.com/devxtra-community/letsellr-backend.git
- List PGs and apartments with detailed information
- Manage property availability, pricing, and status
- Centralized dashboard for property tracking
- Secure image uploads using AWS S3 Signed URLs
- Direct client → S3 uploads (no backend file handling)
- Reduced backend payload size by 80%
- Improved upload performance by 60%
- Clear workflows between owners, clients, and contractors
- Better coordination and operational transparency
- Reduced manual follow-ups
- RESTful APIs with Express.js
- Separation of frontend and backend responsibilities
- Scalable upload and storage pipeline
- Framework: Next.js
- Language: TypeScript
- UI: React, responsive design
- API Communication: REST APIs
- Runtime: Node.js
- Framework: Express.js
- Language: TypeScript / JavaScript
- Storage: AWS S3 (Signed URL uploads)
- Architecture: Modular service-based design