Discover and explore top open-source AI tools and projects—updated daily.
1weihoAI-driven framework for generating presentations via natural language
New!
Top 13.4% on SourcePulse
This framework addresses the challenge of rapidly creating polished slide decks by leveraging AI coding agents. It targets developers and content creators who want to automate presentation generation, enabling them to describe their desired slides in natural language and have an agent write the corresponding React code. The primary benefit is a streamlined, code-first workflow that abstracts away the complexities of slide design, canvas management, and presentation features.
How It Works
Open-slide provides a runtime environment where slides are rendered as React components on a fixed 1920x1080 canvas. The core innovation lies in its agent-native authoring capabilities. Users interact with coding agents, providing prompts that the agent translates into React code for each slide. The framework manages essential presentation functionalities like canvas scaling, navigation, hot reloading, and a dedicated present mode, allowing agents to focus solely on content generation. An integrated in-browser inspector facilitates an iterative feedback loop: users can click elements, add comments for modifications (e.g., "make this red"), and then execute a command (/apply-comments) for the agent to implement these changes.
Quick Start & Requirements
npx @open-slide/cli init my-slide, followed by cd my-slide and pnpm dev.pnpm is required for development and running the project.Highlighted Details
/create-slide, /slide-authoring) designed to work with various coding agents, enabling end-to-end deck generation from prompts.svgl catalogue for easy logo insertion.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap are present in the provided README.
Licensing & Compatibility
Limitations & Caveats
The framework is primarily designed around agent-driven React development; while direct slide editing is possible, the core value proposition centers on AI-assisted creation. Developers new to pnpm or the Turbo monorepo structure may face an initial learning curve.
3 days ago
Inactive