# Public Docs Page Copy

## Purpose

The public docs should separate product concepts from implementation details,
but they should not hide the real engineering status. The best first docs page
is a guided index into the repo-native docs that already exist.

## Proposed Docs Sections

| Section | Public title | Source |
|---|---|---|
| Overview | Nibiru Engine Overview | `../docs/product/nibiru_engine_product_overview.md` |
| Demo | Interactive Machine Viewer | `../docs/product/interactive_machine_frontend.md` |
| Artifact Contract | Blind-RAM MDVM Execution Artifact | `../docs/zk/blind_ram_mdvm_execution_artifact_spec.md` |
| Receipts | Blind-RAM MDVM ZK Receipt Spec | `../docs/zk/blind_ram_mdvm_zk_receipt_spec.md` |
| Privacy / MPC | Privacy-Mode Owner-Proved and MPC Receipt Spec | `../docs/zk/privacy_mode_mpc_receipt_spec.md` |
| Recursion | Recursive IPA Verifier Spec | `../docs/zk/mdvm_recursive_ipa_verifier_spec.md` |
| FHE Backend | FHE Backend Build Path | `../docs/status/fhe_backend_build_path_reference.md` |
| Business Strategy | Compute Market Strategy | `../docs/business_strategy/nibiru_compute_market_strategy.md` |
| Market Research | Market Opportunity Research | `../docs/business_strategy/nibiru_market_opportunity_research.md` |
| Engineering | Code Onboarding | `../docs/CODE_ONBOARDING.md` |

## Docs Landing Copy

```text
The Nibiru Engine is a verifiable confidential compute engine. These docs track
the current implementation and commercial path: the encrypted VM, execution
artifact contract, ZK receipt path, MPC witness-generation track, recursive
verifier workbench, public viewer, and proof-settled confidential job strategy.
```

## Reading Paths

For product readers:

```text
Overview -> Demo -> Current Status
```

For builders:

```text
Code Onboarding -> Artifact Contract -> Receipt Spec -> Privacy / MPC -> FHE Backend
```

For cryptography reviewers:

```text
Receipt Spec -> Privacy / MPC -> Recursive IPA Verifier -> IPA Closure Note
```

For website builders:

```text
site/README.md -> site/brand-and-ia.md -> site/content/*.md -> frontend/
```
