[inaudible laughter] • building at elevenlabs, prev: manifold, twilio
12729 Followers
Hey all, I’ve decided to sunset automod. Channels are changing and Automod needs to adapt to work well with the new design. I like the new direction for channels and think it makes the right trade offs but it requires major changes and a renewed commitment that don’t make sense for me at this point. Real quickly: - Automod will run until the changes go into effect. - All remaining subscription time will be refunded. - Automod is now open source with APIs to port moderation configurations. I’ve worked on automod nearly everyday for the past 7 months. I’m proud of it and thankful to everyone who gave it a shot. Thank you.
I heard degens like tipping? announcing paperboy, one-click tip. Customize and install completely onframe. https://paperboy.bot/install-degen
bought a coffee with usdc today at @revolver s/o @coinbase @slice
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