interactive intro to open social at-me.zzstoatzz.io
25
fork

Configure Feed

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

use typeahead.waow.tech for actor search

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

zzstoatzz 06414ca8 e9285c0f

+1 -1
+1 -1
src/landing/main.js
··· 38 38 // Search for handles using Bluesky's search 39 39 async function searchHandles(query) { 40 40 try { 41 - const response = await fetch(`https://public.api.bsky.app/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=8`); 41 + const response = await fetch(`https://typeahead.waow.tech/xrpc/app.bsky.actor.searchActorsTypeahead?q=${encodeURIComponent(query)}&limit=8`); 42 42 if (response.ok) { 43 43 const data = await response.json(); 44 44 return data.actors.map(actor => ({