Skip to content

Commit aca8828

Browse files
committed
docs(README): update
1 parent aff549b commit aca8828

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,22 @@ So if you use SSR, you could use the official [Nuxt Kinde](https://nuxt.com/modu
6969

7070
> Work started in 2025-06-12 for [**T3 Chat Cloneathon**](https://cloneathon.t3.chat/) competition, with no prior AI SDK and chat streams experience, but I think I did an amazing job 🫡!
7171
72-
A super efficient and powerful LLM Chat system, featuring:
72+
A super efficient and powerful, yet friendly LLM Chat system, featuring:
7373
* Business-ready, support `hosted` provider that you can control the billing of.
7474
* Supports other add-in **BYOK** providers, like `OpenAI`, `OpenRouter`,...
7575
* Seamless authentication integration with the main `backend`.
7676
* Beautiful syntax highlighting. 🌈
7777
* Thread branching, freezing, and sharing.
7878
* Real-time, multi-agents, multi-users support ¹.
7979
* Invite your families and friends, and play with the Agents together in real-time.
80-
* Or maybe invite your colleagues, and brainstorm with the help of AI together.
80+
* Or maybe invite your colleagues, and brainstorm together with the help and power of AI.
8181
* Resumable and multi-streams ¹.
8282
* Ask follow-up questions while the previous isn't done, the model is able to pick up what's available currently. 🍳🍳
8383
* Easy and private: anonymous, guest usage supported.
8484
* Mobile-friendly.
8585
* Fully internalized, with AI-powered translations and smooth switching between languages.
86+
* Designed to be scalable
87+
* > Things are isolated and common interfaces are defined and utilized where possible, there's no tightly coupled-hacks that prevents future scaling, things just works, elegantly.
8688
8789
`*1`: currently the "stream" received when resuming or for other real-time users in the same thread is implemented via a custom polling mechanism, and not SSE. it is intentionally chosed to be this way for more minimal infrastructure setup and wider hosting support, so smaller user groups can host their own version easily, it is still very performant and efficient.
8890

0 commit comments

Comments
 (0)