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.
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.
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.
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.
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.
I vibecoded a platform that reads a csv/excel and outputs a few different analysis / charts out of it automatically.
Works quite well
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/
"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/
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
DOOMscroll[1] for sure! I still play it since hearing about it on HN.
[1] https://ironicsans.ghost.io/doomscrolling-the-game/
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.
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
I vibe-coded myself a flashcard app for latin phrases that I've used quite a lot. https://github.com/eliyastein/latin-learner
This is cool!
Is there any functionality/usability reason you use this instead of an existing flashcard app like Anki?
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.
Anki doesn't have any ads or trackers either btw.
Good to know!
Claude and I created a Stock Ticker app for Windows. https://github.com/krypdoh/TCKR