Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Rework templates into a component gallery

未关闭
#55 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
42/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
typescript
领域
frontend

调研方向

Start by reading .chalk/plans/demo-gallery.md and the existing template drawer it describes, then review related issues #14 and #42 for the export scope. Done means replacing the raw-template approach with curated gallery items showing one prompt and one interactive generated component, with component download support and the plan updated to match.

由索引模型根据 Issue 内容生成。

描述

Problem

The current template system doesn't make sense from a UX perspective or for showcasing what Open Generative UI can do. Templates are a drawer of raw HTML strings — they don't communicate the value of agent-generated UI.

Proposal

Replace templates with a gallery of curated, saved conversation outputs. Each gallery item is a snapshot: 1 user message → 1 generated component. This lets visitors immediately see what the agent produces and interact with real outputs.

Gallery items should showcase two axes:

1. Explainers & Visualizations
Educational/explanatory generated components — things like:

  • "How a Plane Flies" — interactive pitch/roll/yaw 3D explainer
  • Binary search step-through
  • Solar system model
  • Neural network forward pass animation

These demonstrate the agent's ability to generate rich, interactive educational content from a simple prompt.

2. Custom UI & Styled Components
Generated components that match a specific design language or brand style:

  • Clippy / paperclip-style assistant UI
  • Spotify-inspired music dashboard
  • Invoice card in a specific design system
  • Themed dashboards

These demonstrate that generated UI isn't generic — the agent can produce components that feel intentionally designed.

Each gallery item includes:
  • The original user prompt (1 message)
  • The generated component output (rendered, interactive)
  • Ability to download the generated component
Download capability

Users should be able to download generated components from the gallery. This connects to the broader artifact export story.

Related issues

  • #14 — "Save / Download Rendered Asset" — downloading rendered visuals as PNG/SVG
  • #42 — "Add copy-as-code and download options for generated artifacts" — copy-as-code and download as standalone HTML

Replaces

This supersedes the template drawer approach. The existing gallery plan (.chalk/plans/demo-gallery.md) should be updated to reflect this direction.

主要语言
TypeScript
星标
1.6k
派生
202
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

CopilotKit/OpenGenerativeUI 的其他 Issue

查看 CopilotKit/OpenGenerativeUI 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。