Skip to content

A web front-end for the Diskuto distributed social network protocol

License

Notifications You must be signed in to change notification settings

diskuto/diskuto-web

Repository files navigation

JSR Version

Diskuto-Web

Diskuto-Web is a web front-end for the Diskuto protocol.

Goals

  • Complete separation from the Diskuto API.
  • Server-side rendering for reading content.
    This gives quick initial loads, great SEO, and a better experience for people on limited devices.
  • Users' private keys are never sent to the server.
  • I hope this is easy to clone and modify, so that people can fork and experiment with their own views of the Diskuto social network!

Usage From Source

  • Clone this repo.
  • Copy diskuto-web.sample.toml to diskuto-web.toml and update it as needed.
  • Run deno task build
  • Run deno task start

Usage from JSR

  • Create a diskuto-web.toml following the format from diskuto-web.sample.toml.
  • deno run -RNE jsr:@diskuto/web start

About

A web front-end for the Diskuto distributed social network protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published