Conversation
- New /principles/ page with 10 heart-centered engineering principles - Each principle includes: explanation, in-practice examples, anti-patterns, engineering implications - Added 'For Builders' to homepage nav (desktop + mobile) - Added principles preview section on homepage (3x3 card grid) - Added 'Design Principles' to footer resources - Updated sitemap.xml - Full SEO: OG tags, Twitter cards, Schema.org Article + BreadcrumbList - Matches existing design system (Fraunces/DM Sans, of-* tokens, AOS, Alpine.js)
PR Review: ✨ Design Principles for BuildersThis is a well-crafted addition — substantive content, consistent design, and good attention to SEO and accessibility. A few things worth addressing before merge: 🐛 Issues1. Nav inconsistency in The homepage nav includes a "Heart-Centered Prompts" link that's absent from the principles page nav. All section pages should share a consistent nav structure. Homepage nav order: Vision → Manifesto → Heart-Centered Prompts → For Builders → Heart Intelligence → Why Claude? 2. Copyright year mismatch The principles page footer says 3. Homepage preview shows 9 of 10 principles The 3×3 grid previews all principles except #10 (Ecosystem Thinking 🌍). This may be intentional, but a visitor counting the cards would find 9 while the linked page delivers 10. Consider either adding a 10th card (making it a 2×5 or 3×4 layout) or adding a subtle "+1 more" indicator, so the preview accurately reflects what's inside.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }), | ||
| (e.__SV = 1)); | ||
| })(document, window.posthog || []); | ||
| posthog.init("phc_2eFCEwUz6P8zUEt9tYDOQnLkYZCGlYUV4CDKEkJ76Hp", { |
There was a problem hiding this comment.
Principles page uses different PostHog project key
High Severity
posthog.init uses a different project key than the rest of the site, so analytics events from /principles/ go to a separate PostHog project. This breaks cross-page funnel/session tracking and hides page performance in the primary dashboard.
|
PR Review: Design Principles for Builders - This is a well-crafted addition. Two issues found: (1) Bug - Quick nav has 9 items but there are 10 principles; Ecosystem Thinking is missing from the nav grid. (2) Copyright year - footer says 2025 but Schema.org dates are 2026-03-16. Strengths: design consistency with existing site, good accessibility (aria-label, aria-expanded, 44px touch targets, semantic article elements), complete SEO implementation (OG/Twitter/Schema.org), nav updated correctly in both desktop and mobile. Minor: alpinejs@3.x.x is a floating range worth pinning eventually. Overall solid work - fix the two issues above and this is ready to merge. |


What
Adds a new Design Principles for Heart-Centered AI page aimed at software engineers — translating the philosophical foundation into concrete system design decisions.
New Page:
/principles/Ten engineering principles, each with:
The 10 Principles
Homepage Changes
Other
sitemap.xmlWhy
The site currently speaks to prompt users and philosophy readers. This page makes HeartCentered.ai relevant to builders, founders, and engineers — people who need to know what these ideas mean in system design, not just in conversation framing.
Inspired by Keep The Future Human — which gives engineers governance vocabulary. This gives them a design ethics vocabulary.