blog/content/notes/freechat.md
2021-12-30 21:02:17 -08:00

1.0 KiB

title date draft description category image
Freechat Current Thoughts 2021-12-13 true A mid-mortem thing about the project's status article /media/

What is Freechat

Freechat is my attempt at creating a chatting platform with developers in mind. It's built with the idea that a chat interface shouldn't be difficult to understand and thus adopts an API that (in my eyes) makes sense.

Project's Status

The old code base was pretty close to unmaintainable after a certain point so I'm basically throwing it all out in favor of building on a framework that doesn't blow. Where before I was only only Hyper.rs, I'm moving the server logic to Rocket.rs. For now the roadmap looks something like this:

  • Rebuild endpoints

Why build this at all?

I'm 100% sick of using Discord, not just as a user but as a maintainer of a few communities and bots. There is a huge reliance on Discord for communicating and it's getting to the point where if it failed for some reason there would be basically no where to go to.