Free and open-source dating platform that respects your privacy
  • JavaScript 69.3%
  • Java 26.4%
  • HTML 3%
  • CSS 0.9%
  • Shell 0.4%
Find a file
2024-03-11 20:52:08 +01:00
.github Update feature_request.md 2024-02-03 19:44:09 +01:00
scripts feat: Use alovoa-expo as official frontend for the web #284 2023-12-20 12:20:04 +01:00
src Revert "Update UserSettingsController.java" 2024-03-11 20:52:08 +01:00
.gitignore feat: Email notifications for new likes, matches and messages (#356) 2024-02-16 15:53:41 +01:00
alovoa.p12 Multiple bug fixes 2020-08-13 12:02:20 +02:00
docker-compose.yml Revert "Revert back to spring boot 2.X" 2023-07-29 21:02:39 +02:00
Dockerfile Revert "Revert back to spring boot 2.X" 2023-07-29 21:02:39 +02:00
DOCUMENTATION.md Updated README 2021-03-13 13:06:34 +01:00
LICENSE Initial commit 2020-01-06 18:26:56 +01:00
lombok.config Initial commit 2020-01-06 19:55:44 +01:00
pom.xml Added option to send a message with liking user. 2024-01-07 19:33:54 +01:00
README.md Update README.md 2024-01-07 20:30:20 +01:00
SECURITY.md Update Security.md 2021-07-09 18:12:39 +02:00

Alovoa

Alovoa aims to be the first widespread free and open-source dating web platform.

Website Testing Website Codeberg GitHub issues Matrix Mastodon Follow Twitter Follow Subreddit subscribers GitHub license

What makes Alovoa different from other platforms?

  • No ads
  • No selling of your data
  • No paid features (no "pay super-likes", "pay to swipe", "pay to view profile" or "pay to start a chat")
  • No unsecure servers
  • No closed-source libraries
  • No seeing people you don't want to see with advanced filters
  • Your most private data is securely encrypted

Mobile apps

Alovoa is also available as a mobile app. Check out Android app source code repo, download an app on F-Droid or Google Play

Contribute

  • Tell your friends about it and share on social media! This is the best way to make it grow.
  • Improve the project by posting in Issues and make a PR upon Issue discussion.
  • Translate this project into your preferred language on Weblate
Translation status

Translation Status

Donate

Like this project? Consider making a donation.

Platform Link
Alovoa alovoa.com/donate-list
BuyMeACoffee buymeacoffee.com/alovoa
Ko-fi ko-fi.com/Alovoa
Liberapay liberapay.com/alovoa/donate
Open Collective opencollective.com/alovoa
BTC
Click to revealbc1q5yejhe5rv0m7j0euxml7klkd2ummw0gc3vx58p

How to build

Or you can use Docker and Docker compose. To bring up the server, after setting the required values in src/main/resources/application.properties you can just run below commands:

docker-compose build
docker-compose up -d
docker-compose logs -f

Debugging

  • Spring Tool Suite / IntelliJ is recommended for debugging
  • Install lombok for your IDE (Not needed for IntelliJ)

Documentation:

Licenses:

  • All code is licensed under the AGPLv3 license, unless stated otherwise.
  • All images are proprietary, unless stated otherwise.
  • Third-party web libraries can be found under resources/css/lib and resources/js/lib and have their own license.
  • Third-party Java libraries can be found in the pom.xml and have their own license.