claire fork :3
Find a file
2025-07-23 20:56:21 +02:00
res rebrand to campfire! 2024-06-30 17:45:04 +01:00
src German lang files 2025-07-23 20:56:21 +02:00
static rebrand to campfire! 2024-06-30 17:45:04 +01:00
.gitattributes you wouldn't redesign a whole app in one commit 2024-06-28 06:19:14 +01:00
.gitignore SEO tags and version 0.2.0-rev3 2024-06-30 00:05:35 +01:00
bun.lock chore: migrate to bun 2025-07-13 15:29:21 +01:00
CHANGELOGS.md update changelogs 2025-01-19 22:42:26 +00:00
LICENSE first commit! 🎉 2024-06-16 07:31:16 +01:00
package.json version bump to v0.4.0 2025-01-19 22:42:37 +00:00
README.md chore: update readme to change npm -> bun 2025-07-14 16:40:09 +01:00
svelte.config.js add localisation support 2025-07-13 18:35:26 +01:00
vite.config.js feat: add git commit hash 2025-07-21 19:49:55 +01:00

Campfire

social media for the galaxy-wide-web! 🌌

this is a very experimental frontend for browsing the fediverse, built from the ground up in svelte!

should you choose to play around with this yourself, just know that many things are bound not to work! notably, campfire is currently only being battle-tested on 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
  • notifications feed
  • fun, clicky buttons!

planned

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

"maybe"

  • fast account switching
  • post editing/deletion
  • push notifications
  • ...and potentially much more as development continues!

try it out!

campfire uses bun as a package manager and runtime.

  • git clone this repo
  • bun install the dependencies
  • bun run dev to spin up the dev environment

if you wish to run this in production, you need only bun run build and place the static files somewhere accessible by a static webhost, such as nginx or apache! note: your web server should attempt to reach /fallback.html before erroring out.

have fun!