Bluesky ecosystem: browser extension, self-hosted web client, CLI, and custom feed generator.
Chrome/Firefox extension providing quick access to Bluesky via sidepanel and newtab.
Distribution: Chrome Web Store, Firefox Add-ons, Edge Add-ons
Features:
- Sidepanel and newtab integration
- Timeline, author feeds, and list feeds
- Computed feeds (mutuals, quiet posters)
- Post grouping with read state tracking
- Profile viewing, search
- Built with WXT + Svelte 5 (Runes)
See extension README for details and ROADMAP for planned features.
Self-hosted Bluesky web client and feed generator service.
Distribution: Self-deployed via Docker or binary
Status: In planning. See server ROADMAP for implementation plan.
Terminal interface and command-line tools for Bluesky.
Distribution: Binary releases or build from source
Current features:
- Basic status and timeline commands
See CLI README for details and ROADMAP for planned features.
User-facing documentation built with Docusaurus.
pnpm dev:extension
# For Firefox
pnpm --filter @skypanel/extension dev:firefoxcd cli
task build
./tmp/skycli --help- Node.js 20+ with
pnpm@9(runcorepack enable) - Go 1.24+
- SQLite 3.x
SkyPanel/
├── cli/ # Go CLI and TUI
├── packages/
│ ├── extension/ # Browser extension
│ └── docs/ # Docusaurus docs
├── server/ # Go backend + web app
└── scripts/ # Development utilities- Extension → Distributed via browser stores, works standalone with Bluesky API
- CLI → Distributed as binary, interacts with Bluesky
- Server → In planning, will be self-hosted (see ROADMAP)