百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
O

open-slide

> 前端框架
开源

一个专为代理人设计的幻灯片框架。

6.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个专为代理人设计的幻灯片框架。



# open-slide **The slide framework built for agents.** Describe your deck in natural language — your coding agent writes the React. open-slide handles the canvas, scaling, navigation, hot reload, and present mode so the agent can focus on content. Every slide renders into a fixed **1920 × 1080** canvas. Pages are arbitrary React components, not a constrained DSL. ```bash npx @open-slide/cli init my-slide ``` ## Why open-slide Slides are visual code. Agents are great at writing code. open-slide is the missing runtime that turns "make slides about X" into a polished, presentable deck — without you ever leaving the chat. ## Highlights ### Agent-native authoring Works with any coding agent (Claude Code, Codex, Cursor, …). The scaffolder ships with built-in skills: - **`/create-slide`** — drafts a deck end-to-end. Asks four scoping questions (topic & aesthetic, page count, text density, motion vs. static), picks an id, plans the structure, and writes the pages. - **`/slide-authoring`** — the technical reference for the 1920 × 1080 canvas, type scale, palette, and layout rules. The agent reads this before writing. From a one-line prompt to a polished deck, no boilerplate. ### In-browser inspector Click any element in the dev server and attach a comment — *"make this red"*, *"change to 'Open Slide Rocks'"*, *"shrink the headline"*. Comments are persisted as `@slide-comment` markers in source. Run `/apply-comments` and the agent applies every pending edit, then clears the markers. The loop: present → click to comment → `/apply-comments` → repeat. ### ️ Assets manager + svgl logo search Manage images, videos, and fonts per deck through a built-in assets panel. Search and drop in any brand logo via the integrated [svgl](https://svgl.app/) catalogue — no more hunting for SVGs. ### Professional present mode Fullscreen playback with keyboard navigation, plus a **presenter mode** with current/next slide preview, speaker notes, and a timer. Built for the stage, not just the browser tab. ### Export to static HTML & PDF One command exports your deck as a self-contained static HTML site or a print-ready PDF. Share without a server. ### Slide manager Organise decks into folders with custom emoji and drag-and-drop to reorder. Useful once you've built more than three decks and need to find anything. ### Deploy-friendly Outputs a plain static build — one-click deploy to Vercel, Cloudflare Pages, Zeabur, Netlify, or any static host. No server, no runtime, no lock-in. ## Get started ```bash npx @open-slide/cli init my-slide cd my-slide pnpm dev ``` The scaffolded workspace ships with agent skills preconfigured for Claude Code. From there you drive the deck through your agent — or edit `slides//index.tsx` directly. See [CLAUDE.md](CLAUDE.md) for the hard rules. ## Repo layout This repo is a pnpm + Turbo monorepo. | Path | Description | | --- | --- | | [packages/core](packages/core) | `@open-slide/core` — runtime (home page, slide viewer, present mode, inspector), Vite plugin, and the `open-slide` dev/build/preview CLI. | | [packages/cli](packages/cli) | `@open-slide/cli` — `npx @open-slide/cli init` scaffolder. Generates a minimal workspace where Vite/React/tsconfig stay hidden inside core. | | [apps/demo](apps/demo) | Example workspace that consumes `@open-slide/core` via `workspace:*`. Used for local development of the framework. | ## Development ```bash pnpm install pnpm dev # runs the demo against the local @open-slide/core pnpm build # builds all packages pnpm check # type-checks all packages pnpm lint # lints via biome ``` ## Support If open-slide has been useful to you, consider supporting development: ## License MIT © [Yiwei Ho](https://github.com/1weiho)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •TypeScript
  • •agent
  • •react
  • •slides

> 标签

TypeScriptagentreactslides

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架