Skip to content

Memoir Template

Turn any family story into a beautiful, private multi-language memoir site.

Built with MkDocs Material + AWS (CloudFront + S3 + Cognito). 4 languages out of the box. AI translations and illustrations included.

What You Get

  • 📖 Book-like reading experience, mobile-friendly
  • 🌍 4 languages (RU, UK, EN, FR) — add more with AI
  • 🔒 Private access: only your invited family reads it
  • 🖼️ AI-generated chapter illustrations
  • 🎞️ Marp slide decks per chapter
  • ⚡ Fast global CDN (AWS CloudFront)

Pricing

Tier Price Best for
DIY $49–99 one-time Tech-savvy families
Managed $199/mo Hands-off setup
Agency $2,000–5,000 "Just make it happen"

See full pricing →

Quick Start

git clone https://github.com/yevgen-ponomarenko/victor-bio-docs-processor
uv run mkdocs serve

Full quick start guide →


Seamless Navigation


For Collaborators & Partners


Embed this navigation in your MARP slides for seamless switching:
<a id="book-link" href="#">Go to Book</a>
<script>
    const isLocal = window.location.hostname === "localhost";
    document.getElementById("book-link").href = isLocal
        ? "http://localhost:8000/"
        : "https://bio.victor.ponomarenko.io/";
</script>