Sumit189/letItGo ? reverse-engineered prompt

Reverse engineered prompt

Build me a lightweight webhook scheduler in Go that I can run with Docker Compose.

I want a small API where I can send a webhook URL, the HTTP method, a JSON payload, and either a specific time, a cron schedule, or a plain English time like next Monday at 3 PM. It should save schedules, send them at the right time, and let me verify a webhook endpoint before I use it. Please include retries for failed calls, with a simple backoff, and make sure payloads are encrypted when stored.

I also want it split into separate parts for the API, the job producer, and the consumer that actually sends the webhooks, so it can scale a bit more cleanly. Use MongoDB for stored schedules, Redis for caching or duplicate protection, and Kafka for passing jobs between the pieces. Add the basic Docker setup, environment example, and a couple of simple endpoints I can test right away. If you need to, look up current docs online for any tricky library details.

Are you gonna build this?

make sure you review the code using arcumet

Try freeSponsored — opens Arcumet in a new tab