Nirmana

Nirmana - Peer-to-peer rental marketplace for props, party supplies, and event inventory. Built on Frappe Framework.

Install Nirmana

bench get-app https://github.com/Simbotix/nirmana

Add the Frappe Gems badge to your README

Maintain Nirmana? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=Simbotix%2Fnirmana)](https://frappegems.com/gems/apps/Simbotix/nirmana)

About Nirmana

Nirmana

Peer-to-peer rental marketplace for props, party supplies, and event inventory. Built on Frappe Framework with a South Indian festive theme.

Features

  • 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

Quick Start

  1. Click CodeCodespacesCreate codespace on main
  2. Wait for the container to build (~5 minutes first time)
  3. Run bench start in the terminal
  4. Open http://localhost:8000 in browser
  5. Login: Administrator / admin

Local Development

# 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 start

Configuration

Copy .env.example to .env and configure:

cp .env.example .env

Key settings: - STRIPE_PUBLISHABLE_KEY / STRIPE_SECRET_KEY - Payment gateway - STRIPE_CONNECT_CLIENT_ID - Multi-vendor payouts - TWILIO_* - SMS notifications (US market) - SITE_NAME - Your Frappe site name

Documentation

License

MIT License - see LICENSE

Author

Rajesh Medampudi (@medampudi) Simbotix - simbotix.com

Related Developer Tools apps for Frappe & ERPNext

  • Frappe — Low code web framework for real world applications, in Python and Javascript
  • Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
  • Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
  • Bench — CLI to manage Multi-tenant deployments for Frappe apps
  • Frappe Ui — A set of components and utilities for rapid UI development
  • Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
  • Gameplan — Open Source Discussions Platform for Remote Teams
  • Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.