Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cuttlekit is a generative UI toolkit that generates interactive UIs on the fly using LLMs.

> ⚠️ **Highly experimental** — APIs, config format, and behavior may change at any time. Expect rough edges.
> ⚠️ **Highly experimental** — Everything may change at any time. Expect rough edges.



Expand All @@ -18,13 +18,21 @@ https://github.com/user-attachments/assets/e4c96702-5145-48f4-aada-d9c5e9099190

## Features

- 🎨 **Generate any UI** — Describe what you need and get a fully interactive interface, no predefined templates
- 🎨 **Generate any UI** — Describe what you need and get a fully interactive interface, no predefined templates or code.
- ⚡ **Real-time streaming** — UI updates stream to the browser as the LLM generates them, near-instant feedback
- 🛠️ **Sandbox code execution** — Integrate with external services and libraries through secure server-side TypeScript execution
- 🌐 **Multi-model & provider** — Switch between LLM providers and models per request (Google, Groq, etc.)
- 🧠 **Memory** — Remembers past interactions and patterns across sessions using vector-based semantic recall
- 🧩 **Framework independent** — Pure HTML + CSS output, no React/Vue/Svelte required on the client


## Architecture

<p align="center">
<img src="assets/architecture.png" alt="cuttlekit" width="500" />
</p>


## Getting Started

### Prerequisites
Expand Down
Binary file added assets/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 118 additions & 0 deletions assets/logo-text-transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-text.afdesign
Binary file not shown.
Binary file added assets/logo.afdesign
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo2.afdesign
Binary file not shown.