social media for the galaxy-wide-web! 🌌 https://campfire.bliss.town
Go to file
2024-06-29 14:54:03 +01:00
res you wouldn't redesign a whole app in one commit 2024-06-28 06:19:14 +01:00
src refresh timeline when clicking timeline button 2024-06-29 14:54:03 +01:00
.gitattributes you wouldn't redesign a whole app in one commit 2024-06-28 06:19:14 +01:00
.gitignore restructure for sveltekit 2024-06-29 10:46:27 +01:00
LICENSE first commit! 🎉 2024-06-16 07:31:16 +01:00
package-lock.json finish sk restructure, a11y and optimisations 2024-06-29 14:49:08 +01:00
package.json finish sk restructure, a11y and optimisations 2024-06-29 14:49:08 +01:00
README.md updated readme 2024-06-28 08:48:31 +01:00
svelte.config.js finish sk restructure, a11y and optimisations 2024-06-29 14:49:08 +01:00
vite.config.js restructure for sveltekit 2024-06-29 10:46:27 +01:00

space social

social media for the galaxy-wide-web! 🌌

this is a neat experiment in building as much of a fediverse-compatible software stack as i can (at least before the crippling weight of the full activitypub spec finally cripples me)

starting, of course, with a nice frontend!

should you choose to play around with this yourself, just know that many things are bound not to work! notably, this has only been tested on iceshrimp and mastodon API-compliant instances. anything beyond this will likely be incompatible, and the web console will get very upset.

features

current

  • infinite-scrolling feed
  • log in with most/all fedi services! (with varying compatibility)
  • ability to favourite, boost, and react to posts
  • view threads in context
  • fun, clicky buttons!

planned

  • posting! (incl. replies and quotes)
  • live feed
  • notifications feed

"maybe"

  • fast account switching
  • post editing/deletion
  • push notifications

try it out!

  • git clone this repo
  • npm install the dependencies
  • npm run dev to spin up the dev environment
  • have fun!