About Us

Wow, I'm impressed you found this. This is my side project which I have been building to level up my skills and have fun. Let me apologize for the UI. It's a lot of AI and I have very poor UX skills. Maybe someday some designer will take pity on me and give it a face lift. Haha

Our team

Yup its just me.

  • Ryan Andrews

    Founder / CTO / CEO / Everything

Our tech

This project is built using React, Typescript, Next.js, and Tailwind CSS for my webapp. I'm also using a second Node.js server with Socket.io for the real time chatting. Then some Java for some simple backend data processing. I was an FE developer 10+ years ago, so I wanted to dive into some new technologies and see what all the rage is about. I'm not totally sold on Next.js, bc the development seems a little clunky with strange errors bc of the way it runs your effects twice and runs your FE code on the server causing weird things to happen. I do like it be I can render the Marketing site on the server side for SEO purposes and have my app run as an SPA. I really like the idea of Tailwind. I used to be a CSS master, but those days are behind me and Tailwind makes it really easy to apply consistent styles across my app. They also have a lot of great components you can use which have helped me ramp up quickly.