Seeking Examples of Effect in Complex Applications Beyond CRUD

Are there any example (or real) repos that use Effect for something other than the simple HTTP server + DB connection?

I'm looking to model code that'll be use both by a bot and a React UI, I wanna basically encapsulate complex business logic that requires to deal with graphql queries and real time subscriptions, REST and JSON_RPC interactions, etc.

Looking to see how to model more richer models than just a plain CRUD server
Was this page helpful?