Skip to content

Instantly share code, notes, and snippets.

@Teejay128
Teejay128 / FullChatApp.tsx
Created October 19, 2025 06:04
Agentbase-chat templates
/**
* Agentbase Chat - Home Page
*
* Open-source Next.js chat application template powered by Agentbase AI agents.
* Original template by Agentbase - https://agentbase.sh
*/
"use client";
import React, { useState, useEffect } from "react";