2 pointsby tugaypala6 hours ago2 comments
  • mohan5892 hours ago
    CatchKit – Form backend + webhook debugger in one tool

    I built CatchKit because I was tired of using Formspree for forms and Webhook.site for debugging webhooks separately. They're the same thing — catching HTTP POSTs.

    Point your form at catchkit.dev/f/abc123, done. Send Stripe webhooks to catchkit.online, inspect live, replay failures.

    https://catchkit.online

  • tugaypala6 hours ago
    Hey HN, I'm Tugay, a solo developer from Turkey. I built ImagineIf because I always wanted a collaborative version of "Choose Your Own Adventure" books — but with AI-generated visuals. How it works:

    - Someone starts a chain with "Imagine if..." - Others add 280-character segments - AI (FLUX-dev via Replicate) generates a visual for each segment - Stories can branch — readers pick which direction to follow

    Tech stack: React Native/Expo frontend, FastAPI backend, MariaDB, FLUX-dev for image generation, Groq API for text processing. Hosted on Vercel (frontend) + custom server (backend). Supports 22 languages with automatic translation.

    What I'm struggling with: Getting the first real users beyond friends and family. The platform has content but needs more active contributors to make the collaborative aspect work. Classic chicken-and-egg problem.

    What's interesting technically: Maintaining visual consistency across story segments is hard. Each new image needs to match the established visual style of the chain while reflecting new narrative developments. I built a prompt-building system that carries forward visual context from previous segments.

    I'd love honest feedback — what works, what doesn't, what feels off. Try starting a chain or contributing to an existing one.