The idea behind TAGX.io was to make it easier to share highlights of our football (soccer) video recordings. We have been recording and uploading our games to YouTube over the years and almost everyone that played watched it to see how well they/their team performed. It became an additional discussion point days after the game until the next one. However, it does become tedious having to sit through another hour until you find something special you want to share and discuss, usually this is in the form of “check out the goal 23 minutes in”. I built TAGX to ease this process where someone would go through the video, tag the interesting parts and share it with the group. It was almost like a highlight reel, allowing you to skip through the tagged parts.<p>This was my winter holiday side project last year and I figured there would be a wider application of this service (conference talks, tutorials, lengthy videos in general) so I decided to polish it up and make it available as a service for others to use. You don’t need to create any account to use it, it’s all client-side and built using Vue.js. It’s hosted on Cloudflare Workers Sites. I wanted to try out Cloudflare Workers/KV, so I ended up building a link shorting feature including authentication/authorisation flow. You can read more about the stack in support -> technology (<a href="https://tagx.io/support/general/technology" rel="nofollow">https://tagx.io/support/general/technology</a>) section.<p>Here is a tagged video of the AWS re:Invent 2019 event which I shared with someone recently that highlighted some announcements that were of interest to us: <a href="https://tagx.io/video/id/Nw-wisbyZPu0LCBk9Tzbn" rel="nofollow">https://tagx.io/video/id/Nw-wisbyZPu0LCBk9Tzbn</a><p>Following are some development stats for those interested:<p>- Client-side: ~80 hours (15th Dec 2019 – 7th Jan 2020)<p>- Server-side: ~30 hours (19th Jan 2019 – 24th Jan 2020)<p>- Node Experience: 5+ years<p>- Vue.js Experience: 2+ years<p>Hope someone finds it useful and any feedback is much appreciated!