A local-first markdown editor with live preview that exports to PDF, DOCX, PPTX, XLSX, and HTML. Built on CodeMirror 6 and the unified/remark/rehype pipeline with KaTeX math and syntax-highlighted code blocks, rendering PDFs via Puppeteer. No account, no database, and no AI — everything runs in the browser and on-demand server rendering only.
Server-side PDF export needs a full headless Chromium instance, which is heavy to run inside a serverless function. Solved by using @sparticuz/chromium, a Lambda-sized headless-Chromium build driven by puppeteer-core, with a hard 45-second execution cap to stay inside serverless timeout limits.
