···1# Red Dwarf
2-Red Dwarf is a Bluesky client that does not use any AppView servers, instead it gathers the data from [Constellation](https://constellation.microcosm.blue/) and each users' PDS.
000034
56huge thanks to [Microcosm](https://microcosm.blue/) for making this possible
78-issue tracker kanban board: [https://github.com/users/rimar1337/projects/1/views/1]https://github.com/users/rimar1337/projects/1/views/1
910## running dev and build
11in the `vite.config.ts` file you should change these values
···1# Red Dwarf
2+Red Dwarf is a Bluesky client that does not depend on Bluesky’s AppView servers.
3+4+It preserves authoritative independence by fetching records directly from each user’s PDS (via [Slingshot](https://slingshot.microcosm.blue/))
5+and reconstructing relationships through backlinks (via [Constellation](https://constellation.microcosm.blue/)),
6+while optionally using AppView as an optimization layer when available.
78
910huge thanks to [Microcosm](https://microcosm.blue/) for making this possible
1112+issue tracker kanban board: [currently on GitHub Projects](https://github.com/users/rimar1337/projects/1/views/1)
1314## running dev and build
15in the `vite.config.ts` file you should change these values
+5-3
policy.ts
···3536## About Red Dwarf
3738-Red Dwarf is a Bluesky client that does not rely on Bluesky API App Servers.
39-Instead, it uses Microcosm to fetch records directly from each user’s PDS (via Slingshot)
40-and connect them using backlinks (via Constellation).
004142## Hosting Your Own Instance
43
···3536## About Red Dwarf
3738+Red Dwarf is a Bluesky client that does not depend on Bluesky’s AppView servers.
39+40+It preserves authoritative independence by fetching records directly from each user’s PDS (via Slingshot)
41+and reconstructing relationships through backlinks (via Constellation),
42+while optionally using AppView as an optimization layer when available.
4344## Hosting Your Own Instance
45