campfire/README.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-17 20:40:39 +00:00
# space social
2024-06-16 06:31:16 +00:00
2024-06-17 20:40:39 +00:00
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
2024-06-28 07:47:02 +00:00
and mastodon API-compliant instances. anything beyond this will likely be
2024-06-17 20:40:39 +00:00
incompatible, and the web console will get very upset.
## features
### current
2024-06-28 07:47:02 +00:00
- 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!
2024-06-17 20:40:39 +00:00
### planned
- posting! (incl. replies and quotes)
2024-06-28 07:47:02 +00:00
- live feed
- notifications feed
2024-06-17 20:40:39 +00:00
### "maybe"
2024-06-28 07:47:02 +00:00
- fast account switching
2024-06-17 20:40:39 +00:00
- post editing/deletion
2024-06-19 21:20:39 +00:00
- push notifications
2024-06-17 20:40:39 +00:00
## try it out!
- `git clone` this repo
- `npm install` the dependencies
- `npm run dev` to spin up the dev environment
- have fun! ✨