A simple tool which lets you scrape twitter accounts and crosspost them to bluesky accounts! Comes with a CLI and a webapp for managing profiles! Works with images/videos/link embeds/threads.
fix: use middleware for catch-all route in Express 5
Express 5's path-to-regexp does not support wildcard patterns like * or /*. Using app.use() as a fallback middleware properly serves the frontend when no API route matches.