Commit graph

2 commits

Author SHA1 Message Date
0f9ee07092
Add Twitter/X syndication API support for image extraction
Twitter/X blocks regular scrapers and doesn't provide og:image meta tags.
This uses the cdn.syndication.twimg.com API to fetch tweet data including
photos, video posters, and card thumbnails.

Note: The API may return 404 for protected/deleted tweets or accounts
with restricted access - in those cases we fall back gracefully.
2026-01-16 23:31:38 -05:00
fc625fb9cf
Initial lookbook implementation
Pinterest-style visual bookmarking app with:
- URL metadata extraction (OG/Twitter meta, oEmbed fallback)
- Image caching in Postgres with 480px thumbnails
- Multi-tag filtering with Ctrl/Cmd for OR mode
- Fuzzy tag suggestions and inline tag editing
- Browser console auth() with first-use password setup
- Brutalist UI with Commit Mono font and Pico CSS
- Light/dark mode via browser preference
2026-01-16 21:14:23 -05:00