Skip to content

PRD (Legacy)

This section is the primary product reference for the current motmaina website.

It is intended to align product, engineering, operations, and documentation work around a shared understanding of:

  • what the website is today
  • what business and user problems it solves
  • how its major journeys are structured
  • how the current implementation is organized

This PRD focuses on the current motmaina website as it exists in the repository today.

It covers:

  • product overview and positioning
  • runtime and technical requirements
  • core product capabilities
  • user journeys
  • application architecture
  • database domain structure
  • current technology stack

This section is not intended to replace:

  • detailed API specifications
  • full ACP documentation
  • full infrastructure runbooks
  • line-by-line implementation documentation
  • full database dictionary documentation

Those materials should exist separately when deeper technical detail is needed.

This PRD is useful for:

  • product stakeholders who need a structured overview of the website
  • engineers who need context before making changes
  • operations teams who need to understand how public flows connect to internal workflows
  • documentation contributors who need one canonical starting point

If the goal is to understand the product quickly, read in this order:

  1. Overview
  2. Core Features
  3. User Flow
  4. Architecture

If the goal is to implement, maintain, or document the system more deeply, continue with:

  1. Requirements
  2. Architecture
  3. Database Schema
  4. Tech Stack
  1. Overview
  2. Requirements
  3. Core Features
  4. User Flow
  5. Architecture
  6. Database Schema
  7. Tech Stack
  • Overview explains what the website is, who it serves, and how it should be framed as a product.
  • Requirements documents what is needed to run the current application stack.
  • Core Features describes the main product capabilities currently implemented.
  • User Flow maps the major journeys users can take through the website.
  • Architecture explains how the application is structured and delivered technically.
  • Database Schema summarizes the major data domains and relationships based on migrations.
  • Tech Stack captures the runtime, framework, infrastructure, and docs tooling used today.

The current PRD scope is centered on the public-facing motmaina website and the platform areas directly connected to it, including:

  • content discovery
  • appointments and consultation journeys
  • service and specialist discovery
  • contact and inquiry handling
  • learning and course commerce
  • customer continuation from public entry points
  • public informational pages
  • routing structure
  • database domains supporting website behavior
  • supporting technical foundations

Based on the implementation reviewed in this repository, motmaina website should currently be understood as:

  • a public discovery platform
  • a service conversion layer
  • a healthcare and consultation entry surface
  • a content and education platform
  • a bridge into internal operational workflows

This framing is important because the codebase goes beyond what would normally be expected from a simple marketing website.

Use this PRD as the default reference before:

  • changing route structure
  • adding or revising user-facing features
  • updating major website flows
  • reviewing architecture impacts
  • documenting new platform capabilities