13 comments

  • threefiftyone96 a minute ago

    I vibecoded a platform that reads a csv/excel and outputs a few different analysis / charts out of it automatically.

    Works quite well

  • brokenodo 7 minutes ago

    Claude and I (mostly Claude) built a web app for lawyers that uses Gemini to extract (and calculate, where necessary) court dates and deadlines from a PDF scheduling order and output them in a structured format. The user can then select which ones they want to add to their calendar and generate an ICS file to add all case dates/deadlines at once.

    https://www.courtsynccalendar.com/

  • deanebarker 26 minutes ago

    "Lessons Learned from Vibe-Coding a Configuration Parser"

    https://deanebarker.net/tech/blog/vibe-lessons/

    Here's the spec I discuss in the post:

    https://deanebarker.net/tech/code/config-lang/spec/

  • MILP 22 minutes ago

    I built a Python script (with a little help from Claude) that scrapes YouTube for football (soccer) match highlights each game week, filters them using regex + Gemini, and emails me the compiled list.

    https://ibb.co/chdjvVkQ

  • willj 2 hours ago

    DOOMscroll[1] for sure! I still play it since hearing about it on HN.

    [1] https://ironicsans.ghost.io/doomscrolling-the-game/

  • ChrisGermano 32 minutes ago

    I've been building https://smartrik.com which is heavily vibe coded. The entire platform is built out but far from production-ready. Prompts were very compartmentalized and specific so it hasn't been a high level "I want X, build Y" chain of commands, but manually written code has been minimal.

  • alyxya 41 minutes ago

    I created a pytorch extension using AI generated code. It wasn’t really created solely off of vibes though as I put significant effort into designing the architecture and all the features, but I had Claude Code write all of the code.

    https://github.com/alyxya/mycelya-torch

  • prettyblocks an hour ago

    I vibe-coded myself a flashcard app for latin phrases that I've used quite a lot. https://github.com/eliyastein/latin-learner

    • rahimnathwani an hour ago

      This is cool!

      Is there any functionality/usability reason you use this instead of an existing flashcard app like Anki?

      • prettyblocks an hour ago

        I guess I just wanted to build my own, because my use case was really narrow and I knew it wouldn't take a lot of time. Guaranteed to not have any ads and trackers. Also needed an excuse to fully take github copilot's agentic coding for a spin.

        • zaik an hour ago

          Anki doesn't have any ads or trackers either btw.

  • krypdoh an hour ago

    Claude and I created a Stock Ticker app for Windows. https://github.com/krypdoh/TCKR