You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply CopilotKit brand styling, CTA banner, and updated README
- Add full brand design system: CSS variables, animated blob background,
glassmorphism surfaces, gradient utilities, CopilotKit theme overrides
- Load Plus Jakarta Sans font via Google Fonts
- Wrap app in animated background + frosted glass container
- Add CTA banner with Get Started link to GitHub repo
- Update suggestion chips to visualization-focused demos
- Rewrite README to describe Open Generative UI
Copy file name to clipboardExpand all lines: README.md
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Open Generative UI
2
2
3
-
A showcase and template for building AI-powered generative UI with [CopilotKit](https://copilotkit.ai) and [LangGraph](https://langchain-ai.github.io/langgraph/). Uses a collaborative todo list to demonstrate agent-driven UI where both the AI agent and the user can manipulate shared application state in real time.
3
+
An open-source showcase for building rich, interactive AI-generated UI with [CopilotKit](https://copilotkit.ai) and [LangGraph](https://langchain-ai.github.io/langgraph/). Ask the agent to visualize algorithms, create 3D animations, render charts, or generate interactive diagrams — all rendered as live HTML/SVG inside a sandboxed iframe.
4
+
5
+
## What It Does
6
+
7
+
The agent produces **generative UI** — not just text responses, but fully interactive visual components:
8
+
9
+
-**Algorithm visualizations** — binary search, BFS vs DFS, sorting algorithms
0 commit comments