Back to browse
GitHub Repository

Public releases and landing site for Microfilm — static, scrubbable viewers for documents, video, collections, and browser sessions.

3 starsShell

Archiving Videos and PDFs on Cloudflare Pages Using JPEGs

by keepamovin·Apr 21, 2026·2 points·0 comments

AI Analysis

MidNiche GemBold Bet

JPEG flipbooks for static hosting is clever, but browser sessions require paid BrowserBox license.

Strengths
  • Converting videos to scrubbable JPEG sequences enables CDN caching without video infrastructure.
  • Static site generator output deploys anywhere — Cloudflare Pages, S3, any static host.
Weaknesses
  • Zero stars, very early stage — unclear real-world adoption or production use cases.
  • Key browser session feature requires paid BrowserBox license, limiting open-source utility.
Target Audience

Developers archiving content, BrowserBox users

Similar To

Asciinema · ScreenToGif

Post Description

Repo for Rust binary releases: https://github.com/DO-SAY-GO/flipbook-releases

Site (explanation & demos): https://flipbook.browserbox.io

I like the idea of scrubbable assets in a consistent format. Toyed with making it an actual fileformat (zipped manifest + folder of images) but for now settled on this static site generator.

You can also capture your browser sessions (e.g. https://browser-session-it94u.pages.dev/ ) if you have a BrowserBox license. Example: https://asciinema.org/a/eXhizwQ9FU5y49eP

Similar Projects