The Problem
As of November 2025, there are nearly 2000 uploads on the Star Citizen YouTube channel, ranging anywhere from 30 seconds to over an hour in length. When discussing the game, people will often quote a developer or bring up topics mentioned in one or more videos uploaded years ago. With multiple weekly uploads over the years, so much has been spoken by CIG that people wanting to provide sources for their info will have an exceedingly difficult time doing so if they don't know the particular video.
The Solution
With the help of YouTube's auto-generated captions (and those provided by CIG, when available), this changes. This site allows anyone to search a database of all videos on the Star Citizen channel and their associated captions to quickly find the info they're searching for. Timestamps to all occurrences are provided for search terms that have a match. Searching for any mention of server meshing, bespoke, or ships that punch above their weight class should now take minutes, not hours, of combing through videos. Additionally, video stats are provided so anyone can see which videos have been the most far-reaching, what the community has been most interested in, and more.
Additional Features
This site is also a quick access hub for many Star Citizen info resources that anyone may find useful at one time or another. At the bottom of the page, you'll find external links to several official RSI materials, as well as some of my favorite Star Citizen community projects, containing particularly useful information about all aspects of the game and its development.
FAQ
Yes.
On YouTube, open the video you want the transcript for and in the description, click
"Show transcript".

Currently, no.
However, I'm looking into adding the ability to search monthly reports,
commlinks, roadmap roundups, and other official resources that may be of interest. This will take some time
due to other obligations, so please be patient and check back on this question occasionally, as I'll
update this when I have more info.
Unfortunately, no.
The way this site works is that all relevant video info on the
Star Citizen channel is stored in my database and updated automatically at regular intervals. This is
to avoid quickly using up all the daily quota permitted by the Youtube Data API, and to avoid lengthy
response times during the retrieval of all captions matching a search query. I currently don't have the
resources to solve this problem in a way that would allow for more general use of this tool, but the
good news is the source code for this site is publicly available on
Github under the MIT License,
so feel free to fork and adapt the code however you'd like.
The other factor is that I'd eventually like to include additional Star Citizen-specific resources,
and with this in mind, any future version of this site designed for more general use would have to be
under a different domain.
Currently the video database is updated about once per week. Because of this, you may notice the quantity of views, likes, and comments
displayed next to each video result are different than what Youtube says when you open the video
on that site. Also, the most recent videos (within 1 week) may not be available right away.
The site content itself is updated as frequently as I am able to
complete, test, and implement improvements.
It's possible that what you're looking for may have been mentioned
in a monthly report, commlink, or some other resource that isn't a video.
If you're sure this isn't the case,
the captions relating to your query may not exist or have been transcribed incorrectly. Check out the awesome
SC Dev Segment Mega Index,
created by a fellow member of the Star Citizen community, for more detailed video info.
There you can find videos organized by subject, the particular developers featured in each video, and more.
When matching captions are found, they also include the previous and next lines in the transcript. For better clarity and readability, I've separated these lines using the dashes.
Please submit all feedback to [email protected],
with the subject 'Starchives Feedback' so I can get back to you easily if necessary.
Alternatively, you can use the contact area below to send me a message easily and anonymously.
The captions take up a large amount of space relative to all other data retrieved. Because a high volume of data is
sent from the database to the server and then from the server to the user, response times quickly get noticeably worse
as more results are returned. However, the actual search that occurs on the database is fairly optimized due to the
specialized full-text search indexing offered by Postgres.
Additionally, you may experience worse response times while there's heavy traffic on the site.
For this reason, the amount of results per page is capped at 10, and the total amount of results
is retrieved asynchronously from the page results to ensure that response times are kept as low as possible.