Skip to content

misabiko/SoshalThingSvelte

Repository files navigation

SoshalThingSvelte CI@main

Tweetdeck-style timeline app to display feeds from various services in columns.

Mostly for my personal use, so the code is messy and the UI is all over the place. 😊

Hosted on https://soshalthing.com


Why I use it (vs Tweetdeck)

  • Not having every image cropped
  • Mark posts as read and hide them as I read
  • Having multiple sources per timeline rather than 15 individual timelines
  • Multi-column timelines
  • Adding timelines to other websites
  • Using it for multiple services

Usage

Dev

Build with bun run build Serve the app on localhost:8080 with bun serve You can pass --port <port> to serve over a specific port

Build the extension with bun build:extension

Test with bun run test, it uses the port 8089 by default