Welcome to Our Demo!

Before we begin, due to restrictions with the way Chrome Extension Store works, we cannot release the exact code we showed in our demo video just yet, so instead, we created a simple page that lets you bring your own YouTube links (only YouTube for now) and play around with part of the app's functionality first.

We are constantly updating the demo, so please check back from time to time for any changes!

Current MVP Limitation:

  1. Due to YouTube's restriction with the non-production API, we are not able to fetch data for every video just yet (longer explanation below). So instead, we will provide a list of URLs we have cached in our database so you can try those.
  2. That said, apart from the video data (e.g. video name, playlist information, and transcripts), everything else is generated in real-time using actual API calls to LLMs and other modules.
  3. Minimal to no mobile or small screen support.

Here are some links you can try pasting in:

As of current version, URL is hard-coded inside the app; 
The option to paste your own URL will come back soon!
🔥
Now that we get that out of the way, visit the MVP website HERE!

P.S. See if you can find all the Easter Eggs 👀

Also, please subscribe to our newsletter below if you have not already!


Change Logs:

Alpha 0.0.1

  • Working AI Summary given a YouTube Video Link - with limitation on API keys as explained below.
  • Functional official YouTube player with smooth, programmatic controls.
  • Functional GPT-powered Video Summary with Streaming API for real time UI update.

Alpha 0.0.2 (Upcoming)

  • Port over and implement AI Generated Table of Content (as shown in demo)
  • Allow user to input their own persona or intention to the AI
  • Allow chatting with the AI as the user watch the video and the AI will answer with the video's context and the user's persona in mind
  • Implement "quick bookmark" function.

Longer Explaination

  1. For YouTube limitation, basically, YouTube doesn't allow pulling a video's data with just API token, so we either need to build the whole YouTube Login (OAuth) flow, register, and publish our app, so that you can grant our app access to YouTube using your YouTube account. We decided that letting the users play around with the app as soon as possible is more important, so for now, we are caching a few video data ourselves and limiting the scope of this MVP for those videos.