@jtgi
A thread of snippets from automod codebase that may be of interest to ppl building on farcaster.
–––––
1. Server driven config that made it possible to add rules in minutes w/o writing any ui code.
Sample config: https://github.com/jtgi/automod/blob/main/app/lib/validations.server.ts#L309-L360
Field generator: https://github.com/jtgi/automod/blob/main/app/components/curation-form.tsx#L777