1 comments

  • BuildItBusk 2 hours ago

    I built this to solve a personal annoyance - reformatting recipes from messy sources (blog posts, screenshots, social media comments).

    Instead of trying to parse every possible recipe format, I treat it as a transformation problem. Paste messy text, AI interprets the structure, you get clean output. The app preserves attribution and stores both versions so you can verify the interpretation.

    Tech: Next.js + PostgreSQL + OpenAI API, deployed on Vercel.

    GitHub: https://github.com/BuildItBusk/share-recipes

    Happy to answer questions or hear feedback!