jonradoff

Flipbook — AI skill for Claude Code

AI community

Embeddable and SEO-optimized presentation viewer built for humans and AI agent workflows.

How to install Flipbook

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jonradoff/flipbook and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Flipbook does

Embeddable and SEO-optimized presentation viewer built for humans and AI agent workflows.

Alternatives in AI

  • Multica — Make humans and AI agents work as one team — open-source and self-hostable 47.8k ★
  • Guizang Ppt Skill — AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts 24.9k ★
  • Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★

README

Flipbook

A lightweight, self-hosted flipbook generator. Upload PowerPoint or PDF files and get beautiful 3D page-curl flipbooks hosted as SEO-optimized webpages, or embeddable in any site via iframe.

**[See a live example](https://metavert.io/flipbook)**

Features

  • Upload & convert PowerPoint (.pptx, .ppt) and PDF files to interactive flipbooks
  • Import from Google Slides via public share URL
  • 3D page-curl viewer powered by StPageFlip with keyboard navigation, fullscreen, and deep-linking
  • SEO-optimized pages with full slide text rendered as hidden semantic HTML, Open Graph tags, Twitter Cards, JSON-LD structured data, and canonical URLs
  • Embeddable via iframe with a single line of HTML, or host directly as standalone pages
  • Grid view for browsing all slides at a glance
  • Full-text search across slide content
  • MCP server for creating flipbooks from AI agent workflows (Claude Code, Cowork, etc.)
  • Admin dashboard with upload progress tracking, thumbnail previews, and embed code generation
  • Password-protected admin with bcrypt-hashed credentials and session-based auth
  • REST API with required API key authentication
  • Background conversion with real-time progress updates
  • No build tools required — plain Go templates, vanilla JS, no npm/webpack

Tech Stack

Component Technology
Backend Go + chi router
Database MongoDB Atlas
Conversion LibreOffice headless (PPTX/PPT to PDF) + pdftoppm/poppler (PDF to PNG)
Text extraction pdftotext (poppler) for search + SEO
Viewer StPageFlip (vendored, MIT license)
Frontend Server-rendered Go templates, vanilla CSS/JS

Prerequisites

  • Go 1.21+
  • LibreOffice (for PowerPoint conversion)
  • Poppler (provides pdftoppm and pdftotext)
  • MongoDB (Atlas or local)

macOS