Web App · Report Bug · Request Feature · Releases
Url | Description |
---|---|
blorpblorp.xyz | ✅ Official site updated multiple times a week |
blorp.lemmy.zip | Blorp hosted by the lemmy.zip team |
blorp.piefed.zip | Blorp hosted by the piefed.zip team |
# pull the latest Blorp image
docker pull christianjuth/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_DEFAULT_INSTANCE="https://lemmy.zip" \
-e REACT_APP_NAME="Blorp" \
-e REACT_APP_LOCK_TO_DEFAULT_INSTANCE="false" \
christianjuth/blorp:latest
Want to ask questions, share feedback, or just chat with other Blorp users? Head over to our community at
lemmy.ml/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
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.
- GPL-3.0 © Blorp
- You can also view all the licenses of the libraries we ship in our ap