41 lines
2.3 KiB
Markdown
41 lines
2.3 KiB
Markdown
# Tube n' kids
|
|
A tool to protect children from unwanted online videos.
|
|
|
|
<p align="center">
|
|
<a href="https://www.tubenkids.com/?utm_source=github&utm_medium=blog&utm_campaign=top" rel="nofollow">
|
|
<img src="/assets/Tnk_main_2.png" width="512" title="Tube n' kids">
|
|
</a>
|
|
</p>
|
|
<p align="center"><em>Tube n' kids</em></p>
|
|
|
|
Tube n' kids was created from an attempt to protect my son from undesired online videos. As a child he likes to watch his cartoons and video games, but the content filters that exist today are not enough.
|
|
|
|
My solution was to build an iOS app that uses YouTube's API to show videos. What he watches on the app gets logged and reported to me, the parent. If I find any content that I don't like, I can block a video or an entire channel, which will be then filtered out from his feed.
|
|
|
|
<p align="center">
|
|
<a href="https://itunes.apple.com/us/app/tube-n-kids/id1143617624?mt=8" rel="nofollow">
|
|
<img src="/assets/Tnk_detail.png" width="512" title="iOS parent area">
|
|
</a>
|
|
</p>
|
|
<p align="center"><em>Parental area in the iOS app</em></p>
|
|
|
|
<p align="center">
|
|
<a href="https://www.tubenkids.com/?utm_source=github&utm_medium=blog&utm_campaign=middle" rel="nofollow">
|
|
<img src="/assets/Tnk_detail_2.png" width="512" title="Web parent area">
|
|
</a>
|
|
</p>
|
|
<p align="center"><em>Parental area in the web app</em></p>
|
|
|
|
It is not a silver bullet. It does not stop bad content from showing up. It does not make it OK to handle and iPad to the kids and let them watch videos alone all day. It does not remove from the parents the responsibility of supervising their kids. It helps them do it.
|
|
|
|
The app is built in Swift and is currently available at the Apple App store.
|
|
|
|
I wrote a web app that allows parents to access their accounts. It was built with React over a NodeJS backend. The database is in MongoDB.
|
|
<p align="center">
|
|
<a href="https://www.tubenkids.com/?utm_source=github&utm_medium=blog&utm_campaign=bottom" rel="nofollow">
|
|
<img src="/assets/Tnk_child_view.png" width="512" title="What the child views">
|
|
</a>
|
|
</p>
|
|
<p align="center"><em>Child area</em></p>
|
|
|
|
The world has changed. Content comes into our homes through new ways, and it opens way to all sorts of threats. We need to adapt. As technology changed the way we watch content, it also has to provide new means to control it. We need new tools to keep up.
|