Back to browse
Jynx, a matchmaking app to find gaming teammates

Jynx, a matchmaking app to find gaming teammates

by akiro____·May 30, 2026·5 points·3 comments

AI Analysis

MidShip ItCrowd Pleaser

Tinder for gamers when Discord LFG and GamerLink already own this space.

Strengths
  • Shipped live on both App Store and Play Store with 214k lines of Dart code.
  • Tinder-style swiping makes teammate discovery more intuitive than Discord spam.
  • Skill-based ELO matching addresses real pain point for ranked players.
Weaknesses
  • Crowded category with Discord, GamerLink, and built-in game matchmaking already solving this.
  • Chicken-and-egg problem: matchmaking apps need critical mass to provide value.
Category
Target Audience

Competitive gamers looking for consistent teammates

Similar To

GamerLink · TeamUp · Discord LFG

Post Description

TL;DR: Jynx is a gaming social platform that matches you with compatible teammates based on skill level, play style and schedule. Swipe to find players (Tinder-style), create or join game sessions (LFG), chat, and build your squad. 214k lines of Dart, 23 feature modules, built entirely with Claude Code as my entry into agentic engineering.

Live on App Store and Play Store: https://play.google.com/store/apps/details?id=app.jynx https://apps.apple.com/fr/app/jynx-where-gaming-gets-social/...

---

Hi HN, long time lurker, first time poster, be gentle.

Developer by day, vibe coder by night: Jynx is the project I used to ease into agentic engineering.

AI talks are mitigated, at best. But I'll talk about my experience here. Forgive my erratic style, it is what it is.

Working with Claude from the very beginning, it's been a blast. I had the "chance" to have the time necessary to learn and use AI a lot. Lots of different techniques that quickly became completely obsolete today.

Without LLMs, it would have been extremely hard to have the same app than I have today. I used Flutter (Dart) to avoid having to dev and maintain two codebases. It is not a language I knew. Learning the language first would have severely hindered the process.

For me, from copy/paste to using MCP then Roo Code, then Claude Code was an ecstatic process. I always loved having ideas but the time it would take me to build the thing and test it always felt too long. Not anymore.

So we carefully designed, iterated and implemented the two codebases for Jynx. One for the flutter app, one for the firebase backend. I chose Firebase to avoid having to maintain a server and be able to focus on the UI/UX of the app.

We started thinking about it in December 2024 and started devs early 2025; not working on it full time at all. We really poured our heart into it and we truly tried to make it as secure as possible. Even though we mean business, it is a passion project. By using the excuse of learning agentic flows, I took the time to inspect each aspects of the app's systems thoroughly.

Tech stack: - Flutter 3.41 / Dart 3.11 (single codebase, iOS + Android) - Firebase (Firestore, Cloud Functions in TypeScript, Auth, Storage, FCM) - Riverpod 3.1 + Freezed + json_serializable for state management & immutable models - Drift for encrypted local SQLite caching (offline-first architecture to optimize Firebase costs) - Clean Architecture with feature modules and mixin-based repositories - Sentry + Firebase Crashlytics for production error reporting - Freerasp for runtime app self-protection (tamper detection, root/jailbreak)

Agentic engineering artifacts: - Claude Code (Claude + GLM) as primary coding agent - 22 hooks, 18 skills, 13 instincts, 8 rule files, custom subagents, slash commands, MCP servers and plugins (instincts system from Affaan's https://github.com/affaan-m/everything-claude-code) - GitNexus - MemPalace for persistent context across sessions

Stats: 1,239 Dart files, 214k lines of code (excluding generated boilerplate), 30k lines of comments across the Flutter codebase.

I made a detailed cheatsheet document about my whole setup if you want it. I could post it or you DM me.

If you have questions, ask away, I'll gladly answer.

Test it and tell me what you think of it honestly, I won't get offended!

Take care, Antoine

Similar Projects