feat(website): Phase 1 marketing — star button, social share, playground CTA, WCAG, RSS#425
Conversation
…on main The wasm auto-commit step from PR #423 fails with GH013 (branch protection rules prevent direct pushes to main, even from CI). This aborts the entire deploy pipeline before Vercel runs. The WASM is now committed in git (PR #423), so the auto-commit step is redundant for normal deploys. When wasm/ source changes, rebuild and commit manually. Revert permissions back to contents: read. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…und CTA, WCAG, RSS - Hero: live GitHub star button with client-side count fetch (GitHubStarButton) - Hero: fix WCAG contrast — zinc-500/emerald-400/70 → zinc-400/emerald-400 - Blog post: X/Twitter, LinkedIn, HN share buttons after article content - Playground: post-use CTA bar with copyable go get command (after first parse) - Footer: add Release RSS feed link - Blog: add missing v1.12.0–v1.13.0 comparison links to changelog footer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ajitpratap0's task —— View job PR Review: Phase 1 Marketing Website ChangesComprehensive review completed. This PR introduces solid marketing enhancements with good code quality. Todo List
✅ Overall Assessment: APPROVEThis PR successfully implements Phase 1 marketing features with clean, maintainable code. 🎯 StrengthsCode Quality
Security
Accessibility
🔍 Detailed Findings📊 GitHub Star Button (Hero.tsx:11-42)
🔗 Social Share Buttons (blog/[slug]/page.tsx:132-169)
🎯 Playground CTA Bar (Playground.tsx:293-317)
📡 RSS Feed Link (Footer.tsx:26)
🚀 Performance Notes
🔒 Security Assessment
✅ Test Plan ValidationThe provided test plan covers key functionality:
Recommendation: All tests should pass - no blocking issues identified. 🎉 Ready to merge! This PR delivers exactly what's described: clean marketing enhancements that improve user engagement without compromising code quality or security. |
|
Claude finished @ajitpratap0's task —— View job PR Review: Phase 1 Marketing Website ChangesComprehensive review completed. This PR introduces solid marketing enhancements with good code quality. Todo List
✅ Overall Assessment: APPROVEThis PR successfully implements Phase 1 marketing features with clean, maintainable code. 🎯 StrengthsCode Quality
Security
Accessibility
🔍 Detailed Findings📊 GitHub Star Button (Hero.tsx:11-42)
🔗 Social Share Buttons (blog/[slug]/page.tsx:132-169)
🎯 Playground CTA Bar (Playground.tsx:293-317)
📡 RSS Feed Link (Footer.tsx:26)
🚀 Performance Notes
🔒 Security Assessment
✅ Test Plan ValidationThe provided test plan covers key functionality:
Recommendation: All tests should pass - no blocking issues identified. 🎉 Ready to merge! This PR delivers exactly what's described: clean marketing enhancements that improve user engagement without compromising code quality or security. |
Summary
Phase 1 marketing foundation changes — all website-only, no new features or API changes.
zinc-500→zinc-400on hero code demo labels;emerald-400/70→emerald-400on "parsed in <1ms" badge. Lifts accessibility score.go get github.com/ajitpratap0/GoSQLX+ one-click copy button. Appears after first successful SQL parse. Converts playground visitors → installers.Test plan
npx tsc --noEmitpasses (already verified clean)🤖 Generated with Claude Code