Social Annotations in the Atmosphere
15
fork

Configure Feed

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

fix: misc

+10 -6
+5 -5
landing/about.html
··· 49 49 <h2>Get Started</h2> 50 50 <p>To start using Seams, you'll need:</p> 51 51 <ul> 52 - <li>An AT Protocol account (most likely a Bluesky account)</li> 52 + <li>An AT Protocol account (most likely a <a href="https://bsky.social/">Bluesky</a> or <a href="https://blackskyweb.xyz/">Blacksky account</a>)</li> 53 53 <li>The Seams browser extension (available for Chrome and Firefox)</li> 54 - <li>Or, simply paste any URL into the search bar on the <a href="/">home page</a> to annotate without installing anything using our proxy.</li> 54 + <li>Or, paste any URL into the search bar on the <a href="/">home page</a> to annotate without installing anything using our proxy.</li> 55 55 </ul> 56 - <p>Once installed, simply highlight text on any webpage and add your annotation. Your insights become part of the collective knowledge layer.</p> 56 + <p>Once installed, highlight text on any webpage and add your annotation. Your annotation becomes part of the collective knowledge layer.</p> 57 57 58 58 <h2>Privacy</h2> 59 - <p>...or "We don't want you data"</p> 59 + <p>...or "We don't want your data"</p> 60 60 <ul> 61 - <li><strong>Your annotations are yours</strong> - They're stored in your AT Protocol Personal Data Server (PDS), which you control. We don't own and won't try to sell your data.</li> 61 + <li><strong>Your annotations are yours</strong> - They're stored in your AT Protocol Personal Data Server (PDS), which you control. We don't own and can't sell your data.</li> 62 62 <li><strong>Public by default</strong> - Annotations you create are publicly visible to anyone who visits the same page or finds them through our feed. This is a social annotation tool, not a private archive. When AT Protocol introduces more granular privacy controls, we will adopt their approach.</li> 63 63 <li><strong>What we collect</strong> - The app indexes annotations from your PDS for display. We cache profile information (handle, display name, avatar) for performance. We don't track your browsing behavior or use analytics that can personally identify you.</li> 64 64 </ul>
+4
landing/landing.css
··· 433 433 display: flex; 434 434 gap: 10px; 435 435 width: 100%; 436 + align-items: stretch; 436 437 } 437 438 438 439 .url-form input[type="url"] { ··· 444 445 transition: border-color 0.2s; 445 446 font-family: inherit; 446 447 background: #fff; 448 + min-width: 0; 447 449 } 448 450 449 451 .url-form input[type="url"]:focus { ··· 463 465 transition: all 0.2s; 464 466 white-space: nowrap; 465 467 font-family: inherit; 468 + flex-shrink: 0; 469 + min-width: fit-content; 466 470 } 467 471 468 472 .url-form button[type="submit"]:hover {
+1 -1
package.json
··· 1 1 { 2 2 "name": "seams", 3 - "version": "1.0.6", 3 + "version": "1.0.7", 4 4 "description": "Web annotation extension built on AT Protocol", 5 5 "main": "index.js", 6 6 "scripts": {