PRD (Legacy)
PRD (Legacy)
Section titled “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
What This PRD Covers
Section titled “What This PRD Covers”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
What This PRD Does Not Try to Be
Section titled “What This PRD Does Not Try to Be”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.
Intended Audience
Section titled “Intended Audience”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
Recommended Reading Order
Section titled “Recommended Reading Order”If the goal is to understand the product quickly, read in this order:
- Overview
- Core Features
- User Flow
- Architecture
If the goal is to implement, maintain, or document the system more deeply, continue with:
- Requirements
- Architecture
- Database Schema
- Tech Stack
Contents
Section titled “Contents”Section Summary
Section titled “Section Summary”- 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.
Current Scope
Section titled “Current Scope”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
Current Product Framing
Section titled “Current Product Framing”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 of This Document
Section titled “Use of This Document”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