Skip to content

Latest commit

 

History

History
104 lines (83 loc) · 6.51 KB

File metadata and controls

104 lines (83 loc) · 6.51 KB

Blorp logo


Web App · Report Bug · Request Feature · Releases

        

matrix chat


              


🚀 Download

🧪 Beta Testing

❤️ Friends of Blorp

Url Lemmy PieFed Version
blorp.lemmy.world Version
blorp.piefed.world Version
blorp.lemmy.zip Version
blorp.piefed.zip Version
b.feddit.uk Version
blorp.europe.pub Version
b.lemmy.nz Version
b.lazysoci.al Version
blorp.blahaj.zone Version
blorp.blahaj.zone Version
blorp.lemmy.ca Version
blorp.piefed.ca Version

🐳 Self host via Docker

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:latest

💬 Blorp Community

Want to ask questions, share feedback, or just chat with other Blorp users? Head over to our community at
lemmy.zip/c/blorp.

❤️ Special thanks to

  • Lay for designing the logo and banner art.
  • The PieFed team for their support and quickly resolving any and all feedback I brought them.

📚 Stack

  • 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

📄 License