# Introduction

**Your Health Buddy** - India's first longevity-focused personal health record platform

***

## 🎯 Quick Start

**Vision**: Become India's default personal longevity OS for 100M+ Indians **Mission**: Democratize longevity science through health data transformation **Tagline**: "GitHub for your health data — own your history, optimize your longevity"

📖 [**Complete Company Docs →**](https://github.com/bit-short/aarogyadost/blob/main/docs/README.md)

> \[!note] **New to This Repository?**
>
> * 📚 Read \[\[#Repository Navigation|Repository Navigation]] below to understand the structure
> * 🔍 Use \[\[#How to Navigate|Obsidian navigation tips]] for best experience
> * ✍️ Review \[\[CLAUDE.md|Documentation Standards]] before contributing
> * 🚀 Check \[\[tech/mvp/README|Live MVP]] to see our production system
> * 💰 [**Quick Grant Tracker →**](https://github.com/bit-short/aarogyadost/blob/main/funding/grants/quick-tracker.md) for daily application status

***

## 📁 Repository Structure

### 🏢 Company & Strategy

* [**/docs/**](https://github.com/bit-short/aarogyadost/blob/main/docs/README.md) - Company overview, vision, mission, and core documentation
* [**/strategy/**](https://docs.arogyadost.in/strategy-and-planning/strategy) - High-level strategic planning and decision-making
* [**/funding/**](https://docs.arogyadost.in/business-and-funding/funding) - Investment strategy, grants, and investor research
* [**/ops/**](https://docs.arogyadost.in/operations/ops) - Operations, workflows, and team processes

### 🚀 Product & Development

* [**/product/**](https://github.com/bit-short/aarogyadost/blob/main/product/README.md) - Product strategy, MVP requirements, and roadmap
* [**/tech/**](https://docs.arogyadost.in/technical-documentation/tech) - Technical architecture, development, and infrastructure docs
* [**/website/**](https://docs.arogyadost.in/website-and-marketing/website) - Website content and marketing materials

### 📊 Research & Analysis

* [**/research/**](https://github.com/bit-short/aarogyadost/blob/main/research/README.md) - Longevity science, biomarkers, and health research
* [**/competitors/**](https://docs.arogyadost.in/competitive-analysis/competitors) - Competitive analysis and market intelligence
* [**/marketing-sales/**](https://docs.arogyadost.in/website-and-marketing/marketing-sales) - Marketing strategy and sales materials

### 🛠️ Operations & Hiring

* [**/hiring/**](https://docs.arogyadost.in/operations/hiring) - Job descriptions and recruitment
* [**/templates/**](https://docs.arogyadost.in/operations/templates) - Document templates and standardized formats

***

## 🔗 Key Documents

| Category      | Primary Documents                                                                                                                                                                                                                           |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Company**   | [Vision & Mission](https://docs.arogyadost.in/company-overview/vision-mission-values) • [Company Overview](https://docs.arogyadost.in/company-overview/company-overview)                                                                    |
| **Strategy**  | [Product Vision](https://docs.arogyadost.in/strategy-and-planning/product-vision-memo) • [Strategic Planning](https://docs.arogyadost.in/strategy-and-planning/strategy)                                                                    |
| **Product**   | [MVP Requirements](https://github.com/bit-short/aarogyadost/blob/main/product/mvp/README.md) • [Feature Ideas](https://docs.arogyadost.in/product-development/feature-ideas)                                                                |
| **Technical** | [Tech Architecture](https://docs.arogyadost.in/technical-documentation/tech) • [MVP Tech Requirements](https://github.com/bit-short/aarogyadost/blob/main/product/mvp/mvp-technical-requirements.md)                                        |
| **Business**  | [Market Analysis](https://docs.arogyadost.in/business-and-funding/market-analysis) • [Business Model](https://docs.arogyadost.in/business-and-funding/business-model)                                                                       |
| **Funding**   | [Funding Strategy](https://docs.arogyadost.in/business-and-funding/funding) • [Grant Applications](https://docs.arogyadost.in/business-and-funding/grants) • [Investor Research](https://docs.arogyadost.in/business-and-funding/investors) |

***

## 🏢 Company Info

* **Incorporated**: January 2024
* **Original Product**: Therapy bot (reached 1,500 users)
* **Pivot**: November 2025 to AarogyaDost (longevity PHR)
* **Stage**: Pre-seed / MVP Development
* **Location**: Bangalore, India
* **Focus**: Longevity, Preventive Health, Personal Health Records
* **Current Status**: Internal beta with 20 users testing MVP

***

## 📖 How to Navigate This Repository

### Using Obsidian (Recommended)

This repository is optimized for [Obsidian](https://obsidian.md/) - a powerful knowledge management tool.

**Setup:**

1. Download and install [Obsidian](https://obsidian.md/)
2. Open this repository as a vault in Obsidian
3. Enable the Graph View (icon in left sidebar) to visualize document connections
4. Use `Cmd/Ctrl + O` to quickly jump between documents

**Key Features:**

* **\[\[Internal Links]]**: Click any `[[link]]` to navigate to related documents
* **Graph View**: Visual map of all documents and their connections
* **Tags**: Filter documents by tags like `#mvp`, `#grants`, `#research`
* **Search**: Use `Cmd/Ctrl + Shift + F` for full-text search across all files
* **Backlinks**: See which documents link to the current document

### Using GitHub/Text Editor

If not using Obsidian:

* Browse directories using the structure above
* `[[Internal links]]` correspond to filenames (e.g., `[[tech/mvp/README]]` → `tech/mvp/README.md`)
* Search for keywords using GitHub search or grep/ripgrep

***

## 📝 Contributing & Documentation Standards

### Before Creating or Editing Documents

1. **Read \[\[CLAUDE.md|Documentation Standards]]** - Obsidian-compatible Markdown format
2. **Use the templates** in \[\[templates/|/templates]] for consistency
3. **Follow naming conventions**: lowercase-with-hyphens (e.g., `my-document.md`)
4. **Add YAML frontmatter** to all new documents:

```yaml
---
title: Document Title
tags:
  - tag1
  - tag2
  - tag3
created: YYYY-MM-DD
updated: YYYY-MM-DD
---
```

### Documentation Best Practices

* **Use `[[internal links]]`** to connect related documents
* **Add tags** for categorization (#product, #tech, #business, etc.)
* **Update frontmatter dates** when modifying documents
* **Use callouts** for important notes:
  * `> [!note]` for general notes
  * `> [!warning]` for warnings
  * `> [!tip]` for tips and best practices
* **Cross-reference liberally** to build the knowledge graph

### Repository Conventions

* **Product specs** live in \[\[product/|/product]] (what to build, why)
* **Technical implementation** lives in \[\[tech/|/tech]] (how to build, architecture)
* **Research & analysis** goes in respective directories (competitors, research, docs)
* **Active work** stays out of \[\[backups-archive/|/backups-archive]]
* **Templates** in \[\[templates/|/templates]] provide standard formats

***

## 🔍 Quick Navigation by Use Case

### I want to...

**Understand the company:** → \[\[docs/vision-mission-values|Vision & Mission]] • \[\[docs/company-overview|Company Overview]] • \[\[strategy/product-vision-memo|Product Vision]]

**See what we're building:** → \[\[product/mvp/mvp-prd|MVP PRD]] • \[\[tech/mvp/README|Live MVP System]] • \[\[product/feature-ideas|Feature Ideas]]

**Review technical architecture:** → \[\[tech/mvp/ARCHITECTURE|Architecture]] • \[\[tech/mvp/DEPLOYMENT\_STATUS|Deployment]] • \[\[product/mvp/mvp-technical-requirements|Tech Requirements]]

**Research competitors:** → \[\[competitors/README|Competitor Hub]] • \[\[competitors/strategic-insights|Strategic Insights]] • \[\[competitors/investor-landscape|Investor Landscape]]

**Find funding opportunities:** → \[\[funding/grants/README|Grants Overview]] • \[\[funding/investors/README|Investor Research]] • \[\[funding/grants/tasks|Research Tasks]]

**Understand longevity science:** → \[\[tech/research/biological-age-assessment|Biological Age]] • \[\[tech/research/biomarkers-of-aging|Biomarkers]] • \[\[tech/research/longevity-science-overview|Longevity Science]]

**Join the team:** → \[\[hiring/README|Hiring]] • \[\[ops/README|Operations]] • \[\[CLAUDE.md|Contribution Guide]]

***

## 📊 Repository Statistics

* **Total Directories**: 13 top-level
* **Documentation Files**: 2,000+ Markdown files
* **Templates**: Standard formats for competitors, grants, research, etc.
* **Active Components**: Web app, mobile app, backend API (all in production)
* **Last Major Update**: December 2025

***

## 🚀 Live Systems

Our MVP is **production-ready** and deployed:

* **Web App**: <https://m.arogyadost.in>
* **Backend API**: <https://api.arogyadost.in>
* **API Docs**: <https://api.arogyadost.in/docs>

See \[\[tech/mvp/README|Tech MVP Documentation]] for complete deployment details.

***

## 📞 Getting Help

* **Documentation Issues**: Check \[\[CLAUDE.md|Documentation Standards]]
* **Technical Questions**: See \[\[tech/mvp/README|Tech Documentation]]
* **Product Questions**: See \[\[product/mvp/mvp-prd|Product Requirements]]
* **General Questions**: Review directory-specific README files

***

*Last Updated: December 30, 2025* *Version: 2.0 - Enhanced Navigation & Obsidian Integration*
