# Milestone 0 · Phase 3 — Samples & Docs **Objective:** provide living examples so every change to the builder/tooling is exercised in CI. This phase adds doctest-backed quickstarts plus integration tests wiring tidalDB into typical Rust stacks. **Success criteria** - Quick-start snippet (For You microdemo) lives in `/examples` and is referenced from docs/site; compiled via `cargo test --doc`. - Axum/Actix embedding examples show graceful shutdown and metrics wiring. - CONTRIBUTING section updated with “run the samples” checklist. **Dependencies:** Phase 1 + 2 (uses builder + CLI output). **Unblocks:** Developer onboarding, future blog posts, automated regression tests.