chatcraft.org icon indicating copy to clipboard operation
chatcraft.org copied to clipboard

Embeddable ChatCraft iframe widget

Open humphd opened this issue 1 year ago • 0 comments

It would be cool if you could embed ChatCraft on another web site as an iframe. This would be neat to combine with the assistant JSON metadata from #318, for example:

<iframe src="https://chatcraft.org/embed?assistant=https%3A%2F%2Fgist.github.com%2Fhumphd%2F74cf88283239c62f53caff5cddf4cfe5"></iframe>

In the above, we use a new /embed endpoint, which would return a simplified UI that would be tailored to running in a small box on the page (probably similar to what we have for mobile).

It also defines a custom assistant URL to load, which would allow creating a user-defined, tailored experience for the given context where you are doing the embedding.

humphd avatar Jan 13 '24 15:01 humphd