/skyroh

Primary LanguageRust

Skyroh: bluesky-p2p-pds

This is a one off proof-of-concept that I'm in no way claiming I'll finish or support. Just exploring what's possible.

Intended Stack:

  • tauri as desktop/iOS/Android application host
  • ouranos for the frontend (replacing next.js with vite)
  • rsky for backend
  • iroh added to rsky-pds

nothing "works", but at least it compiles.

Tauri Parts:

cd skyroh
npm i
npm run tauri dev

rky parts:

requires rust

cd rsky/rsky-pds
cargo run