campfire/README.md

42 lines
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
and mastodon-compatible instances. anything beyond this will likely be
incompatible, and the web console will get very upset.
## features
### current
- a read-only, infinite-scrolling feed
- custom emotes and reactions (again, read-only)
- fun, clicky buttons! (they still do nothing)
### planned
- posting! (incl. replies and quotes)
- reacting!
### "maybe"
2024-06-19 21:20:39 +00:00
- multiple account support
2024-06-17 20:40:39 +00:00
- post editing/deletion
2024-06-19 21:20:39 +00:00
- live updates over websocket
- 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! ✨