Show HN: I built web app that let you Chat with YouTube videos

1 ahmadrosid 2 6/26/2025, 11:36:06 AM vidiopintar.com ↗
Hi HN! I built Vidiopintar - an AI-powered tool that transforms how we consume YouTube content through interactive conversations.

What it does: - Generate concise, meaningful summaries to save your time - Provide suggested questions to trigger "aha moments" - Give straightforward answers without corporate speak - Extract key concepts automatically - Work with any YouTube video

Demo: https://vidiopintar.com Source: https://github.com/ahmadrosid/vidiopintar.com

---

I also looking for a job if you have any opening position in your company please reach me out alahmadrosid [at] gmail.com or my twitter account https://x.com/_ahmadrosid

Thank you!

Comments (2)

Krasnopolsky · 4h ago
I tried to use the service and got error 500. Here is the full request that led to the error:

  curl 'https://vidiopintar.com/api/videos/E4WlUXrJgy4/regenerate-summary' \
    -X 'POST' \
    -H 'accept: */*' \
    -H 'accept-language: en-US,en;q=0.9,ru;q=0.8' \
    -H 'cache-control: no-cache' \
    -H 'content-length: 0' \
    -H 'dnt: 1' \
    -H 'origin: https://vidiopintar.com' \
    -H 'pragma: no-cache' \
    -H 'priority: u=1, i' \
    -H 'referer: https://vidiopintar.com/video/E4WlUXrJgy4' \
    -H 'sec-ch-ua: "Chromium";v="137", "Not/A)Brand";v="24"' \
    -H 'sec-ch-ua-mobile: ?0' \
    -H 'sec-ch-ua-platform: "macOS"' \
    -H 'sec-fetch-dest: empty' \
    -H 'sec-fetch-mode: cors' \
    -H 'sec-fetch-site: same-origin' \
    -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'
ahmadrosid · 2h ago
It should work now.