← Back to Product Feed

GitHub Open Source 1weiho/open-slide

A slide framework built for agents.

2,763
Traction Score
175
Forks
Apr 26, 2026
Launch Date
View Origin Link

Product Positioning & Context

A slide framework built for agents.
agent react slides

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is 1weiho/open-slide?
1weiho/open-slide is a digital product or tool described as: A slide framework built for agents.
Where did 1weiho/open-slide originate?
Data for 1weiho/open-slide was aggregated directly from the GitHub Open Source community ecosystem, representing raw developer and early-adopter sentiment.
When was 1weiho/open-slide publicly launched?
The initial public indexing or launch date for 1weiho/open-slide within our tracked developer communities was recorded on April 26, 2026.
How popular is 1weiho/open-slide?
1weiho/open-slide has achieved measurable traction, logging over 2,763 traction score and facilitating 175 recorded discussions or engagements.
Which technical categories define 1weiho/open-slide?
Based on metadata extraction, 1weiho/open-slide is categorized under topics such as: agent, react, slides.
Are there active development issues for 1weiho/open-slide?
Yes, we are currently tracking open architectural debates and bug reports for this project on GitHub. There are currently 1 active high-priority issues logged recently.
What are some commercial alternatives to 1weiho/open-slide?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as YAGNI, which offers overlapping value propositions.
How does the creator describe 1weiho/open-slide?
The original author or development team describes the product as follows: "A slide framework built for agents."

Active Developer Issues (GitHub)

open Failed to initialize open-slide project on Windows
Logged: May 4, 2026

Community Voice & Feedback

1weiho • May 5, 2026
Thanks for your feedback and fix!
Willaiem • May 4, 2026
Fixed in https://github.com/1weiho/open-slide/pull/54
Willaiem • May 4, 2026
Temporary workaround:

In \node_modules\@open-slide\core\dist\config-``.js, replace importPath in 1965 line with:
```js
function generateSlidesModule(files, slidesRoot, isDev) {
const entries = files.map((abs) => {
const id = toId(abs, slidesRoot);
// old - breaks on Windows: const importPath = isDev ? `/@fs${abs}` : abs;
const importPath = isDev ? `/@fs/${abs.replace(/^\/+/, "")}` : abs;
return {
id,
importPath
};
});
const ids = JSON.stringify(entries.map((e) => e.id).sort());
const cases = entries.map((e) => ` case ${JSON.stringify(e.id)}: return import(${JSON.stringify(e.importPath)});`).join("\n");
return `// virtual:open-slide/slides — generated
export const slideIds = ${ids};

export async function loadSlide(id) {
switch (id) {
${cases}
default: throw new Error('Slide not found: ' + id);
}
}
`;
}
```

and include in 2132 line:
```js
include: [
"react",
"react-dom",
"react-dom/client",
"next-themes",
"react-router-...

Discovery Source

GitHub Open Source GitHub Open Source

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.