brkagithub / dachi

Project made with React, NextJS, NextAuth, TailwindCSS, tRPC, Prisma and Pusher (Websockets). Find gaming teammates anywhere in the world and chat with them using our filtering and matching system.

Home Page:https://www.dachi.lol/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create T3 App

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

What can you do on the app?

Easy to sign up and set up your profile

You sign up/log in with Google or Discord, and your basic info will be imported from there (e.g. profile picture). On your profile, you can edit that information, add your favorite champions, main role and most importantly your League account which other users will be able to see so they can decide whether they'd like to potentially play with you.

Example profile

image

Find friends/Explore

The app will try to match you with other users based on your preferences (mentioned later). You can either add them as a friend or skip them (you can also block the user and if you notice any offensive language on someone's profile feel free to report it here). Once they accept your friend requests you will be available to see them in your inbox and start chatting with them.

Find friends page - you can add, block or skip the person

image

Your friend requests

image

Choose your Preferences/Settings

Are you a Gold ADC main from Europe? You'd probably want to match only with Support mains from EUW/EUNE servers that are Silver, Gold or Plat. Or maybe you're a casual player that mains mid lane and would like to play with players of any other role but mid lane and rank doesn't matter to you, the possibilities are endless with the filtering system. If you do not want to filter your matches you can use the 'Turn off filters' option.

Choose preferences page

image image image

Chat with your friends

Dachi has a very basic chat functionality - once you've befriended someone - you can send them a message and start a conversation. You can see whether the user's online and whether they've seen the message (eye emoji). Sending images/gifs is not supported as of now, so I'd like to encourage people to move their chats to Discord or a similar platform if they want an even better chatting experience. The chat is built with websockets - making the communication very fast and very very close to real-time (used Pusher websocket service).

Example chat

image

image

TODO

  • separate page to verify riot accounts
  • support multiple riot accounts instead of one
  • live searching for party/clash
  • other games
  • reviews
  • next image (kinda done)
  • unblock list
  • SEO twitter cards for example (kinda done)
  • prettier logo etc?
  • when you name change chat gets weird - change recipientName to recipientId on chat page or make name not changeable
  • updating riot acc lasts too long sometimes
  • additional checks/notes on what twitter, youtube handles should be, also for pfp
  • pusher is currently on EU cluster, while vercel and db are around washington dc - should probably change that
  • add people from their profiles
  • unblock people

About

Project made with React, NextJS, NextAuth, TailwindCSS, tRPC, Prisma and Pusher (Websockets). Find gaming teammates anywhere in the world and chat with them using our filtering and matching system.

https://www.dachi.lol/


Languages

Language:TypeScript 99.3%Language:JavaScript 0.6%Language:CSS 0.1%