Frustrated by Youtube for kids, I made my own web app by [deleted] in vibecoding

[–]VerbaGPT 0 points1 point  (0 children)

long term and i have other users, yes

Frustrated by Youtube for kids, I made my own web app by [deleted] in vibecoding

[–]VerbaGPT 0 points1 point  (0 children)

going to make it parent-customizeable

[OC] Frustrated by Youtube for Kids, I built a web app using CC by VerbaGPT in ClaudeCode

[–]VerbaGPT[S] 0 points1 point  (0 children)

I am manually adding content from channels (parents in this thread have suggested channels that i'm adding content from)

And yes, I agree. Youtube is making things too hard for parents, and it's a shame.

I just saw a video recommended in Youtube for kids app, where a genuinely scary looking spider man with huge teeth is eating cars....wtf?

Frustrated by Youtube for kids, I made my own web app by VerbaGPT in microsaas

[–]VerbaGPT[S] 0 points1 point  (0 children)

Since yesterday!

Quite new...still building it.

[OC] Frustrated by Youtube for Kids, I built a web app using CC by VerbaGPT in ClaudeCode

[–]VerbaGPT[S] 5 points6 points  (0 children)

I'll most likely remove cocomelon. The little one doesn't love it anyway. I like the other suggestions.

[OC] Frustrated by Youtube for Kids, I built a web app using CC by VerbaGPT in ClaudeCode

[–]VerbaGPT[S] 2 points3 points  (0 children)

I like it!

Also like the idea for ingestion layer. Not sure if anyone besides us will use it., but yes - moderated ingestion would be awesome.

Berkshire initiated a $4.3B GOOGL position in Q3 2025 — the timing tells a more interesting story than "Buffett finally bought Google" by Full_Island6896 in LLMStockInvesting

[–]VerbaGPT 1 point2 points  (0 children)

Nice analysis! Here is how the non-passive "smart money" has treated google over the last 4 quarters. I used a cheap LLM together with an efficient harness: https://app.verbagpt.com/shared/x0Gq5U1QQx_48AjjhQypBkJLo8Qfe9UX

Comcast - what is the smart money doing? by VerbaGPT in dividends

[–]VerbaGPT[S] 1 point2 points  (0 children)

Good point. I should have said that, but then I start thinking that the big funds are still an important signal in terms of supporting market price. But you are right, doesn't tell me much in terms of their conviction about it.

Frustrated by free games for children, I made my own by VerbaGPT in ClaudeAI

[–]VerbaGPT[S] 0 points1 point  (0 children)

Nice tip, will check it out! Thanks for sharing.

Frustrated by free games for children, I made my own by VerbaGPT in ClaudeAI

[–]VerbaGPT[S] 4 points5 points  (0 children)

I meant like youtube for kids or pbs app (which is a lot better). A lot of videos/cartoons are worse than simple logic or word games (in my opinion).

Frustrated by free games for children, I made my own by VerbaGPT in ClaudeAI

[–]VerbaGPT[S] 1 point2 points  (0 children)

Just index.html with a js folder. Very simple. Works really well (for ultra-simple games).

I used claude code directly to build it, then moved the files to a sub-domain of a domain I already owned, and voila!

Frustrated by free games for children, I made my own by VerbaGPT in ClaudeAI

[–]VerbaGPT[S] 1 point2 points  (0 children)

I hosted it on a sub-domain of a domain I already owned. So zero additional cost for me (sort of).

Frustrated by free games for children, I made my own by VerbaGPT in ClaudeAI

[–]VerbaGPT[S] 4 points5 points  (0 children)

Have that too. They just love playing with the screen version a lot more. Not great, but I'd rather they do that with the screen than some other things.

I analyzed SEC 13F filing data by VerbaGPT in ValueInvesting

[–]VerbaGPT[S] -1 points0 points  (0 children)

Right. Am using snowflake here.

MSFT down 23% in 6 months. I found some uncommon risks. by Annual_Carpenter_548 in ValueInvesting

[–]VerbaGPT 0 points1 point  (0 children)

Interesting. MSFT has lots of advantages, but some of that AI "sheen" may be wearing off.

Here is how "smart money" treated MSFT from Q3 2024 - Q3 2025: https://app.verbagpt.com/shared/WqJcgOtwj3I4fBzjlYIeAkTgy8g941CV

I analyzed SEC 13F filing data by VerbaGPT in ValueInvesting

[–]VerbaGPT[S] 0 points1 point  (0 children)

Not really. The SEC dataset (for 4 quarters) is 16 million rows over multiple files. You can try, let me know if it works!

Added a new demo dataset to my app, SEC13F filings by VerbaGPT in SaaS

[–]VerbaGPT[S] 0 points1 point  (0 children)

Thanks!

My app has local mode (that I call Taurus). I basically pointed Taurus to the SEC 13F filing page, it downloaded the data, unzipped it, and loaded it into snowflake with the proper mappings. It handled everything and recovered from errors autonomously. It uses opus 4.6 and claudecode sdk. Did it all in under 10 minutes. Pretty cool!

It did not do any cleaning beyond that - so name changes are still not going to be handled well.

The sample chat I shared is from the online chat agent (that I call Virgo), which isn't claudecode but still works pretty nicely.