personal memory agent
0
fork

Configure Feed

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

Add product description, GitHub CTA, and trademark footer attribution

Adds tagline copy and "get started on github" link below the heading.
Updates footer with trademark notice for specimen strength.

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

+19 -1
+19 -1
docs/index.html
··· 50 50 footer a:hover { 51 51 text-decoration: underline; 52 52 } 53 + .tagline { 54 + max-width: 500px; 55 + width: 90vw; 56 + font-size: 1rem; 57 + line-height: 1.6; 58 + color: #555; 59 + text-align: center; 60 + margin-bottom: 1.5rem; 61 + } 62 + .cta { 63 + color: #888; 64 + font-size: 0.95rem; 65 + } 66 + .cta:hover { 67 + text-decoration: underline; 68 + } 53 69 </style> 54 70 </head> 55 71 <body> 56 72 <a href="https://github.com/solpbc/solstone"><img src="static/logo.png" alt="solstone logo" class="logo"></a> 57 73 <h1>solstone</h1> 58 - <footer>© 2026 <a href="https://solpbc.org">sol pbc</a></footer> 74 + <p class="tagline">captures everything you see and hear, processes it with AI, and gives you a searchable memory of your entire digital life. open source, privacy-first, yours.</p> 75 + <a href="https://github.com/solpbc/solstone" class="cta">get started on github →</a> 76 + <footer>© 2026 <a href="https://solpbc.org">sol pbc</a> · solstone is a trademark of sol pbc.</footer> 59 77 </body> 60 78 </html>