VideoDB Demo Page


The VideoDB class is a GPU-backed alternative to IndexedDB, designed for high-performance data storage and retrieval. It leverages WebGPU to manage data in GPU memory, allowing for faster access and computation compared to traditional browser storage solutions. The class supports various data types, including JSON objects and typed arrays (e.g., Float32Array, Float64Array, Int32Array, Uint32Array, Uint8Array), making it suitable for applications requiring efficient handling of structured or binary data.




Copyright © 2025 Jon Griebel - dgriebel2014@gmail.com. All rights reserved. Distributed under the MIT license.

ChatGPT o1 pro by OpenAI assisted with the development of the code, documentation and the demo page for this class.


Select a link in the first panel to view console logs (middle panel) and the corresponding code snippets (right panel).


VideoDB Tasks

Console View

Code Snippets

No code to show. Select a task from the left panel.