Skip to content
All work

Commercial · 2024

Simple Patro

Admin platform behind a production Nepali calendar

Commercial product · private codebase

ReactTypeScriptREST APIs

Overview

The admin platform powering Simple Patro, a widely used Nepali calendar — centralized management of holidays, events, horoscopes and auspicious-time data published daily to a large audience.

The Problem

Culturally sensitive, time-critical content — panchang data, holidays, horoscopes — was being managed through fragile manual processes where a single wrong date ships to thousands of users.

The Solution

Structured admin workflows for daily publishing: validated forms, reusable components and state management designed around the operators' actual daily routine, making the correct action the fast one.

Architecture

  • Reusable form and table components with structured state management for maintainability.
  • Validation at the edit boundary so bad data is caught before publish, not after.

Key Features

  • Holiday, event and horoscope content pipelines
  • Auspicious-time (sait) workflow management
  • Publish-safe editing with validation

Challenges

Accuracy as the core feature

Calendar data has zero tolerance for error — it's checked against tradition, not just schemas. The UI surfaces context (adjacent days, previous years) so operators verify while they edit.

Performance

  • Component reuse cut new-workflow build time significantly as the admin surface grew.

Lessons Learned

Admin tools deserve product thinking. Operators are users too, and their efficiency compounds daily.