# 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/**](/strategy-and-planning/strategy.md) - High-level strategic planning and decision-making
* [**/funding/**](/business-and-funding/funding.md) - Investment strategy, grants, and investor research
* [**/ops/**](/operations/ops.md) - 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/**](/technical-documentation/tech.md) - Technical architecture, development, and infrastructure docs
* [**/website/**](/website-and-marketing/website.md) - 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/**](/competitive-analysis/competitors.md) - Competitive analysis and market intelligence
* [**/marketing-sales/**](/website-and-marketing/marketing-sales.md) - Marketing strategy and sales materials

### 🛠️ Operations & Hiring

* [**/hiring/**](/operations/hiring.md) - Job descriptions and recruitment
* [**/templates/**](/operations/templates.md) - Document templates and standardized formats

***

## 🔗 Key Documents

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

***

## 🏢 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*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arogyadost.in/company-overview/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
