MarovStudio
Back to marketplace

AI Chat Thread

AI chat window with a typing indicator

AI & chataichatchatbotmessagestyping
AssistantOnline

Can you summarise this page for me?

Ask anything…
Code locked
"use client";

import { Bot, User } from "lucide-react";
import { useEffect, useRef, useState } from "react";

type Message = { from: "user" | "bot"; text: string };

const SCRIPT: Message[] = [

Sign in to see the code

Create a free account to copy the full source, usage snippet and AI prompt of every component.

Free — no card required.