Project: pipermorgan.ai website
Repository: site/ directory in main Piper Morgan project
Timeline: MVP launch within 5 days
Architecture: Claude (Strategic UX) β Christian (PM) β Lead Dev β Claude Code β Cursor Agent
Recommended: Next.js with static site generation
/pages/
βββ index.js # Homepage
βββ about.js # About/Project info
βββ newsletter.js # Newsletter signup (redirect from forms)
βββ blog/
βββ index.js # Medium feed integration
:root {
--primary-teal: #2DD4BF;
--primary-orange: #FB923C;
--text-dark: #1F2937;
--text-light: #6B7280;
--background: #FFFFFF;
--surface: #F9FAFB;
}
/* Mobile First */
@media (min-width: 640px) { /* Small */ }
@media (min-width: 768px) { /* Medium */ }
@media (min-width: 1024px) { /* Large */ }
<!-- Embed code provided by Christian after service setup -->
<div id="convertkit-form-container">
<!-- ConvertKit form embed -->
</div>
// Fetch latest 5 posts from Medium publication
const MEDIUM_RSS = 'https://medium.com/feed/building-piper-morgan';
// Parse and display: title, excerpt, publish date, read link
<head>
<title>Piper Morgan - AI Product Management Assistant</title>
<meta name="description" content="Building-in-public: AI-powered PM methodology that shows its work" />
<!-- Additional meta tags for social sharing -->
</head>
This MVP serves as professional placeholder supporting Christianβs building-in-public methodology documentation. The site should feel like a credible βsoft launchβ that practitioners can engage with while full content is developed.
Audience: Senior PMs, UX leaders, civic tech practitioners, AI-curious professionals Brand: Systematic excellence, transparent process, intelligent collaboration Voice: Professional warmth, approachable expertise, building-in-public authenticity
Ready for development kickoff! This brief provides comprehensive direction while preserving flexibility for implementation details and agent coordination.