RopMitra — Nursery Operations & Automation Platform

Co-Founder & Lead Product Developer · 2026 · 3 months · 2 people · 2 min read

Co-founded and built RopMitra (ropmitra.com) for nursery operations, taking the product to market and raising ₹2 Lakh in funding while optimizing the system for <80MB RAM VMs.

Overview

RopMitra is a vertical SaaS nursery-management software operating across Maharashtra. It digitizes unorganized nursery operations including seedling batch tracking, inventory, billing, Marathi PDF receipts, and automated customer WhatsApp outreach.

Problem

Plant nurseries operate manually with paper registers, causing untracked inventory spoilage, lost revenue on pending payments, and zero automated customer retention. On the infrastructure side, low hosting budgets required the core automation engine to run on an Oracle Always Free VM constrained to <80MB allocated RAM.

Constraints

  • Must run reliably under 80MB RAM limits without memory leaks or crashes
  • Enforce strict rate-limiting (1 message / 5 min) to prevent anti-spam bans
  • Zero external daemon dependencies (e.g. Redis) to minimize hosting costs
  • Support multi-user SQLite session isolation and regional Marathi PDF receipts

Approach

Built a full-stack SaaS platform using React 18, Vite, Node.js, and Express. Designed an embedded transactional task queue using better-sqlite3 for zero-memory background job execution and integrated Evolution API for WhatsApp delivery.

Key Decisions

Use embedded SQLite (better-sqlite3) instead of Redis for job queueing

Reasoning:

Eliminated the 40-60MB memory footprint of a Redis daemon in a <80MB RAM environment while maintaining ACID guarantees.

Alternatives considered:
  • Redis + BullMQ
  • RabbitMQ

Build specialized vertical business modules (Batches, Payments, Marathi PDFs)

Reasoning:

Targeted localized nursery pain points rather than offering generic CRM features, driving fast adoption among nursery owners.

Tech Stack

  • TypeScript
  • React 18
  • Vite
  • Node.js
  • Express
  • SQLite
  • better-sqlite3
  • Evolution API
  • Supabase
  • Docker

Result & Impact

  • ₹2 Lakh Funding
    Capital Raised
  • MH Nursery Operations
    Target Market
  • < 80MB RAM
    RAM Footprint

Proved end-to-end founder execution: from problem discovery to software development, market validation, monetization, and raising seed capital.

Learnings

  • Focusing on unserved traditional business workflows (nursery operations) unlocks immediate willingness-to-pay.
  • Embedded SQLite is remarkably fast and lightweight for single-node queue processing.

Founder Execution & Product Architecture

RopMitra represents a complete journey from problem discovery to market deployment and seed funding.

Business & Operational Impact

  1. Market Validation & Funding: Developed and launched the product in the local market, validating customer demand and raising ₹2 Lakh.
  2. Operations Digitization: Replaced manual paper registers with batch tracking, inventory management, transport profit tracking, and pending bill alerts.
  3. Marathi WhatsApp Notifications: Automated delivery of PDF invoices in Marathi directly to customer phones via WhatsApp.