I built a Svelte 5 + SvelteKit 2 scaffold for a ChatGPT-style chat interface: sticky, pill-shaped composer; a scrollable message thread with clear user/assistant alignment; smooth auto-scroll to the latest message; and accessible, keyboard-friendly interaction. The experience mirrors ChatGPT’s proven UX so it feels familiar and intuitive.
Beyond the surface UI, it is intentionally designed as a standalone, reusable foundation that can plug into any conversational AI or agent backend. The layout and component architecture are structured for streaming APIs, richer message rendering, and multi-turn state. It draws heavy inspiration from assistant-ui and is tailored for reuse in my other work, notably DOC_Project_2025.
The ChatGPT-style framework is complete and running locally, with:
Responses are currently mocked—the architecture is ready for a streaming LLM backend.
position: sticky
shell. $effect
) to update scrollTop
on messages
change.node_modules
, reinstall).A reusable Svelte 5 + SvelteKit 2 ChatGPT-style chat UI (sticky composer, scrollable aligned thread, auto-scroll, a11y) designed to plug into real LLM/agent backends; currently mocked but architected for streaming, richer messages, and multi-turn state—ready to reuse across projects like DOC_Project_2025.
Project Duration: August 2025
Technologies: Svelte 5, SvelteKit 2, Vite 7, TypeScript, Less, Node.js, npm, Git