Currently we deploy the app as a single unit. It's fine as it but it has grown to become cumbersome in deployments (specifically due to Railway constraints... if we just hosted on a VM it'd be fine I guess)
byte
(Discord bot) into its own serviceserver
(API) into its own serviceThis will allow us to eventually do least-diff deploys whereby we only deploy service X if X is changed, and not if Y is changed, etc.
We will need to figure out the current web of calls in between the two services. Currently they can call around each other, import similar utils, etc.
This may be a good chance to use uv
workspaces?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too