2024-06-04 03:59:20 +00:00
---
public: "true"
slug: "chat-glue"
title: "Chat Glue"
2024-06-06 04:25:48 +00:00
prev: false
next: false
2024-06-04 03:59:20 +00:00
---
2024-06-18 07:32:30 +00:00
< script setup >
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
< / script >
< h1 class = "p-name" > Chat Glue< / h1 >
< p > 23 words, ~0 minute read. < span v-html = "data[`site/${pageData.page.value.relativePath}`]" / > < / p >
< hr / >
2024-06-04 03:59:20 +00:00
2024-11-08 04:10:25 +00:00
< details > < summary > Referenced by:< / summary > < a href = "/garden/commune/index.md" > Commune< / a > < a href = "/garden/the-small-web/index.md" > The Small Web< / a > < / details >
2024-06-04 03:59:20 +00:00
A theoretical chat system designed to solve the problems of transcribing branching conversations into linear timelines.
Defined by the [Chatting with Glue ](https://a9.io/glue-comic/ ) comic.