MemoPop AI Landing Page and Project Gallery Update

Summary

Created a landing page for MemoPop AI -- our open-source multi-agent investment memo orchestrator -- and replaced the placeholder "Water Themed Site" project in the header navigation grid.

Why Care

MemoPop AI is a production-ready system that generates institutional-quality investment memos using 33 specialized AI agents, premium data sources (Perplexity Sonar Pro with @source targeting), and firm-specific branded exports. Supported by Hypernova Capital, Avalanche VC, and Emerge Capital. The landing page gives this project public visibility for the first time.

Implementation

MemoPop AI Landing Page (/projects/gallery/memopop-ai)

Page structure:
  1. Hero with "Open Source" badge, gradient title, supporter links
  2. Stats bar -- 33 agents, 8+ premium sources, 20 sections, 3 firms
  3. Why This Exists -- 3-card grid: One Prompt Isn't Enough, VC Analysts Spend Days, Proprietary Thinking Matters
  4. The Pipeline -- 8-step visual: Deck Analysis → Research → Writing → Enrichment → Fact-Check → Scorecard → Validation → Export
  5. Feature deep dives -- 4 alternating sections: agent pipeline, premium sources, multi-tenant architecture, scorecard system
  6. CLI Preview -- Terminal mockup showing the interactive memopop command
  7. CTA -- Open source, bring your own keys

Header Navigation Update

Replaced the placeholder "Water Themed Site" (water-template-ce) with MemoPop AI (memopop-ai) in the project gallery config. The header's 6-project grid now shows: Augment-It, Context Vigilance, Astro Knots, Content Farm, Lossless Flavored Markdown, MemoPop AI.

Import Path Cleanup

Switched all three new landing pages (astro-knots, context-vigilance, memopop-ai) from relative ../../../ imports to @layouts/, @basics/ path aliases as configured in tsconfig.json.

Files Changed

text
Created:
  src/pages/projects/gallery/memopop-ai.astro
  src/content/messages/projectMemopopAI.json

Modified:
  src/config/project-gallery.json (replaced water-template-ce with memopop-ai)
  src/pages/projects/gallery/astro-knots.astro (import aliases)
  src/pages/projects/gallery/context-vigilance.astro (import aliases)
  package.json (version 0.0.3.0)