https://github.com/flirtual/flirtual
The first VR dating app
https://github.com/flirtual/flirtual
dating-app elixir nextjs phoenix typescript vr
Last synced: 11 days ago
JSON representation
The first VR dating app
- Host: GitHub
- URL: https://github.com/flirtual/flirtual
- Owner: flirtual
- License: agpl-3.0
- Created: 2023-05-31T21:20:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-01T20:12:33.000Z (22 days ago)
- Last Synced: 2026-01-03T16:54:47.032Z (20 days ago)
- Topics: dating-app, elixir, nextjs, phoenix, typescript, vr
- Language: TypeScript
- Homepage: https://flirtual.com
- Size: 20.7 MB
- Stars: 31
- Watchers: 0
- Forks: 5
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://flirtual.com)
[](LICENSE)
[](https://discord.gg/flirtual)
[](https://twitter.com/getflirtual)
Translated with Weblate. [Contribute](https://hosted.weblate.org/engage/flirtual/)
[](https://hosted.weblate.org/engage/flirtual/)
The first VR dating app.
## Architecture
Flirtual is a monorepo, with the following applications:
* [**Frontend**](/apps/frontend/) - The main service which users interact with, written in TypeScript, served using [Next.js](https://nextjs.org/).
* [**API**](/apps/api/) - The backend service, written in Elixir, served using [Phoenix](https://phoenixframework.org/); Responsible for handling all user data, authentication, and communication between the frontend and other services.
* [**Image Variants**](/apps/image-variants/) - The image variant generation service, written in JavaScript, using a Cloudflare Queue and Worker.
* [**Image Classification**](/apps/image-classification/) - The image classification service, written in TypeScript; AI classification using [TensorFlow](https://www.tensorflow.org).
## Contributing
See the [contribution guide](/.github/CONTRIBUTING.md) for more information.
## License
Copyright (C) 2018-2025 Flirtual
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[GNU Affero General Public License](/LICENSE) for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .