Peer-to-peer rental marketplace for props, party supplies, and event inventory. Built on Frappe Framework with a South Indian festive theme.
- Multi-Vendor Marketplace: Listers can add their own inventory, set prices, earn money
- Beautiful Theme: South Indian festive design (rangoli, lotuses, banana leaves)
- Geotagging & Delivery: Location-based search, delivery within 50-mile radius
- Stripe Payments: Secure payments with Stripe Connect for multi-vendor payouts
- Platform Fees: 10% fee on partner network listings
- Refundable Deposits: Calculated based on order value
- DIY Videos: Attach how-to videos to listings
- Reviews & Ratings: Customer reviews for items and listers
- Click Code → Codespaces → Create codespace on main
- Wait for the container to build (~5 minutes first time)
- Run
bench startin the terminal - Open
http://localhost:8000in browser - Login:
Administrator/admin
# Prerequisites: Frappe Bench installed
cd ~/frappe-bench/apps
git clone https://github.com/Simbotix/nirmana.git
cd ~/frappe-bench
bench get-app nirmana
bench new-site nirmana.localhost
bench --site nirmana.localhost install-app nirmana
bench --site nirmana.localhost set-config developer_mode 1
bench use nirmana.localhost
bench startCopy .env.example to .env and configure:
cp .env.example .envKey settings:
STRIPE_PUBLISHABLE_KEY/STRIPE_SECRET_KEY- Payment gatewaySTRIPE_CONNECT_CLIENT_ID- Multi-vendor payoutsTWILIO_*- SMS notifications (US market)SITE_NAME- Your Frappe site name
- CLAUDE.md - Development guidelines and project context
- Frappe Framework Docs
MIT License - see LICENSE
Rajesh Medampudi (@medampudi) Simbotix - simbotix.com