Show HN: Hot Take Generator – Turn your thoughts into hot takes
v0-hot-take-generator-ai.vercel.appVibe-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!
This sends your API key to their server in the POST request. I wouldn't trust it.
yeah. I think logic to make llm inference calls could be moved to frontend to resolve that concern.