Web App Β· Report Bug Β· Request Feature Β· Releases
- Web - blorpblorp.xyz
- iOS
- Android
- macOS
| Url | Lemmy | PieFed | Version |
|---|---|---|---|
| blorp.lemmy.world | β | β | |
| blorp.piefed.world | β | β | |
| blorp.lemmy.zip | β | ||
| blorp.piefed.zip | β | ||
| b.feddit.uk | β | ||
| blorp.europe.pub | β | ||
| b.lemmy.nz | β | β | |
| b.lazysoci.al | β | ||
| blorp.blahaj.zone | β | β | |
| blorp.blahaj.zone | β | β | |
| blorp.lemmy.ca | β | β | |
| blorp.piefed.ca | β | β |
Recommended: use the Blorp deployment configuration tool
# pull the latest Blorp image
docker pull ghcr.io/blorp-labs/blorp:latest
# run it on port 8080 (host β container), passing any runtime envβvars you need
docker run -d \
--name blorp \
-p 8080:80 \
-e REACT_APP_NAME="Blorp" \
-e REACT_APP_DEFAULT_INSTANCE="https://lemmy.world,https://piefed.zip" \
-e REACT_APP_LOCK_TO_DEFAULT_INSTANCE="1" \
-e REACT_APP_INSTANCE_SELECTION_MODE="default_first"
ghcr.io/blorp-labs/blorp:latestWant to ask questions, share feedback, or just chat with other Blorp users? Head over to our community at
lemmy.zip/c/blorp.
- React β The library for web and native user interfaces
- Ionic/Capacitor β An open source UI toolkit for building performant, high-quality mobile apps using web technologies
- Tauri β Create small, fast, secure, cross-platform applications
- Vite β Next Generation Frontend Tooling
- Zustand β Bear necessities for state management in React
- TanStack Query β Powerful asynchronous state management for TS/JS, React, Solid, Vue, Svelte and Angular
- TanStack Virtual β Headless UI for Virtualizing Large Element Lists
- Voyager. I settled on a stack that is pretty similar to Voyager. There are a bunch of problems that Voyager had already solved that I was able to solve very quickly by looking at their codebase. Special thanks to aeharding for answering many of my questions. I also regularly test Blorp against Voyager to ensure I deliver the quality of app that Blorp users deserve.
- The PieFed team for their support and quickly resolving any and all feedback I brought them.
- AGPL-3.0 Β© Blorp
- You can also view all the licenses of the libraries we ship in our app




