top | item 44578179

Show HN: Hot Take Generator – Turn your thoughts into hot takes

3 points| beaniez | 7 months ago |v0-hot-take-generator-ai.vercel.app

Vibe-coded this after realizing I had way too many random thoughts that could be solid tweets. Just paste your stream of consciousness and it spits out sharp, tweetable hot takes. Supports OpenAI, Anthropic, and Google APIs. Your keys aren't stored anywhere. Open source: https://github.com/Zoz24/hot-take-generator

Would love feedback!

2 comments

order

dontleakkeys|7 months ago

This sends your API key to their server in the POST request. I wouldn't trust it.

beaniez|7 months ago

yeah. I think logic to make llm inference calls could be moved to frontend to resolve that concern.