Astro SSE Chatbot

Streaming chat using Astro Islands architecture + Server-Sent Events. SEO-friendly, performance-first, easy to develop.

Chat Demo

Chat

Hello! I'm Astro SSE Chatbot, how can I help you?

Features

FAQ

Why use SSE instead of WebSocket?

SSE is sufficient for one-way streaming from server to client, simple to deploy, good compatibility, and suitable for generative model response streams.

How to switch models or add system prompts?

Pass 'model' and 'messages' (including system role) in the /api/chat endpoint.