June 7, 2026

Slide drama just got rendered

Silurus/ooxml: Pixel-faithful Office documents, rendered in the browser

AI-built Office viewer stuns coders, but the comments are having a meltdown

TLDR: An AI-built browser tool says it can display Word, Excel, and PowerPoint files with near-perfect accuracy, which could be a huge deal for businesses chained to old templates. Commenters are torn between being impressed, mocking the AI brag, and warning that if the formatting is really this exact, Microsoft has a real problem.

A new project called Silurus/ooxml promises something office workers have wanted forever: Word, Excel, and PowerPoint files that look almost exactly right in a web browser. It loads familiar Microsoft Office files, draws them onto the screen, and even lets developers build their own custom document viewers around it. The jaw-dropper? The repo opens by declaring that Claude, Anthropic’s AI assistant, wrote the entire codebase through prompting, with no human-written application code at all. And yes, that detail instantly became the main character.

The community reaction is split between genuine amazement, existential dread, and elite-level nitpicking. One commenter dryly jabbed at the project name with the brutally minimal “office-open-xml-viewer,” basically implying: calm down, it’s a viewer, not the second coming. Another called it “kind of sad” that the repo leads with the no-human-credit flex, turning the launch into a mini culture-war about whether AI authorship is impressive or just deeply bleak. Meanwhile, practical minds jumped in fast: could this become a cheap way to turn PowerPoints into images for AI systems to read? Could it run in serverless environments? Could it finally tame those cursed corporate slide decks?

And then came the hottest take of all: if this thing is truly pixel-faithful, Microsoft should be nervous. That struck a nerve, because anyone who has watched a 120-page company template explode from one tiny formatting shift knows this is not nerd trivia — it’s office survival drama. In other words, the code is cool, but the comments turned it into a showdown over AI hype, boring-but-critical document fidelity, and whether perfect slide rendering is secretly the most dangerous feature here.

Key Points

  • Silurus/ooxml is a browser-based viewer for Office Open XML files that supports DOCX, XLSX, and PPTX rendering to HTML Canvas.
  • Its parsers are written in Rust and compiled to WebAssembly, while rendering is implemented in TypeScript using the Canvas 2D API.
  • The package exposes both built-in viewers and headless APIs such as DocxDocument, XlsxWorkbook, and PptxPresentation for custom UI integration.
  • Equation rendering for OMML in DOCX and PPTX is optional and uses a separate MathJax and STIX Two Math-based engine distributed as @silurus/ooxml/math.
  • The repository states that its application codebase was implemented by Claude, Anthropic’s AI assistant, through iterative prompting.

Hottest takes

"office-open-xml-viewer" — sublinear
"kind of sad that the first thing in the repo is a mention that no human was involved" — phplovesong
"If someone actually got 'pixel-faithful' Office documents rendering correctly, MS would be screwed" — gigel82
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.