Skip to content

1quericonfki/wefwef

Repository files navigation

wefwef logo

wefwef alpha

A mobile-first Lemmy web client


matrix chat


wefwef screenshots

⚠️ wefwef is in Alpha

wefwef is an Apollo-like open source web client for Lemmy. It's a mobile-first app, but works great on desktop devices, too. Please feel free to try it out, but be aware you will likely encounter bugs and missing functionality.

What does wefwef currently support?

  • Light/dark mode
  • Single thread context view
  • View and subscribe to communities
  • Upvote, downvote and reply to threads and comments
  • Interact with user profiles
  • Comment thread collapsing
  • A bunch of swipe gestures

What is on the roadmap?

  • Multi account support
  • Creating posts
  • Android theme
  • Native notifications and badging
  • ...and more!

💪 Mobile webapps are awesome

Native apps can be great, but we believe in the strengths of the web. Why use a web-based Lemmy client?

  • Cross-platform Use the familiar wefwef interface on your phone, tablet, desktop computer, and more!
  • Self-hostable No worries about your favorite app getting taken down, and you can customize to your desire!
  • Lightweight No large installation bundles - and it's easy to try it out

Deployment

Official Deployment

The wefwef team maintains a deployment at:

Self-Host Docker Deployment

In order to host wefwef yourself you can use the provided Dockerfile to build a container with wefwef. The Docker container itself does not provide any SSL/TLS handling. You'll have to add this bit yourself. One could put wefwef behind popular reverse proxies with SSL Handling like Traefik, NGINX etc.

  1. checkout source git clone https://github.com/aeharding/wefwef.git
  2. got into new source dir: cd wefwef
  3. build Docker image: docker build .
  4. start container: docker-compose up -d

Note: The provided Dockerfile creates a container which will eventually run wefwef as non-root user.

Ecosystem

These are currently not any known deployments using wefwef. Be the first and make a PR!

Note: Community deployments are NOT maintained by the wefwef team. They may not be synced with wefwef's source code. Please do your own research about the host servers before using them.

💖 Sponsors

If you're enjoying wefwef, you can sponsor it:

We would also appreciate sponsoring other contributors to wefwef. If someone helps you solve an issue or implement a feature you wanted, supporting them would help make this project and OS more sustainable.

🧑‍💻 Contributing

We're really excited that you're interested in contributing to wefwef! Before submitting your contribution, please read through the following guide.

Local Setup

Clone the repository and run on the root folder:

yarn
yarn run dev

Warning: you will need corepack enabled.

Testing

wefwef uses Vitest. You can run the test suite with:

yarn test

📲 PWA

wefwef works best added to the homescreen. There are certain features that only work there, like badging and smooth page transitions.

🦄 Stack

  • React - The library for web and native user interfaces
  • Vite - Next Generation Frontend Tooling
  • Ionic - The mobile SDK for the Web
  • Virtuoso - Display large data sets using virtualized rendering
  • vite-plugin-pwa - Prompt for update, Web Push Notifications and Web Share Target API

👨‍💻 Contributors

📄 License

MIT © wefwef contributors

About

wefwef — a mobile-first Lemmy web client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%