Skip to content

Bl🪐rp Social – another Lemmy client nobody asked for. Web, iOS & macOS, and more!

License

Notifications You must be signed in to change notification settings

Fedihosting-Foundation-Forks/blorp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blorp logo

Blorp

Web App · Report Bug · Request Feature · Releases

     

matrix chat


              


Try it!

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
b.feddit.uk Blorp hosted by the feddit.uk team

🚀 Download

🧪 Beta Testing

🐳 Self host via Docker

# 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

💬 Blorp Community

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

📚 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

❤️ Special thanks to

  • 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.

📄 License

About

Bl🪐rp Social – another Lemmy client nobody asked for. Web, iOS & macOS, and more!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.4%
  • CSS 2.8%
  • Swift 2.2%
  • Makefile 0.8%
  • Shell 0.5%
  • Java 0.3%
  • Other 1.0%