npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@saebyn/glowing-telegram-video-editor

v0.2.0

Published

A video editor component for glowing-telegram

Readme

Glowing Telegram Video Editor (WIP)

Heads up!

I'm currently working on this project. It's not ready for any use yet.

Everything written below is written from the perspective of what I'm planning to do. It's not a reflection of what's already done.

Overview

The Glowing Telegram Video Editor is a web-based Single Page Application (SPA) designed to review and edit video highlights, moments that require additional attention, and possible transcription errors, and select clips for rendering. This application aims to provide an intuitive interface for vetting and correcting data to feed into an automated pipeline that posts edited stream VODs to YouTube.

It is part of the larger glowing-telegram tool: https://github.com/saebyn/glowing-telegram

Goals

  • Enable users to review, edit, and manage video highlights, attentions, and transcription errors efficiently.
  • Provide synchronized video/audio playback while reviewing AI generated information to verify and adjust markers for highlights accurately.
  • No need to import/export data with other tools, as the application is integrated directly into the larger glowing-telegram tool.
  • Ensure usability on various screen sizes, with a primary focus on desktop use.

Key Features

  • Data Review and Highlighting
    • Main Dashboard:
      • Header: Contains the application logo, navigation menu (Home, Highlights, Attentions, Transcription Errors), and a user profile section with logout functionality.
      • Sidebar: Quick links to different sections (Highlights, Attentions, Transcription Errors) and a search bar for easy navigation.
      • Content Area: Displays summary statistics (total highlights, attentions, transcription errors) and a button to add new entries.
    • Highlights Section:
      • List View: A table displaying highlights with columns for Start Time, End Time, Description, Reasoning, and Actions (Edit, Delete).
      • Detail/Edit View: A form for detailed editing with timestamp pickers and text areas for description and reasoning, including Save, Cancel, and Delete buttons.
    • Integrated Timeline and Video Playback:
      • Timeline: Display highlights, attentions, and transcription errors on a single, integrated timeline with color-coded markers and zoom/pan functionality.
      • Video Player: Synchronized video/audio playback with controls (play, pause, seek, speed control) and a current timestamp indicator.
    • Attentions Section:
      • List View: Similar to the Highlights section, with columns for Start Time, End Time, Description, Reasoning, and Actions (Edit, Delete).
      • Detail/Edit View: A form for editing attention details.
    • Transcription Errors Section:
      • List View: A table with columns for Timestamp, Category, Description, and Actions (Edit, Delete).
      • Detail/Edit View: A form for editing transcription error details, including a dropdown for category selection and text area for description.
  • Project Assembly and Delivery
    • TBD

Design Decisions

  • Integrated Workflow: Focused on providing a seamless experience by integrating the UI directly into a larger tool without need to import/export data to external tools.
  • Responsive Layout: Designed primarily for desktop use but adaptable to various screen sizes to utilize available real estate effectively.

Development

This project uses many tools like:

Getting Started

Install

Access the project directory.

cd my-app

Install dependencies.

npm install

Serve with hot reload at http://localhost:5173.

npm run dev

Lint

npm run lint

Typecheck

npm run typecheck

Build

npm run build

Test

npm run test

View and interact with your tests via UI.

npm run test:ui

License

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.