Reverto
A waste marketplace application built on frappe
- Author: ishad05
- Repository: https://github.com/ishad05/reverto
- GitHub stars: 2
- Forks: 5
- License: MIT
- Category: Other
- Maintenance: Actively Maintained
- Frappe versions: develop
Install Reverto
bench get-app https://github.com/ishad05/reverto
Add the Frappe Gems badge to your README
Maintain Reverto? Paste this into your README:
[](https://frappegems.com/gems/apps/ishad05/reverto)
About Reverto
ReVerto
A two-sided waste marketplace built on Frappe Framework. Buyers and sellers can list, discover, and transact in waste materials—with a current focus on e-waste, plastics, metals, and other recyclable categories.
Features
- Marketplace browsing – filter by category, search by keyword, and view products on an interactive map with clustering.
- Real-time negotiation – buyers initiate enquiries, sellers propose prices, and both parties chat in real time via Frappe pub/sub sockets.
- Direct purchase – skip negotiation and buy at the listed price instantly.
- Cart checkout – add multiple products, review GST-inclusive totals, and submit batch enquiries.
- Seller dashboard – manage listings, track inbound enquiries, and view completed order revenue.
- Environmental impact tracking – per-category CO₂ factor data powers a live sustainability widget showing personal and community waste diverted.
- Ratings – buyers can rate sellers (1–5 stars) after a completed transaction.
- Location-aware – product location parsed from Google Maps or OpenStreetMap URLs; user's current city shown via browser geolocation + OSM reverse-geocoding.
Tech Stack
| Layer | Technology |
|---|---|
| Backend | Frappe Framework (Python), MariaDB |
| Frontend | React + TypeScript, Vite, Tailwind CSS 4, shadcn/ui (Radix) |
| Maps | React Map GL (MapLibre), Supercluster, OpenStreetMap tiles |
| Frappe integration | frappe-react-sdk |
Installation
Install via bench:
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app reverto
Development
Frontend
cd apps/reverto/frontend
yarn dev # Vite dev server at http://reverto.localhost:5173
yarn build # Production build + copy HTML entry into reverto/www/
The dev server proxies /api, /assets, and /files to http://reverto.localhost:8000 (Frappe).
Backend tests
bench --site run-tests --app reverto
Contributing
This app uses pre-commit for code formatting and linting. Install and enable it before your first commit:
cd apps/reverto
pre-commit install
Configured tools:
- ruff – Python linting and formatting
- eslint – TypeScript/TSX linting
- prettier – JS/TS/CSS formatting
- pyupgrade – Python syntax modernisation
CI
GitHub Actions workflows:
- CI – installs the app and runs unit tests on every push to
develop. - Linters – runs Frappe Semgrep Rules and pip-audit on every pull request.
Further reading
- ARCHITECTURE.md – component overview, data model, and key flows.
- AGENTS.md – practical guide for AI agents and developers making day-to-day changes.
License
MIT
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.