An entry for the streamplace vod showcase
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add Built With section crediting collaboration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+20
+20
apps/web/src/ui/DocsPage.tsx
··· 105 105 <li><strong>Scheduled Jobs</strong> - Cron-based video processing</li> 106 106 </ul> 107 107 </section> 108 + 109 + <section style={styles.section}> 110 + <h2 style={styles.h2}>Built With</h2> 111 + <p> 112 + This project was built through a collaboration between{" "} 113 + <a href="https://bsky.app/profile/mainasara.dev" target="_blank" rel="noopener" style={{ color: "var(--accent)" }}> 114 + Mainasara 115 + </a>{" "} 116 + and{" "} 117 + <a href="https://claude.ai" target="_blank" rel="noopener" style={{ color: "var(--accent)" }}> 118 + Claude 119 + </a>{" "} 120 + (Anthropic's AI assistant). 121 + </p> 122 + <p style={{ marginTop: "1rem", color: "var(--text-muted)" }}> 123 + From architecture decisions to the sprite-based video previews, search functionality, 124 + and the Navy theme you're looking at right now — Claude helped bring these ideas to life, 125 + turning concepts into working code through iterative pair programming sessions. 126 + </p> 127 + </section> 108 128 </article> 109 129 ) 110 130 }